Request history8.1.31PHP Version478msRequest Duration35MBMemory UsageGET category/{slug}Route
  • infolog[23:03:20] LOG.info: Detected N+1 Query
  • infolog[23:03:20] LOG.info: Model: Modules\Callpart\Entities\Product Relation: category Num-Called: 12 Call...
  • Booting (338ms)time
  • Application (140ms)time
  • 1 x Booting (70.77%)
    338ms
    1 x Application (29.22%)
    140ms
    122 templates were rendered
    • 1x callpart::public.pages.category.indexindex.blade.php#?blade
    • 1x callpart::public.common.category-barcategory-bar.blade.php#?blade
    • 12x callpart::public.pages.product.product-itemproduct-item.blade.php#?blade
    • 12x 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
    19 statements were executed, 12 of which were duplicates, 7 unique. Show only duplicated25.98ms
    • select * from `categories` where `slug` = '16-tai' limit 1
      920μscallpart_dev_deployCategoryController.php#16
      Bindings
      • 0: 16-tai
      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 (16)
      1.93mscallpart_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 * from `categories` where not `id` = 1 and `categories`.`parent_id` in (17, 18, 19, 20)
      1.61mscallpart_dev_deployCategoryController.php#16
      Bindings
      • 0: 1
      Backtrace
      • 25. Modules/Callpart/Http/Controllers/Public/CategoryController.php:16
      • 26. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 27. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 28. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select count(*) as aggregate from `products` where `category_id` in (16, 17, 18, 19, 20) and `active` = 1
      2.11mscallpart_dev_deployCategoryController.php#20
      Bindings
      • 0: 16
      • 1: 17
      • 2: 18
      • 3: 19
      • 4: 20
      • 5: 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 (16, 17, 18, 19, 20) and `active` = 1 order by `product_name` asc limit 24 offset 0
      2.89mscallpart_dev_deployCategoryController.php#20
      Bindings
      • 0: 16
      • 1: 17
      • 2: 18
      • 3: 19
      • 4: 20
      • 5: 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)
      930μscallpart_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` = 15 limit 1
      1.29mscallpart_dev_deploycategory-bar.blade.php#8
      Bindings
      • 0: 15
      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` = 19 limit 1
      1.14mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      1.03mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      1mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      940μscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      990μscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      1.46mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      1.2mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      1.34mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      1.58mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      1.2mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      1.21mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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` = 19 limit 1
      1.21mscallpart_dev_deployproduct-item.blade.php#4
      Bindings
      • 0: 19
      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
    18Category.php#?
    Modules\Callpart\Entities\Product
    12Product.php#?
    Modules\Callpart\Entities\Manufacturer
    1Manufacturer.php#?
        _token
        fUmWOUKE1RHohiRmjsF7RtGERgRRUOtJh9R3aB5r
        _previous
        array:1 [ "url" => "https://dev.callparts.vn/category/16-tai" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/16-tai
        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: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.142.201.19" ] "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.142.201.19" ] "cf-ray" => array:1 [ 0 => "941c957f0a6c111a-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 => "Sun, 18 May 2025 16:03:20 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkxPWk9yOWtZaVpCaUZEb3ZSOWlDTVE9PSIsInZhbHVlIjoiL0NMVmV1K2xmVTBzUEpncHlHZTdsRlR6MThFVHVYeXNnVEs1WUFFOU1XTXJKWkJ6U0pHVnRaSDg4Z1c2eXd1TjRtMG0wYWMyMjd5cmUzYjgvYWlHSE1sZ01hT2xvUURoV2lTMU8zTlBIZ0F6NjYxeWh1MmNhOEtVb0E2dXM0R3UiLCJtYWMiOiI5NTJkZTE4NWFmNjE5MmUyOTcxNjEzMzE0NGVjYzZiYWE5ODdlMjcxZDVmMmZkZDdlMGI4YWVjNTZhYjc3NjJkIiwidGFnIjoiIn0%3D; expires=Tue, 27 May 2025 00:03:20 GMT; Max-Age=720000; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkxPWk9yOWtZaVpCaUZEb3ZSOWlDTVE9PSIsInZhbHVlIjoiL0NMVmV1K2xmVTBzUEpncHlHZTdsRlR6MThFVHVYeXNnVEs1WUFFOU1XTXJKWkJ6U0pHVnRaSDg4Z1c2eXd1TjRtMG0wY" 1 => "laravel_session=eyJpdiI6IlRhSnh6UVE5ZWJDMmJPSHhzOE5kbFE9PSIsInZhbHVlIjoicDBVODBBRzQrTFo3VWhYMnZvSkVzU1Q4QldoVnRUOExDRVdDRHc3SWVSN3NWSmg4UlJnaFdKNTNRU3VIZEQ4Wm9FcUIvMDZwYzFST0VKWE1kWHdHTVVhSTZ0VWVvQXNFOGhnOHRtNERpUTA2SEpQL1FNaWV1VWdyVTI2c2RWV2MiLCJtYWMiOiI0N2RlMGY4N2I4MmI1MDMxOWFkNzExMGU2MTVkNDBiODA4MDYxOTEwMTU2NjU5NmEyZTYwZGMyNjQxODQwZjU5IiwidGFnIjoiIn0%3D; expires=Tue, 27 May 2025 00:03:20 GMT; Max-Age=720000; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IlRhSnh6UVE5ZWJDMmJPSHhzOE5kbFE9PSIsInZhbHVlIjoicDBVODBBRzQrTFo3VWhYMnZvSkVzU1Q4QldoVnRUOExDRVdDRHc3SWVSN3NWSmg4UlJnaFdKNTNRU3VIZEQ4Wm9F" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkxPWk9yOWtZaVpCaUZEb3ZSOWlDTVE9PSIsInZhbHVlIjoiL0NMVmV1K2xmVTBzUEpncHlHZTdsRlR6MThFVHVYeXNnVEs1WUFFOU1XTXJKWkJ6U0pHVnRaSDg4Z1c2eXd1TjRtMG0wYWMyMjd5cmUzYjgvYWlHSE1sZ01hT2xvUURoV2lTMU8zTlBIZ0F6NjYxeWh1MmNhOEtVb0E2dXM0R3UiLCJtYWMiOiI5NTJkZTE4NWFmNjE5MmUyOTcxNjEzMzE0NGVjYzZiYWE5ODdlMjcxZDVmMmZkZDdlMGI4YWVjNTZhYjc3NjJkIiwidGFnIjoiIn0%3D; expires=Tue, 27-May-2025 00:03:20 GMT; path=/XSRF-TOKEN=eyJpdiI6IkxPWk9yOWtZaVpCaUZEb3ZSOWlDTVE9PSIsInZhbHVlIjoiL0NMVmV1K2xmVTBzUEpncHlHZTdsRlR6MThFVHVYeXNnVEs1WUFFOU1XTXJKWkJ6U0pHVnRaSDg4Z1c2eXd1TjRtMG0wY" 1 => "laravel_session=eyJpdiI6IlRhSnh6UVE5ZWJDMmJPSHhzOE5kbFE9PSIsInZhbHVlIjoicDBVODBBRzQrTFo3VWhYMnZvSkVzU1Q4QldoVnRUOExDRVdDRHc3SWVSN3NWSmg4UlJnaFdKNTNRU3VIZEQ4Wm9FcUIvMDZwYzFST0VKWE1kWHdHTVVhSTZ0VWVvQXNFOGhnOHRtNERpUTA2SEpQL1FNaWV1VWdyVTI2c2RWV2MiLCJtYWMiOiI0N2RlMGY4N2I4MmI1MDMxOWFkNzExMGU2MTVkNDBiODA4MDYxOTEwMTU2NjU5NmEyZTYwZGMyNjQxODQwZjU5IiwidGFnIjoiIn0%3D; expires=Tue, 27-May-2025 00:03:20 GMT; path=/; httponlylaravel_session=eyJpdiI6IlRhSnh6UVE5ZWJDMmJPSHhzOE5kbFE9PSIsInZhbHVlIjoicDBVODBBRzQrTFo3VWhYMnZvSkVzU1Q4QldoVnRUOExDRVdDRHc3SWVSN3NWSmg4UlJnaFdKNTNRU3VIZEQ4Wm9F" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "fUmWOUKE1RHohiRmjsF7RtGERgRRUOtJh9R3aB5r" "_previous" => array:1 [ "url" => "https://dev.callparts.vn/category/16-tai" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-18 23:03:20GET/category/16-tai21221931