schedule : 22:06:10 | schedule TH : 05:06:10
expand_less
Filter:

Filter


Showing 85-96 of 80906 Products

8.3.13PHP Version202msRequest Duration3MBMemory UsageGET category/{id?}/{slug?}Route
    • Booting (28.41ms)time
    • Application (174ms)time
    • 1 x Application (85.96%)
      174ms
      1 x Booting (14.03%)
      28.41ms
      23 templates were rendered
      • pages.frontend.category.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.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.blade.phpblade
      • pages.frontend.components.product_grid_cardproduct_grid_card.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/{id?}/{slug?}
      middleware
      web
      controller
      App\Http\Controllers\Frontend\CatalogueController@category
      as
      frontend.catalogue.category
      namespace
      prefix
      where
      file
      app/Http/Controllers/Frontend/CatalogueController.php:137-183
      73 statements were executed, 24 of which were duplicates, 49 unique. Show only duplicated122ms
      • select * from "brands" where "is_active" = 'Y' order by "name" asc
        1.16msfpiautoshopCatalogueController.php#35
        Bindings
        • 0: Y
        Backtrace
        • 15. app/Http/Controllers/Frontend/CatalogueController.php:35
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:139
        • 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'
        510μsfpiautoshopCatalogueController.php#36
        Bindings
        • 0: Y
        Backtrace
        • 15. app/Http/Controllers/Frontend/CatalogueController.php:36
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:139
        • 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'
        460μsfpiautoshopCatalogueController.php#37
        Bindings
        • 0: Y
        Backtrace
        • 15. app/Http/Controllers/Frontend/CatalogueController.php:37
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:139
        • 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-13' and "promotions"."expire_date" >= '2025-04-13') limit 1
        570μsfpiautoshopCatalogueController.php#44
        Bindings
        • 0: Y
        • 1: 2025-04-13
        • 2: 2025-04-13
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:44
        • 17. app/Http/Controllers/Frontend/CatalogueController.php:139
        • 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
        600μsfpiautoshopCatalogueController.php#56
        Bindings
        • 0: 4
        Backtrace
        • 15. app/Http/Controllers/Frontend/CatalogueController.php:56
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:139
        • 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 "name" from "categories" where "id" is null limit 1
        310μsfpiautoshopCatalogueController.php#123
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:123
        • 17. app/Http/Controllers/Frontend/CatalogueController.php:153
        • 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'
        25.48msfpiautoshopCatalogueController.php#78
        Bindings
        • 0: Y
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:78
        • 17. app/Http/Controllers/Frontend/CatalogueController.php:159
        • 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'
        20.71msfpiautoshopCatalogueController.php#101
        Bindings
        • 0: Y
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:101
        • 17. app/Http/Controllers/Frontend/CatalogueController.php:159
        • 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 "products".* from "products" left join "issue_years" on "issue_years"."id" = "products"."issue_year_id" where "products"."is_active" = 'Y' order by "products"."product_code" asc, "products"."category_id" asc, "products"."brand_id" asc, "products"."model_id" asc limit 12 offset 84
        21.95msfpiautoshopCatalogueController.php#101
        Bindings
        • 0: Y
        Backtrace
        • 16. app/Http/Controllers/Frontend/CatalogueController.php:101
        • 17. app/Http/Controllers/Frontend/CatalogueController.php:159
        • 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 "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 68041
        3.35msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 68041
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 68041 and "product_images"."product_id" is not null order by "sort" asc
        520μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 68041
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 68041 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        480μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 68041
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 2 limit 1
        360μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 2
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 28202
        2.43msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 28202
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 28202 and "product_images"."product_id" is not null order by "sort" asc
        380μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 28202
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 28202 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        320μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 28202
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 5 limit 1
        350μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 5
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 249 limit 1
        490μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 249
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 28204
        2.43msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 28204
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 28204 and "product_images"."product_id" is not null order by "sort" asc
        320μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 28204
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 28204 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        290μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 28204
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 5 limit 1
        310μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 5
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 249 limit 1
        320μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 249
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 41901
        2.41msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 41901
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 41901 and "product_images"."product_id" is not null order by "sort" asc
        400μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 41901
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 41901 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 41901
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 5 limit 1
        350μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 5
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 249 limit 1
        460μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 249
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 41902
        2.49msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 41902
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 41902 and "product_images"."product_id" is not null order by "sort" asc
        360μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 41902
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 41902 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 41902
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 5 limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 5
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 249 limit 1
        350μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 249
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 67659
        2.51msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 67659
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 67659 and "product_images"."product_id" is not null order by "sort" asc
        410μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 67659
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 67659 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        360μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 67659
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 5 limit 1
        350μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 5
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 249 limit 1
        420μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 249
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 67660
        2.36msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 67660
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 67660 and "product_images"."product_id" is not null order by "sort" asc
        340μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 67660
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 67660 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 67660
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 5 limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 5
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 249 limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 249
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 28208
        2.46msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 28208
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 28208 and "product_images"."product_id" is not null order by "sort" asc
        370μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 28208
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 28208 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        350μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 28208
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 5 limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 5
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 249 limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 249
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 41903
        2.57msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 41903
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 41903 and "product_images"."product_id" is not null order by "sort" asc
        340μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 41903
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 41903 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        320μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 41903
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 5 limit 1
        330μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 5
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 249 limit 1
        330μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 249
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 41904
        2.31msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 41904
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 41904 and "product_images"."product_id" is not null order by "sort" asc
        350μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 41904
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 41904 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        370μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 41904
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 5 limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 5
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 249 limit 1
        320μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 249
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 1482
        2.34msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 1482
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 1482 and "product_images"."product_id" is not null order by "sort" asc
        330μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 1482
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 1482 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        350μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 1482
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 6 limit 1
        370μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 6
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 1 limit 1
        400μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 1
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select "issue_years".*, "product_to_issue_years"."product_id" as "pivot_product_id", "product_to_issue_years"."issue_year_id" as "pivot_issue_year_id" from "issue_years" inner join "product_to_issue_years" on "issue_years"."id" = "product_to_issue_years"."issue_year_id" where "product_to_issue_years"."product_id" = 1483
        2.42msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 1483
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:7
        • 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 "product_images" where "product_images"."product_id" = 1483 and "product_images"."product_id" is not null order by "sort" asc
        350μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 1483
        Backtrace
        • 20. view::pages.frontend.components.product_grid_card:27
        • 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 "wishlist" where "wishlist"."product_id" = 1483 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        330μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 1483
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:72
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "brands" where "brands"."id" = 6 limit 1
        330μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 6
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:94
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "car_models" where "car_models"."id" = 1 limit 1
        330μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 1
        Backtrace
        • 21. view::pages.frontend.components.product_grid_card:97
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from "settings" where "key" = 'googletag' limit 1
        350μ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
        1msfpiautoshopinc_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'
        970μ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
        570μ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
        600μ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
      100
      App\Models\Brand
      47
      App\Models\Category
      16
      App\Models\Product
      12
      App\Models\IssueYear
      11
      App\Models\CarModel
      11
      App\Models\Zone
      7
      App\Models\SocialMediaSetting
      5
      App\Models\SetImage
      1
      App\Models\Setting
      1
      App\Models\ContactSetting
      1
          _token
          1vlzTcyoiqGKZxN9PIjyDjXvpI8eawvMSFbHAoLQ
          _previous
          array:1 [ "url" => "https://fortuneparts.net/category?page=8&this_page=category" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "page" => "8" "this_page" => "category" ]
          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 => "Sat, 12 Apr 2025 22:06:07 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im0yemN0TmhrTlJTUERUNENHWGpUdHc9PSIsInZhbHVlIjoieEI0VWVTblV0dmIxQS9NNVJqdU5LbVhnZW1CVDRUa2RmaTJUcndQZUpqb05CbkZjczVqWXN1MWVNa3M4d1MvQ3d2c2lhbVJJVllzTWVRSDJnVUhKSGZSTVVaVnVNUjZNUXdidGtFdld4dkZYRktSV0JzeXBpKzdYWUlyZ2NPaksiLCJtYWMiOiJhNGVmOWVjZGI0NTNmZmY4ZGY4Y2I5ODY5MmJmMGI0OGFlOTQ1MDUxMmU3MzhhNWU1ZGNiNjkwMGQwMmE0ODVkIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 00:06:07 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Im0yemN0TmhrTlJTUERUNENHWGpUdHc9PSIsInZhbHVlIjoieEI0VWVTblV0dmIxQS9NNVJqdU5LbVhnZW1CVDRUa2RmaTJUcndQZUpqb05CbkZjczVqWXN1MWVNa3M4d1MvQ3d2c2lhb" 1 => "laravel_session=eyJpdiI6Ik81a1E5cmtYZHFFT0dibzA1NGgzakE9PSIsInZhbHVlIjoiNDd5YkltRnNEQ2pWbGtxUk5taUhOeFNsdCsvM2dsL1V3VjRENHRNUHc2UEpKWmJkTmVwbWxPZTU0NzFsL29wTThyVlFyaTJMdCtFdzcxNU1ZTW03ZXowYXBnRE9oV2lJTXIxdjBvaHFWTkV1OHZKTG5EQXBpbHlQeHgwSkNOTy8iLCJtYWMiOiIyNzk1MjM4MjY2NWIxNGQzNmMxZjg5NWFkNDEyMDdhNDhjM2YwMTA3MDM0Yjg2YTgwM2IyNzkyNjJlNThjNWYyIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 00:06:07 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6Ik81a1E5cmtYZHFFT0dibzA1NGgzakE9PSIsInZhbHVlIjoiNDd5YkltRnNEQ2pWbGtxUk5taUhOeFNsdCsvM2dsL1V3VjRENHRNUHc2UEpKWmJkTmVwbWxPZTU0NzFsL29wTThy" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im0yemN0TmhrTlJTUERUNENHWGpUdHc9PSIsInZhbHVlIjoieEI0VWVTblV0dmIxQS9NNVJqdU5LbVhnZW1CVDRUa2RmaTJUcndQZUpqb05CbkZjczVqWXN1MWVNa3M4d1MvQ3d2c2lhbVJJVllzTWVRSDJnVUhKSGZSTVVaVnVNUjZNUXdidGtFdld4dkZYRktSV0JzeXBpKzdYWUlyZ2NPaksiLCJtYWMiOiJhNGVmOWVjZGI0NTNmZmY4ZGY4Y2I5ODY5MmJmMGI0OGFlOTQ1MDUxMmU3MzhhNWU1ZGNiNjkwMGQwMmE0ODVkIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 00:06:07 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Im0yemN0TmhrTlJTUERUNENHWGpUdHc9PSIsInZhbHVlIjoieEI0VWVTblV0dmIxQS9NNVJqdU5LbVhnZW1CVDRUa2RmaTJUcndQZUpqb05CbkZjczVqWXN1MWVNa3M4d1MvQ3d2c2lhb" 1 => "laravel_session=eyJpdiI6Ik81a1E5cmtYZHFFT0dibzA1NGgzakE9PSIsInZhbHVlIjoiNDd5YkltRnNEQ2pWbGtxUk5taUhOeFNsdCsvM2dsL1V3VjRENHRNUHc2UEpKWmJkTmVwbWxPZTU0NzFsL29wTThyVlFyaTJMdCtFdzcxNU1ZTW03ZXowYXBnRE9oV2lJTXIxdjBvaHFWTkV1OHZKTG5EQXBpbHlQeHgwSkNOTy8iLCJtYWMiOiIyNzk1MjM4MjY2NWIxNGQzNmMxZjg5NWFkNDEyMDdhNDhjM2YwMTA3MDM0Yjg2YTgwM2IyNzkyNjJlNThjNWYyIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 00:06:07 GMT; path=/; httponlylaravel_session=eyJpdiI6Ik81a1E5cmtYZHFFT0dibzA1NGgzakE9PSIsInZhbHVlIjoiNDd5YkltRnNEQ2pWbGtxUk5taUhOeFNsdCsvM2dsL1V3VjRENHRNUHc2UEpKWmJkTmVwbWxPZTU0NzFsL29wTThy" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "1vlzTcyoiqGKZxN9PIjyDjXvpI8eawvMSFbHAoLQ" "_previous" => array:1 [ "url" => "https://fortuneparts.net/category?page=8&this_page=category" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]