1111

Icon description

1111

+99

2024/03/28 14:26 - 2024/03/30 14:26 GMT+07:00

Get 1 AZERO

icon

Copyright © 2023

All rights reserved

8.1.2PHP Version92.85msRequest Duration5MBMemory UsageGET posts/{id}/{slug?}Route
  • warninglog[01:13:03] LOG.warning: str_replace(): Passing null to parameter #3 ($subject) of type array|string ...
  • warninglog[01:13:03] LOG.warning: str_replace(): Passing null to parameter #3 ($subject) of type array|string ...
  • warninglog[01:13:03] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • warninglog[01:13:03] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • warninglog[01:13:03] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • warninglog[01:13:03] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • Booting (50.49ms)time
  • Application (42.35ms)time
  • 1 x Booting (54.38%)
    50.49ms
    1 x Application (45.61%)
    42.35ms
    6 templates were rendered
    • 1x quest.posts.showshow.blade.phpblade
    • 1x quest.layouts.appapp.blade.phpblade
    • 1x quest.includes.metameta.blade.phpblade
    • 1x components.google-analyticsgoogle-analytics.blade.phpblade
    • 1x quest.includes.headerheader.blade.phpblade
    • 1x quest.includes.footerfooter.blade.phpblade
    uri
    GET posts/{id}/{slug?}
    middleware
    web
    controller
    App\Http\Controllers\FrontendQuest\PostsController@show
    as
    quest.posts.show
    namespace
    prefix
    where
    file
    app/Http/Controllers/FrontendQuest/PostsController.php:105-259
    7 statements were executed7.38ms
    • select * from `posts` where `posts`.`id` = '61' and `posts`.`deleted_at` is null limit 1
      2.49mshkt_questBuilder.php#20
      Bindings
      • 0: 61
      Backtrace
      • 13. vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:20
      • 14. vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:103
      • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • 16. vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:84
      • 17. vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:21
    • select * from `tasks` where `tasks`.`post_id` = 61 and `tasks`.`post_id` is not null and `status` = 'Active' and `tasks`.`deleted_at` is null order by `created_at` desc
      1.28mshkt_questBuilder.php#20
      Bindings
      • 0: 61
      • 1: Active
      Backtrace
      • 13. vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:20
      • 14. vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:103
      • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • 16. vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:84
      • 17. vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:21
    • select * from `tasks` where `post_id` = '61' and `name` = 'Refernal' and `tasks`.`deleted_at` is null limit 1
      1.07mshkt_questBuilder.php#20
      Bindings
      • 0: 61
      • 1: Refernal
      Backtrace
      • 13. vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:20
      • 14. vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:103
      • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • 16. vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:84
      • 17. vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:21
    • select * from `user_task_status` where (`user_id` is null and `task_id` = 200 and `post_id` = '61') limit 1
      700μshkt_questPostsController.php#166
      Bindings
      • 0: 200
      • 1: 61
      Backtrace
      • 16. app/Http/Controllers/FrontendQuest/PostsController.php:166
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `user_rewards` where `post_id` = '61'
      460μshkt_questPostsController.php#203
      Bindings
      • 0: 61
      Backtrace
      • 15. app/Http/Controllers/FrontendQuest/PostsController.php:203
      • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `users` where `id` = 12 and `users`.`deleted_at` is null limit 1
      740μshkt_questPost.php#475
      Bindings
      • 0: 12
      Backtrace
      • 16. app/Models/Post.php:475
      • 17. view::quest.posts.show:31
      • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
    • select `tags`.*, `taggables`.`taggable_id` as `pivot_taggable_id`, `taggables`.`tag_id` as `pivot_tag_id`, `taggables`.`taggable_type` as `pivot_taggable_type` from `tags` inner join `taggables` on `tags`.`id` = `taggables`.`tag_id` where `taggables`.`taggable_id` = 61 and `taggables`.`taggable_type` = 'App\Models\Post' and `tags`.`deleted_at` is null
      640μshkt_questBuilder.php#20
      Bindings
      • 0: 61
      • 1: App\Models\Post
      Backtrace
      • 13. vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:20
      • 14. vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:103
      • 15. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
      • 16. vendor/rennokki/laravel-eloquent-query-cache/src/Traits/QueryCacheModule.php:84
      • 17. vendor/rennokki/laravel-eloquent-query-cache/src/Query/Builder.php:21
    App\Models\Task
    2Task.php
    App\Models\Post
    1Post.php
    App\Models\User
    1User.php
        _token
        UE3x0qn5fYxcT7tUQZIYW28d5AYtdbYDOXiMOMsL
        locale
        en
        _previous
        array:1 [ "url" => "https://hackathon.plats.quest/posts/61/1111" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /posts/61/1111
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "hackathon.plats.quest" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:8 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 07 Apr 2025 01:13:03 GMT" ] "access-control-allow-origin" => array:1 [ 0 => "*" ] "access-control-allow-methods" => array:1 [ 0 => "GET, POST, PUT, DELETE, OPTIONS" ] "access-control-allow-headers" => array:1 [ 0 => "X-Requested-With, Content-Type, X-Token-Auth, Authorization" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNiQkc5SXdDZnhsK29yQjNyT0JhWnc9PSIsInZhbHVlIjoiV1ExRU1XekV3SFFpNTRubys2VXFDYmtGcHliRTQrSUhHYndqbFBSVWhPWFlNOWVNYXRvZ1MwNWFFbFhmOGxrTHZYSnNxTTJWSFF6YS9uN3pZWkk3VVlScE1WTWRtbm9YY0hZd05SNVBPS1Z6elpCbkljdllFdis0Tmh4UmxCZ0UiLCJtYWMiOiI5NGE5NGM2MDdmZmYzNzdhODM2ODFhOTEyYTE5YWRjYTQ1YmE5MmEwNDgzYzM0N2Y4ZTVkNzhhMGU0ZmRjOTJjIiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 09:13:03 GMT; Max-Age=720000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlNiQkc5SXdDZnhsK29yQjNyT0JhWnc9PSIsInZhbHVlIjoiV1ExRU1XekV3SFFpNTRubys2VXFDYmtGcHliRTQrSUhHYndqbFBSVWhPWFlNOWVNYXRvZ1MwNWFFbFhmOGxrTHZYSnNxT" 1 => "platsquest_session=eyJpdiI6Inp2UTI2bnpZYkhOS2RBOEVBOVBmSUE9PSIsInZhbHVlIjoiOU51K3Q2NUVCVjVyVHVYNkljdFcxOFltTm1XRlBJYkZjL3ptcXNNV0JLQjV3TGp3QUhYdFJuME1hK0c1eDZDNVk4ZFdJM01ZY1V3Tzd4VjMyUERINEM5NmoxcXA2T3pXcmhSbCtXK045Vy9IdmUrcWcrSUMybkN6TFhPKzFSeWYiLCJtYWMiOiIyYWQwZDJmYzRiNGY3NDQ3ZGZjMTI5MWQzMjUyNzFmMWM1ZmFkNTQ5MzJlM2M5NmQ4MWY0Mjg2ZDFkNjcyNjU5IiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 09:13:03 GMT; Max-Age=720000; path=/; httponly; samesite=laxplatsquest_session=eyJpdiI6Inp2UTI2bnpZYkhOS2RBOEVBOVBmSUE9PSIsInZhbHVlIjoiOU51K3Q2NUVCVjVyVHVYNkljdFcxOFltTm1XRlBJYkZjL3ptcXNNV0JLQjV3TGp3QUhYdFJuME1hK0c1eDZDN" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlNiQkc5SXdDZnhsK29yQjNyT0JhWnc9PSIsInZhbHVlIjoiV1ExRU1XekV3SFFpNTRubys2VXFDYmtGcHliRTQrSUhHYndqbFBSVWhPWFlNOWVNYXRvZ1MwNWFFbFhmOGxrTHZYSnNxTTJWSFF6YS9uN3pZWkk3VVlScE1WTWRtbm9YY0hZd05SNVBPS1Z6elpCbkljdllFdis0Tmh4UmxCZ0UiLCJtYWMiOiI5NGE5NGM2MDdmZmYzNzdhODM2ODFhOTEyYTE5YWRjYTQ1YmE5MmEwNDgzYzM0N2Y4ZTVkNzhhMGU0ZmRjOTJjIiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 09:13:03 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlNiQkc5SXdDZnhsK29yQjNyT0JhWnc9PSIsInZhbHVlIjoiV1ExRU1XekV3SFFpNTRubys2VXFDYmtGcHliRTQrSUhHYndqbFBSVWhPWFlNOWVNYXRvZ1MwNWFFbFhmOGxrTHZYSnNxT" 1 => "platsquest_session=eyJpdiI6Inp2UTI2bnpZYkhOS2RBOEVBOVBmSUE9PSIsInZhbHVlIjoiOU51K3Q2NUVCVjVyVHVYNkljdFcxOFltTm1XRlBJYkZjL3ptcXNNV0JLQjV3TGp3QUhYdFJuME1hK0c1eDZDNVk4ZFdJM01ZY1V3Tzd4VjMyUERINEM5NmoxcXA2T3pXcmhSbCtXK045Vy9IdmUrcWcrSUMybkN6TFhPKzFSeWYiLCJtYWMiOiIyYWQwZDJmYzRiNGY3NDQ3ZGZjMTI5MWQzMjUyNzFmMWM1ZmFkNTQ5MzJlM2M5NmQ4MWY0Mjg2ZDFkNjcyNjU5IiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 09:13:03 GMT; path=/; httponlyplatsquest_session=eyJpdiI6Inp2UTI2bnpZYkhOS2RBOEVBOVBmSUE9PSIsInZhbHVlIjoiOU51K3Q2NUVCVjVyVHVYNkljdFcxOFltTm1XRlBJYkZjL3ptcXNNV0JLQjV3TGp3QUhYdFJuME1hK0c1eDZDN" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "UE3x0qn5fYxcT7tUQZIYW28d5AYtdbYDOXiMOMsL" "locale" => "en" "_previous" => array:1 [ "url" => "https://hackathon.plats.quest/posts/61/1111" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]