Request history8.1.31PHP Version576msRequest Duration35MBMemory UsageGET category/{slug}Route
  • infolog[02:04:37] LOG.info: Detected N+1 Query
  • infolog[02:04:37] LOG.info: Model: Modules\Callpart\Entities\Product Relation: category Num-Called: 24 Call...
  • Booting (341ms)time
  • Application (235ms)time
  • 1 x Booting (59.25%)
    341ms
    1 x Application (40.75%)
    235ms
    146 templates were rendered
    • 1x callpart::public.pages.category.indexindex.blade.php#?blade
    • 1x callpart::public.common.category-barcategory-bar.blade.php#?blade
    • 24x callpart::public.pages.product.product-itemproduct-item.blade.php#?blade
    • 24x callpart::layouts.include.modal_cartmodal_cart.blade.php#?blade
    • 1x pagination::bootstrap-4bootstrap-4.blade.php#?blade
    • 1x callpart::layouts.publicpublic.blade.php#?blade
    • 1x callpart::layouts.include.headerheader.blade.php#?blade
    • 91x callpart::layouts.include.category-itemcategory-item.blade.php#?blade
    • 1x callpart::layouts.include.breadcrumbbreadcrumb.blade.php#?blade
    • 1x callpart::layouts.include.quick-infoquick-info.blade.php#?blade
    uri
    GET category/{slug}
    middleware
    web, localization
    controller
    Modules\Callpart\Http\Controllers\Public\CategoryController@category
    namespace
    Modules\Callpart\Http\Controllers
    prefix
    where
    as
    category
    file
    Modules/Callpart/Http/Controllers/Public/CategoryController.php:13-29
    30 statements were executed, 24 of which were duplicates, 6 unique. Show only duplicated61.83ms
    • select * from `categories` where `slug` = '3-loc-gio-dong-co' limit 1
      1.53mscallpart_dev_deployCategoryController.php#16
      Bindings
      • 0: 3-loc-gio-dong-co
      Backtrace
      • 15. Modules/Callpart/Http/Controllers/Public/CategoryController.php:16
      • 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 `categories` where not `id` = 1 and `categories`.`parent_id` in (3)
      1.32mscallpart_dev_deployCategoryController.php#16
      Bindings
      • 0: 1
      Backtrace
      • 20. Modules/Callpart/Http/Controllers/Public/CategoryController.php:16
      • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select count(*) as aggregate from `products` where `category_id` in (3) and `active` = 1
      5.08mscallpart_dev_deployCategoryController.php#20
      Bindings
      • 0: 3
      • 1: 1
      Backtrace
      • 15. Modules/Callpart/Http/Controllers/Public/CategoryController.php:20
      • 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 `products` where `category_id` in (3) and `active` = 1 order by `product_name` asc limit 24 offset 120
      19.48mscallpart_dev_deployCategoryController.php#20
      Bindings
      • 0: 3
      • 1: 1
      Backtrace
      • 15. Modules/Callpart/Http/Controllers/Public/CategoryController.php:20
      • 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 `manufacturers` where `manufacturers`.`id` in (131)
      1.54mscallpart_dev_deployCategoryController.php#20
      Backtrace
      • 20. Modules/Callpart/Http/Controllers/Public/CategoryController.php:20
      • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `categories` where `categories`.`id` = 2 limit 1
      1.34mscallpart_dev_deploycategory-bar.blade.php#8
      Bindings
      • 0: 2
      Backtrace
      • 20. view::callpart::public.common.category-bar:8
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.28mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.24mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.08mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.1mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.29mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.32mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.22mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.17mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.21mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.76mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.6mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.34mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.34mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.38mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.32mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.23mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.28mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.24mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.41mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.52mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.36mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.48mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.24mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    • select * from `categories` where `categories`.`id` = 3 limit 1
      1.13mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 3
      Backtrace
      • 20. view::callpart::public.pages.product.product-item:4
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
    Modules\Callpart\Entities\Category
    26Category.php#?
    Modules\Callpart\Entities\Product
    24Product.php#?
    Modules\Callpart\Entities\Manufacturer
    1Manufacturer.php#?
        _token
        C3EGUM0JtYsfwiCmYvriLFSWZf353Ev5LcrHwBLI
        _previous
        array:1 [ "url" => "https://dev.callparts.vn/category/3-loc-gio-dong-co?page=6" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/3-loc-gio-dong-co
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:1 [ "page" => "6" ]
        request_request
        []
        
        request_headers
        0 of 0
        array:23 [ "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "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" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "3.138.247.255" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "host" => array:1 [ 0 => "dev.callparts.vn" ] "x-forwarded-for" => array:1 [ 0 => "3.138.247.255" ] "cf-ray" => array:1 [ 0 => "943657278f481233-ORD" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 21 May 2025 19:04:36 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhuNGhENFFPbXlJTmhUY0xockJtSmc9PSIsInZhbHVlIjoiNEpsem1Yenk2c0F3dnBhcmoxaUdBbFNmRGNLekZ5QlQ5NzJqbDN5eEJTMTdRdnovWHN5MlRGTGVEUmNjb21sSDdPWjR5ZEFuTEUyZjFxeVRId2lmVm1TMElPaEhKQ0VwSDdyK0Yva29abDIrYTZ5SUFZTndvVE45ZUswcWhHd20iLCJtYWMiOiIzMDQ4Y2I1NmVkY2RmZThhYTEyNmNjYWI5OTFjMDNkNWZlNjA2YmRiNWQ0NmVhZTM4ZWU2Yzc0ZjgzMGQ2NjY2IiwidGFnIjoiIn0%3D; expires=Fri, 30 May 2025 03:04:36 GMT; Max-Age=719999; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkhuNGhENFFPbXlJTmhUY0xockJtSmc9PSIsInZhbHVlIjoiNEpsem1Yenk2c0F3dnBhcmoxaUdBbFNmRGNLekZ5QlQ5NzJqbDN5eEJTMTdRdnovWHN5MlRGTGVEUmNjb21sSDdPWjR5Z" 1 => "laravel_session=eyJpdiI6IkZzOWxOMk1kTVNYL3FBdWpBYTNxalE9PSIsInZhbHVlIjoiN3RTeWFpYVJ2U1UrZmZyd0RwbUZQbktXazNjZ2tWR1lkdXB3ZXFpbXNIZ2hxb25XdkZwWllOdzgyVVVhYWMwMjNLZFFBZDhYS2pGVmVqZWlsL09rRWdtMlF1UEZZQXNkWDRuQXFIVmcvZUpyNU0zdkY3U012Z1F0cUV4eDhockIiLCJtYWMiOiI2YzE1YjU0MGNkMDk3ZTBhMTdiMmUxMGYxMzM2OGIwNDc5NmM3N2IyYzI4YjU4OWIzZTI2YWU3NTEyZWFjYmU4IiwidGFnIjoiIn0%3D; expires=Fri, 30 May 2025 03:04:36 GMT; Max-Age=719999; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IkZzOWxOMk1kTVNYL3FBdWpBYTNxalE9PSIsInZhbHVlIjoiN3RTeWFpYVJ2U1UrZmZyd0RwbUZQbktXazNjZ2tWR1lkdXB3ZXFpbXNIZ2hxb25XdkZwWllOdzgyVVVhYWMwMjNL" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhuNGhENFFPbXlJTmhUY0xockJtSmc9PSIsInZhbHVlIjoiNEpsem1Yenk2c0F3dnBhcmoxaUdBbFNmRGNLekZ5QlQ5NzJqbDN5eEJTMTdRdnovWHN5MlRGTGVEUmNjb21sSDdPWjR5ZEFuTEUyZjFxeVRId2lmVm1TMElPaEhKQ0VwSDdyK0Yva29abDIrYTZ5SUFZTndvVE45ZUswcWhHd20iLCJtYWMiOiIzMDQ4Y2I1NmVkY2RmZThhYTEyNmNjYWI5OTFjMDNkNWZlNjA2YmRiNWQ0NmVhZTM4ZWU2Yzc0ZjgzMGQ2NjY2IiwidGFnIjoiIn0%3D; expires=Fri, 30-May-2025 03:04:36 GMT; path=/XSRF-TOKEN=eyJpdiI6IkhuNGhENFFPbXlJTmhUY0xockJtSmc9PSIsInZhbHVlIjoiNEpsem1Yenk2c0F3dnBhcmoxaUdBbFNmRGNLekZ5QlQ5NzJqbDN5eEJTMTdRdnovWHN5MlRGTGVEUmNjb21sSDdPWjR5Z" 1 => "laravel_session=eyJpdiI6IkZzOWxOMk1kTVNYL3FBdWpBYTNxalE9PSIsInZhbHVlIjoiN3RTeWFpYVJ2U1UrZmZyd0RwbUZQbktXazNjZ2tWR1lkdXB3ZXFpbXNIZ2hxb25XdkZwWllOdzgyVVVhYWMwMjNLZFFBZDhYS2pGVmVqZWlsL09rRWdtMlF1UEZZQXNkWDRuQXFIVmcvZUpyNU0zdkY3U012Z1F0cUV4eDhockIiLCJtYWMiOiI2YzE1YjU0MGNkMDk3ZTBhMTdiMmUxMGYxMzM2OGIwNDc5NmM3N2IyYzI4YjU4OWIzZTI2YWU3NTEyZWFjYmU4IiwidGFnIjoiIn0%3D; expires=Fri, 30-May-2025 03:04:36 GMT; path=/; httponlylaravel_session=eyJpdiI6IkZzOWxOMk1kTVNYL3FBdWpBYTNxalE9PSIsInZhbHVlIjoiN3RTeWFpYVJ2U1UrZmZyd0RwbUZQbktXazNjZ2tWR1lkdXB3ZXFpbXNIZ2hxb25XdkZwWllOdzgyVVVhYWMwMjNL" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "C3EGUM0JtYsfwiCmYvriLFSWZf353Ev5LcrHwBLI" "_previous" => array:1 [ "url" => "https://dev.callparts.vn/category/3-loc-gio-dong-co?page=6" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-22 02:04:37GET/category/3-loc-gio-dong-co?page=621463051