schedule : 04:29:45 | schedule TH : 11:29:45
expand_less
Filter:

Filter

Skirt set

-No Data-


Showing 1-0 of 0 Products

8.3.13PHP Version109msRequest Duration3MBMemory UsageGET category/sub-category/{id}/{slug?}Route
    • Booting (29.87ms)time
    • Application (78.93ms)time
    • 1 x Application (72.54%)
      78.93ms
      1 x Booting (27.45%)
      29.87ms
      11 templates were rendered
      • pages.frontend.catalogue.indexindex.blade.phpblade
      • pages.frontend.components.menu_filtermenu_filter.blade.phpblade
      • pages.frontend.components.menu_filter_mobilemenu_filter_mobile.blade.phpblade
      • pages.frontend.components.product_gridproduct_grid.blade.phpblade
      • pages.frontend.components.pagination.customcustom.blade.phpblade
      • ..pages.frontend.layout.mainmain.blade.phpblade
      • pages.frontend.layout.inc_headerinc_header.blade.phpblade
      • pages.frontend.layout.inc_navbarinc_navbar.blade.phpblade
      • pages.frontend.components.nav_menunav_menu.blade.phpblade
      • pages.frontend.components.nav_menu_mobilenav_menu_mobile.blade.phpblade
      • pages.frontend.layout.inc_footerinc_footer.blade.phpblade
      uri
      GET category/sub-category/{id}/{slug?}
      middleware
      web
      controller
      App\Http\Controllers\Frontend\CatalogueController@subCategory
      as
      frontend.catalogue.subcategory
      namespace
      prefix
      where
      file
      app/Http/Controllers/Frontend/CatalogueController.php:186-223
      14 statements were executed, 2 of which were duplicates, 12 unique. Show only duplicated51.35ms
      • select * from "brands" where "is_active" = 'Y' order by "name" asc
        1.14msfpiautoshopCatalogueController.php#35
        Bindings
        • 0: Y
        Backtrace
        • 15. app/Http/Controllers/Frontend/CatalogueController.php:35
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:188
        • 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:259
      • select * from "categories" where "is_active" = 'Y'
        730μsfpiautoshopCatalogueController.php#36
        Bindings
        • 0: Y
        Backtrace
        • 15. app/Http/Controllers/Frontend/CatalogueController.php:36
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:188
        • 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:259
      • select * from "zones" where "is_active" = 'Y'
        620μsfpiautoshopCatalogueController.php#37
        Bindings
        • 0: Y
        Backtrace
        • 15. app/Http/Controllers/Frontend/CatalogueController.php:37
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:188
        • 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:259
      • select * from "promotions" where ("promotions"."is_active" = 'Y' and "promotions"."starting_date" <= '2025-04-18' and "promotions"."expire_date" >= '2025-04-18') limit 1
        630μsfpiautoshopCatalogueController.php#44
        Bindings
        • 0: Y
        • 1: 2025-04-18
        • 2: 2025-04-18
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:44
        • 17. app/Http/Controllers/Frontend/CatalogueController.php:188
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from "setimages" where "id" = 4 order by "id" asc
        690μsfpiautoshopCatalogueController.php#56
        Bindings
        • 0: 4
        Backtrace
        • 15. app/Http/Controllers/Frontend/CatalogueController.php:56
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:188
        • 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:259
      • select * from "sub_categories" where "id" = '97' limit 1
        540μsfpiautoshopCatalogueController.php#190
        Bindings
        • 0: 97
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:190
        • 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:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select "name" from "sub_categories" where "id" = 97 limit 1
        370μsfpiautoshopCatalogueController.php#128
        Bindings
        • 0: 97
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:128
        • 17. app/Http/Controllers/Frontend/CatalogueController.php:196
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select count(*) as aggregate from "products" left join "issue_years" on "issue_years"."id" = "products"."issue_year_id" where "products"."is_active" = 'Y' and "products"."sub_category_id" = 97
        23.1msfpiautoshopCatalogueController.php#78
        Bindings
        • 0: Y
        • 1: 97
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:78
        • 17. app/Http/Controllers/Frontend/CatalogueController.php:199
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select count(*) as aggregate from "products" left join "issue_years" on "issue_years"."id" = "products"."issue_year_id" where "products"."is_active" = 'Y' and "products"."sub_category_id" = 97
        19.6msfpiautoshopCatalogueController.php#101
        Bindings
        • 0: Y
        • 1: 97
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:101
        • 17. app/Http/Controllers/Frontend/CatalogueController.php:199
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from "settings" where "key" = 'googletag' limit 1
        570μsfpiautoshopmain.blade.php#30
        Bindings
        • 0: googletag
        Backtrace
        • 16. view::..pages.frontend.layout.main:30
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "categories" where exists (select * from "sub_categories" inner join "category_to_subcategory" on "sub_categories"."id" = "category_to_subcategory"."sub_category_id" where "categories"."id" = "category_to_subcategory"."category_id" and "is_active" = 'Y') and "is_active" = 'Y' order by "id" asc
        1.12msfpiautoshopinc_navbar.blade.php#91
        Bindings
        • 0: Y
        • 1: Y
        Backtrace
        • 15. view::pages.frontend.layout.inc_navbar:91
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "sub_categories".*, "category_to_subcategory"."category_id" as "pivot_category_id", "category_to_subcategory"."sub_category_id" as "pivot_sub_category_id" from "sub_categories" inner join "category_to_subcategory" on "sub_categories"."id" = "category_to_subcategory"."sub_category_id" where "category_to_subcategory"."category_id" in (1, 2, 3, 4, 5, 6, 7, 9) and "is_active" = 'Y'
        990μsfpiautoshopinc_navbar.blade.php#91
        Bindings
        • 0: Y
        Backtrace
        • 19. view::pages.frontend.layout.inc_navbar:91
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "contact_settings" where "contact_settings"."id" = 1 limit 1
        630μsfpiautoshopinc_footer.blade.php#10
        Bindings
        • 0: 1
        Backtrace
        • 20. view::pages.frontend.layout.inc_footer:10
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "social_media_setting" where "is_active" = 'Y' order by "id" asc
        620μsfpiautoshopinc_footer.blade.php#21
        Bindings
        • 0: Y
        Backtrace
        • 15. view::pages.frontend.layout.inc_footer:21
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      App\Models\SubCategory
      102
      App\Models\Brand
      35
      App\Models\Category
      16
      App\Models\Zone
      7
      App\Models\SocialMediaSetting
      5
      App\Models\SetImage
      1
      App\Models\Setting
      1
      App\Models\ContactSetting
      1
          _token
          34qFTygRn7ndkLr8O6K43tdtlVo6MKjto3czpeUh
          _previous
          array:1 [ "url" => "https://fortuneparts.net/category/sub-category/97/skirt-set" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category/sub-category/97/skirt-set
          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 => "fortuneparts.net" ] ]
          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 => "Fri, 18 Apr 2025 04:29:43 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IndxTjNxWm1MYWFRWWlFeUxaZnhUVGc9PSIsInZhbHVlIjoiT1VZeUYzL29RVjZub2lKa3E0NDFONExJTGtWUnNCa1hGUDJHbFkwNTVUUTlrSHp3bEtTcXF0cjlJcWwxSWRWY0pIbjVxWklxYTBSL2FNUzM0YjJGenM1STVGWHZNWmF3MjhqUFpNSWJMdFd5MEdIV1YyTWg4RUZNZEZYTWVvTUsiLCJtYWMiOiIwZDRhZDY0MGMzNjRjZjFiOTE0NmE1MDhmN2U2NDEzYmU3YjQzYmJlYTkxMjZkZjAyNjYyZTE1MTgzMDBkZjI1IiwidGFnIjoiIn0%3D; expires=Fri, 18 Apr 2025 06:29:43 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IndxTjNxWm1MYWFRWWlFeUxaZnhUVGc9PSIsInZhbHVlIjoiT1VZeUYzL29RVjZub2lKa3E0NDFONExJTGtWUnNCa1hGUDJHbFkwNTVUUTlrSHp3bEtTcXF0cjlJcWwxSWRWY0pIbjVxW" 1 => "laravel_session=eyJpdiI6IjhGWUp3VERvUkExZ1c5dnlxWUFGNnc9PSIsInZhbHVlIjoiYmxCaWxobEUyNEFQNTlkTG1wd3NESHRldUFvaHpTL3hQM09qSFRrVGtGbUtsSXdwMjRCeVVsNEszOGNNVVROdE8rSEtPMmZicnVVb201WU5UK3lIMEdSWDl2aWl1M2RRQ05uWSs1UEoxNFBETjJvTzdlUUFHdDdJcGpONDA2S1MiLCJtYWMiOiI4ZjM5OTFhYjAyNzgxZDFjNmRlYjVlNDkxNWQ3OGY4MWM4MDU1ZmMzNmY4ZTdkZGRkYTk4YTM3MDJkNDRiYzc0IiwidGFnIjoiIn0%3D; expires=Fri, 18 Apr 2025 06:29:43 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IjhGWUp3VERvUkExZ1c5dnlxWUFGNnc9PSIsInZhbHVlIjoiYmxCaWxobEUyNEFQNTlkTG1wd3NESHRldUFvaHpTL3hQM09qSFRrVGtGbUtsSXdwMjRCeVVsNEszOGNNVVROdE8r" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IndxTjNxWm1MYWFRWWlFeUxaZnhUVGc9PSIsInZhbHVlIjoiT1VZeUYzL29RVjZub2lKa3E0NDFONExJTGtWUnNCa1hGUDJHbFkwNTVUUTlrSHp3bEtTcXF0cjlJcWwxSWRWY0pIbjVxWklxYTBSL2FNUzM0YjJGenM1STVGWHZNWmF3MjhqUFpNSWJMdFd5MEdIV1YyTWg4RUZNZEZYTWVvTUsiLCJtYWMiOiIwZDRhZDY0MGMzNjRjZjFiOTE0NmE1MDhmN2U2NDEzYmU3YjQzYmJlYTkxMjZkZjAyNjYyZTE1MTgzMDBkZjI1IiwidGFnIjoiIn0%3D; expires=Fri, 18-Apr-2025 06:29:43 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IndxTjNxWm1MYWFRWWlFeUxaZnhUVGc9PSIsInZhbHVlIjoiT1VZeUYzL29RVjZub2lKa3E0NDFONExJTGtWUnNCa1hGUDJHbFkwNTVUUTlrSHp3bEtTcXF0cjlJcWwxSWRWY0pIbjVxW" 1 => "laravel_session=eyJpdiI6IjhGWUp3VERvUkExZ1c5dnlxWUFGNnc9PSIsInZhbHVlIjoiYmxCaWxobEUyNEFQNTlkTG1wd3NESHRldUFvaHpTL3hQM09qSFRrVGtGbUtsSXdwMjRCeVVsNEszOGNNVVROdE8rSEtPMmZicnVVb201WU5UK3lIMEdSWDl2aWl1M2RRQ05uWSs1UEoxNFBETjJvTzdlUUFHdDdJcGpONDA2S1MiLCJtYWMiOiI4ZjM5OTFhYjAyNzgxZDFjNmRlYjVlNDkxNWQ3OGY4MWM4MDU1ZmMzNmY4ZTdkZGRkYTk4YTM3MDJkNDRiYzc0IiwidGFnIjoiIn0%3D; expires=Fri, 18-Apr-2025 06:29:43 GMT; path=/; httponlylaravel_session=eyJpdiI6IjhGWUp3VERvUkExZ1c5dnlxWUFGNnc9PSIsInZhbHVlIjoiYmxCaWxobEUyNEFQNTlkTG1wd3NESHRldUFvaHpTL3hQM09qSFRrVGtGbUtsSXdwMjRCeVVsNEszOGNNVVROdE8r" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "34qFTygRn7ndkLr8O6K43tdtlVo6MKjto3czpeUh" "_previous" => array:1 [ "url" => "https://fortuneparts.net/category/sub-category/97/skirt-set" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]