DTNH - 31/3

Icon description

123

+99

2024/03/31 10:56 - 2024/04/01 10:56 GMT+07:00

Get 10 AZERO

icon

Copyright © 2023

All rights reserved

8.1.2PHP Version93.78msRequest Duration5MBMemory UsageGET posts/{id}/{slug?}Route
  • warninglog[10:04:37] LOG.warning: str_replace(): Passing null to parameter #3 ($subject) of type array|string ...
  • warninglog[10:04:37] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • warninglog[10:04:37] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • warninglog[10:04:37] LOG.warning: preg_match(): Passing null to parameter #2 ($subject) of type string is depr...
  • warninglog[10:04:37] LOG.warning: trim(): Passing null to parameter #1 ($string) of type string is deprecated ...
  • Booting (51.69ms)time
  • Application (42.07ms)time
  • 1 x Booting (55.12%)
    51.69ms
    1 x Application (44.86%)
    42.07ms
    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 executed8.17ms
    • select * from `posts` where `posts`.`id` = '83' and `posts`.`deleted_at` is null limit 1
      2.46mshkt_questBuilder.php#20
      Bindings
      • 0: 83
      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` = 83 and `tasks`.`post_id` is not null and `status` = 'Active' and `tasks`.`deleted_at` is null order by `created_at` desc
      1.47mshkt_questBuilder.php#20
      Bindings
      • 0: 83
      • 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` = '83' and `name` = 'Refernal' and `tasks`.`deleted_at` is null limit 1
      1.14mshkt_questBuilder.php#20
      Bindings
      • 0: 83
      • 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` = 236 and `post_id` = '83') limit 1
      830μshkt_questPostsController.php#166
      Bindings
      • 0: 236
      • 1: 83
      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` = '83'
      610μshkt_questPostsController.php#203
      Bindings
      • 0: 83
      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` = 8 and `users`.`deleted_at` is null limit 1
      780μshkt_questPost.php#475
      Bindings
      • 0: 8
      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` = 83 and `taggables`.`taggable_type` = 'App\Models\Post' and `tags`.`deleted_at` is null
      880μshkt_questBuilder.php#20
      Bindings
      • 0: 83
      • 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
        QUM683bFjgEGJ0xtSfBDqlt0r9gnB5ehe3RtPx8M
        locale
        en
        _previous
        array:1 [ "url" => "https://hackathon.plats.quest/posts/83/dtnh---31-3" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /posts/83/dtnh---31-3
        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 => "Fri, 04 Apr 2025 10:04:37 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=eyJpdiI6ImxKNWsrNXRxditXKzZENlF6aTRPWWc9PSIsInZhbHVlIjoiRWJKbXkyakRuOVhzSHdZSXlYUW1lTG5WdXMzdmQydFpPZGdNUDRvLzI5bmdqTmlHZVpMclpTYWpzUVk2LzM4b0tIeGQ4MnkycmlWNnFRSHN2SWhsY1hqRVNRNHZ6RUtpK0h3TGJqOGR1cm1yMU8zckM2dmZUMTNCK3F1V1hoTGsiLCJtYWMiOiI2ZjA5YzY2OWEwODc3MDUwY2U2ODBlZDA0ZjNmYzg5MDYwOGZmMjhiNGRkMTU2NjNlNmY2NTBlNTYxZTY1NmQ5IiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 18:04:37 GMT; Max-Age=720000; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImxKNWsrNXRxditXKzZENlF6aTRPWWc9PSIsInZhbHVlIjoiRWJKbXkyakRuOVhzSHdZSXlYUW1lTG5WdXMzdmQydFpPZGdNUDRvLzI5bmdqTmlHZVpMclpTYWpzUVk2LzM4b0tIeGQ4M" 1 => "platsquest_session=eyJpdiI6IldrZVI2ejA0NStZb21iNk1Qc05NSGc9PSIsInZhbHVlIjoiTGVSYU45ZHdmMHlYM1FWcndiU2c1T2ExMkMrOWVNV3BmVDEvTmgycVZLeDkraGU3dGd4ek1kWEVlNW52elFOZHgvUWZUSHEyeTBpN2IxYnlReDMydWZVQk9HWmx6eUFpSUxWUWFiaWN2WUtjdXFITThVWW9qdk1VS3FGc052cGEiLCJtYWMiOiJkMjg3MTMyYTg1YWQ3NjM5NGRjYzNjZTg5YzIzZjhlZmVmYjVjMjgzMTQwNDliMDExOTUxMzkxNmU3MTRlNjhmIiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 18:04:37 GMT; Max-Age=720000; path=/; httponly; samesite=laxplatsquest_session=eyJpdiI6IldrZVI2ejA0NStZb21iNk1Qc05NSGc9PSIsInZhbHVlIjoiTGVSYU45ZHdmMHlYM1FWcndiU2c1T2ExMkMrOWVNV3BmVDEvTmgycVZLeDkraGU3dGd4ek1kWEVlNW52elFOZ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImxKNWsrNXRxditXKzZENlF6aTRPWWc9PSIsInZhbHVlIjoiRWJKbXkyakRuOVhzSHdZSXlYUW1lTG5WdXMzdmQydFpPZGdNUDRvLzI5bmdqTmlHZVpMclpTYWpzUVk2LzM4b0tIeGQ4MnkycmlWNnFRSHN2SWhsY1hqRVNRNHZ6RUtpK0h3TGJqOGR1cm1yMU8zckM2dmZUMTNCK3F1V1hoTGsiLCJtYWMiOiI2ZjA5YzY2OWEwODc3MDUwY2U2ODBlZDA0ZjNmYzg5MDYwOGZmMjhiNGRkMTU2NjNlNmY2NTBlNTYxZTY1NmQ5IiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 18:04:37 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImxKNWsrNXRxditXKzZENlF6aTRPWWc9PSIsInZhbHVlIjoiRWJKbXkyakRuOVhzSHdZSXlYUW1lTG5WdXMzdmQydFpPZGdNUDRvLzI5bmdqTmlHZVpMclpTYWpzUVk2LzM4b0tIeGQ4M" 1 => "platsquest_session=eyJpdiI6IldrZVI2ejA0NStZb21iNk1Qc05NSGc9PSIsInZhbHVlIjoiTGVSYU45ZHdmMHlYM1FWcndiU2c1T2ExMkMrOWVNV3BmVDEvTmgycVZLeDkraGU3dGd4ek1kWEVlNW52elFOZHgvUWZUSHEyeTBpN2IxYnlReDMydWZVQk9HWmx6eUFpSUxWUWFiaWN2WUtjdXFITThVWW9qdk1VS3FGc052cGEiLCJtYWMiOiJkMjg3MTMyYTg1YWQ3NjM5NGRjYzNjZTg5YzIzZjhlZmVmYjVjMjgzMTQwNDliMDExOTUxMzkxNmU3MTRlNjhmIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 18:04:37 GMT; path=/; httponlyplatsquest_session=eyJpdiI6IldrZVI2ejA0NStZb21iNk1Qc05NSGc9PSIsInZhbHVlIjoiTGVSYU45ZHdmMHlYM1FWcndiU2c1T2ExMkMrOWVNV3BmVDEvTmgycVZLeDkraGU3dGd4ek1kWEVlNW52elFOZ" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "QUM683bFjgEGJ0xtSfBDqlt0r9gnB5ehe3RtPx8M" "locale" => "en" "_previous" => array:1 [ "url" => "https://hackathon.plats.quest/posts/83/dtnh---31-3" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]