Request history8.1.31PHP Version576msRequest Duration35MBMemory UsageGET category/{slug}Route
  • infolog[13:27:43] LOG.info: Detected N+1 Query
  • infolog[13:27:43] LOG.info: Model: Modules\Callpart\Entities\Product Relation: category Num-Called: 10 Call...
  • Booting (361ms)time
  • Application (215ms)time
  • 1 x Booting (62.74%)
    361ms
    1 x Application (37.26%)
    215ms
    118 templates were rendered
    • 1x callpart::public.pages.category.indexindex.blade.php#?blade
    • 1x callpart::public.common.category-barcategory-bar.blade.php#?blade
    • 10x callpart::public.pages.product.product-itemproduct-item.blade.php#?blade
    • 10x 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
    16 statements were executed, 10 of which were duplicates, 6 unique. Show only duplicated52.18ms
    • select * from `categories` where `slug` = '4-loc-dau-dong-co' limit 1
      1.77mscallpart_dev_deployCategoryController.php#16
      Bindings
      • 0: 4-loc-dau-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 (4)
      1.91mscallpart_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 (4) and `active` = 1
      5.24mscallpart_dev_deployCategoryController.php#20
      Bindings
      • 0: 4
      • 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 (4) and `active` = 1 order by `product_name` asc limit 24 offset 144
      22.93mscallpart_dev_deployCategoryController.php#20
      Bindings
      • 0: 4
      • 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 (1)
      1.53mscallpart_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.93mscallpart_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` = 4 limit 1
      1.91mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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` = 4 limit 1
      1.21mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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` = 4 limit 1
      2.43mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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` = 4 limit 1
      2.53mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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` = 4 limit 1
      1.19mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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` = 4 limit 1
      1.72mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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` = 4 limit 1
      2.24mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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` = 4 limit 1
      1.77mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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` = 4 limit 1
      1.12mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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` = 4 limit 1
      750μscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 4
      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
    12Category.php#?
    Modules\Callpart\Entities\Product
    10Product.php#?
    Modules\Callpart\Entities\Manufacturer
    1Manufacturer.php#?
        _token
        O8dBylIrQYqffgGwUZeYTYaylsTzDLdwxH3LK4Uh
        _previous
        array:1 [ "url" => "https://dev.callparts.vn/category/4-loc-dau-dong-co?page=7" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/4-loc-dau-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" => "7" ]
        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 => "13.59.114.66" ] "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 => "13.59.114.66" ] "cf-ray" => array:1 [ 0 => "943a3fcfc9ac8101-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 => "Thu, 22 May 2025 06:27:43 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im45Rk9oanZCdWozU05naWZJUFZSZlE9PSIsInZhbHVlIjoiT2VKY0NBeWJUSnZwRFVrZFRpak8rL01ydWh6cGxHQ09YVmxuUTVkd0hsMHhOOWxrdGRReXlvdXZlWWJSOTE2OG9vMkR3bHpGN21kdUQvckxVMUNEbXgzSVJlYy8xMmlzRG9YMk9EUnNCeUJGbVlUSFJYRnRDZFU0Zyt4bVU0MDciLCJtYWMiOiI4ZjgwMjMyMzIzYjIzODZiZWQxMTFiNTIxMWQ1N2E3N2RhNjM4NmVlNzQ3OThkM2NiZWFmN2U5YWU5MTAwMWVmIiwidGFnIjoiIn0%3D; expires=Fri, 30 May 2025 14:27:43 GMT; Max-Age=720000; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Im45Rk9oanZCdWozU05naWZJUFZSZlE9PSIsInZhbHVlIjoiT2VKY0NBeWJUSnZwRFVrZFRpak8rL01ydWh6cGxHQ09YVmxuUTVkd0hsMHhOOWxrdGRReXlvdXZlWWJSOTE2OG9vMkR3b" 1 => "laravel_session=eyJpdiI6ImlvK29ZdDIreHR4c1ZtbHhlTGp6bVE9PSIsInZhbHVlIjoib0hESUpaOWNzR2taNFduNEtKMEpObElTR0lJRjN2NXh5RGQ1Y3dpR2JFTGpESWplMC9HK0RMT3hJby9URjJuMjBXK0ErSzVBMkF6QUsyaktkV0p3aXJjd3Bna0MvTGdQZ0ZGdTcrUkZJSW1xbDRrZ3AzNmxWNktyZklmYU5NaGciLCJtYWMiOiI4YTA4MWVlZTA1YmEzNzk4ZDRiZDIzZDdhYTA0OWRlMjFhOWQ5YzZiZmE0N2IyYjI4ZDk3ZTRlY2Y4NDM3MWE1IiwidGFnIjoiIn0%3D; expires=Fri, 30 May 2025 14:27:43 GMT; Max-Age=720000; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6ImlvK29ZdDIreHR4c1ZtbHhlTGp6bVE9PSIsInZhbHVlIjoib0hESUpaOWNzR2taNFduNEtKMEpObElTR0lJRjN2NXh5RGQ1Y3dpR2JFTGpESWplMC9HK0RMT3hJby9URjJuMjBX" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im45Rk9oanZCdWozU05naWZJUFZSZlE9PSIsInZhbHVlIjoiT2VKY0NBeWJUSnZwRFVrZFRpak8rL01ydWh6cGxHQ09YVmxuUTVkd0hsMHhOOWxrdGRReXlvdXZlWWJSOTE2OG9vMkR3bHpGN21kdUQvckxVMUNEbXgzSVJlYy8xMmlzRG9YMk9EUnNCeUJGbVlUSFJYRnRDZFU0Zyt4bVU0MDciLCJtYWMiOiI4ZjgwMjMyMzIzYjIzODZiZWQxMTFiNTIxMWQ1N2E3N2RhNjM4NmVlNzQ3OThkM2NiZWFmN2U5YWU5MTAwMWVmIiwidGFnIjoiIn0%3D; expires=Fri, 30-May-2025 14:27:43 GMT; path=/XSRF-TOKEN=eyJpdiI6Im45Rk9oanZCdWozU05naWZJUFZSZlE9PSIsInZhbHVlIjoiT2VKY0NBeWJUSnZwRFVrZFRpak8rL01ydWh6cGxHQ09YVmxuUTVkd0hsMHhOOWxrdGRReXlvdXZlWWJSOTE2OG9vMkR3b" 1 => "laravel_session=eyJpdiI6ImlvK29ZdDIreHR4c1ZtbHhlTGp6bVE9PSIsInZhbHVlIjoib0hESUpaOWNzR2taNFduNEtKMEpObElTR0lJRjN2NXh5RGQ1Y3dpR2JFTGpESWplMC9HK0RMT3hJby9URjJuMjBXK0ErSzVBMkF6QUsyaktkV0p3aXJjd3Bna0MvTGdQZ0ZGdTcrUkZJSW1xbDRrZ3AzNmxWNktyZklmYU5NaGciLCJtYWMiOiI4YTA4MWVlZTA1YmEzNzk4ZDRiZDIzZDdhYTA0OWRlMjFhOWQ5YzZiZmE0N2IyYjI4ZDk3ZTRlY2Y4NDM3MWE1IiwidGFnIjoiIn0%3D; expires=Fri, 30-May-2025 14:27:43 GMT; path=/; httponlylaravel_session=eyJpdiI6ImlvK29ZdDIreHR4c1ZtbHhlTGp6bVE9PSIsInZhbHVlIjoib0hESUpaOWNzR2taNFduNEtKMEpObElTR0lJRjN2NXh5RGQ1Y3dpR2JFTGpESWplMC9HK0RMT3hJby9URjJuMjBX" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "O8dBylIrQYqffgGwUZeYTYaylsTzDLdwxH3LK4Uh" "_previous" => array:1 [ "url" => "https://dev.callparts.vn/category/4-loc-dau-dong-co?page=7" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-22 13:27:43GET/category/4-loc-dau-dong-co?page=721181623