schedule : 03:52:05 | schedule TH : 10:52:05
expand_less
Filter:

Filter


Showing 28525-28536 of 80867 Products

8.3.13PHP Version308msRequest Duration3MBMemory UsageGET category/{id?}/{slug?}Route
    • Booting (30.09ms)time
    • Application (278ms)time
    • 1 x Application (90.23%)
      278ms
      1 x Booting (9.76%)
      30.09ms
      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, 23 of which were duplicates, 50 unique. Show only duplicated222ms
      • select * from "brands" where "is_active" = 'Y' order by "name" asc
        1.23msfpiautoshopCatalogueController.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'
        620μ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'
        520μ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-24' and "promotions"."expire_date" >= '2025-04-24') limit 1
        650μsfpiautoshopCatalogueController.php#44
        Bindings
        • 0: Y
        • 1: 2025-04-24
        • 2: 2025-04-24
        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
        680μ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
        380μ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'
        24.97msfpiautoshopCatalogueController.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'
        21.42msfpiautoshopCatalogueController.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 28524
        118msfpiautoshopCatalogueController.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" = 22144
        3.66msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 22144
        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" = 22144 and "product_images"."product_id" is not null order by "sort" asc
        520μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 22144
        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" = 22144 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        510μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 22144
        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" = 52 limit 1
        360μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 42665
        2.63msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 42665
        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" = 42665 and "product_images"."product_id" is not null order by "sort" asc
        360μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 42665
        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" = 42665 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        390μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 42665
        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" = 52 limit 1
        400μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 223 limit 1
        560μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 223
        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" = 10956
        2.57msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 10956
        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" = 10956 and "product_images"."product_id" is not null order by "sort" asc
        540μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 10956
        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" = 10956 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        410μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 10956
        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" = 52 limit 1
        360μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 205 limit 1
        370μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 205
        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" = 10957
        2.53msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 10957
        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" = 10957 and "product_images"."product_id" is not null order by "sort" asc
        360μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 10957
        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" = 10957 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        330μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 10957
        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" = 52 limit 1
        350μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 205 limit 1
        360μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 205
        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" = 5470
        2.5msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 5470
        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" = 5470 and "product_images"."product_id" is not null order by "sort" asc
        430μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 5470
        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" = 5470 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        440μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 5470
        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" = 52 limit 1
        450μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 191 limit 1
        410μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 191
        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" = 5471
        2.57msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 5471
        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" = 5471 and "product_images"."product_id" is not null order by "sort" asc
        460μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 5471
        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" = 5471 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        410μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 5471
        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" = 52 limit 1
        380μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 191 limit 1
        390μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 191
        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" = 5472
        2.55msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 5472
        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" = 5472 and "product_images"."product_id" is not null order by "sort" asc
        380μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 5472
        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" = 5472 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        360μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 5472
        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" = 52 limit 1
        390μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 191 limit 1
        400μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 191
        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" = 5473
        2.54msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 5473
        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" = 5473 and "product_images"."product_id" is not null order by "sort" asc
        370μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 5473
        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" = 5473 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 5473
        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" = 52 limit 1
        370μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 191 limit 1
        350μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 191
        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" = 5474
        2.64msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 5474
        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" = 5474 and "product_images"."product_id" is not null order by "sort" asc
        380μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 5474
        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" = 5474 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        420μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 5474
        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" = 52 limit 1
        400μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 191 limit 1
        380μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 191
        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" = 76338
        2.43msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 76338
        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" = 76338 and "product_images"."product_id" is not null order by "sort" asc
        420μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 76338
        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" = 76338 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        400μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 76338
        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" = 52 limit 1
        370μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 191 limit 1
        360μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 191
        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" = 5475
        2.49msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 5475
        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" = 5475 and "product_images"."product_id" is not null order by "sort" asc
        370μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 5475
        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" = 5475 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        300μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 5475
        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" = 52 limit 1
        320μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 191 limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 191
        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" = 10953
        2.45msfpiautoshopproduct_grid_card.blade.php#7
        Bindings
        • 0: 10953
        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" = 10953 and "product_images"."product_id" is not null order by "sort" asc
        350μsfpiautoshopproduct_grid_card.blade.php#27
        Bindings
        • 0: 10953
        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" = 10953 and "wishlist"."product_id" is not null and "company_contact_id" is null limit 1
        320μsfpiautoshopproduct_grid_card.blade.php#72
        Bindings
        • 0: 10953
        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" = 52 limit 1
        340μsfpiautoshopproduct_grid_card.blade.php#94
        Bindings
        • 0: 52
        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" = 202 limit 1
        360μsfpiautoshopproduct_grid_card.blade.php#97
        Bindings
        • 0: 202
        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
        400μ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.04msfpiautoshopinc_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'
        1.01msfpiautoshopinc_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
        660μ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
        570μ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
      101
      App\Models\Brand
      47
      App\Models\IssueYear
      17
      App\Models\Category
      16
      App\Models\Product
      12
      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
          EkQzNY9cXnvgJCuyhigVuUFm4dbASm2Iy0bEMOax
          _previous
          array:1 [ "url" => "https://fortuneparts.net/category?page=2378" ]
          _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" => "2378" "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 => "Thu, 24 Apr 2025 03:52:02 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImVBSEVHRFREcnFYNG9wSEN1NGNCNHc9PSIsInZhbHVlIjoibi9KcmQvVXpQQTZiVTMrOUxQTU9wOHRVNER0bldISDRGWXlKRy92MGZXZlp2OGpOdk0wZHo2SkF5bjlwNmRLZU9vc2VUSGZpVUt0YUJMVlQxdjRGdHIxMUZWMXF5MGs3dFpjUUdPTHVrbFhxdHpWM3QrUnA0bWJxcEhCeG8rVE4iLCJtYWMiOiIzMGEyMmEyY2EyMWUzZWIwZjVmOWZkMWYwZmU1YzBhOGM0ODcwYWZjODliYmI1OTNmYmE5OGY1ZTMwZGJjZGVmIiwidGFnIjoiIn0%3D; expires=Thu, 24 Apr 2025 05:52:02 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImVBSEVHRFREcnFYNG9wSEN1NGNCNHc9PSIsInZhbHVlIjoibi9KcmQvVXpQQTZiVTMrOUxQTU9wOHRVNER0bldISDRGWXlKRy92MGZXZlp2OGpOdk0wZHo2SkF5bjlwNmRLZU9vc2VUS" 1 => "laravel_session=eyJpdiI6InVVakw0QUdrV0ZUN2J0SkZDVnZRV1E9PSIsInZhbHVlIjoiK0NmZmlSWjdERzZadU5JQzNaVVNZclVjTUh0SWxpSWJFdUF6cUNrTEVOdE5QV2E0N2VIT1crY3dacGVlNElwbTdEaUEwWVNWeVZtZDNpVDhGaFlwekVGcmdIdnpBY3J5bUp2Ym9ScHA0RUtzamIyZ05JcnBGeiswU3ZpMXhkamEiLCJtYWMiOiJkYzY3Njk4MGU3MTNmODhmMDNlYWE5YjI4NTgxOTMyNjMxODY5NDg4OGRiZGZmMWE0ZjQ2ODZjNjMxN2JjNzEzIiwidGFnIjoiIn0%3D; expires=Thu, 24 Apr 2025 05:52:02 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6InVVakw0QUdrV0ZUN2J0SkZDVnZRV1E9PSIsInZhbHVlIjoiK0NmZmlSWjdERzZadU5JQzNaVVNZclVjTUh0SWxpSWJFdUF6cUNrTEVOdE5QV2E0N2VIT1crY3dacGVlNElwbTdE" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImVBSEVHRFREcnFYNG9wSEN1NGNCNHc9PSIsInZhbHVlIjoibi9KcmQvVXpQQTZiVTMrOUxQTU9wOHRVNER0bldISDRGWXlKRy92MGZXZlp2OGpOdk0wZHo2SkF5bjlwNmRLZU9vc2VUSGZpVUt0YUJMVlQxdjRGdHIxMUZWMXF5MGs3dFpjUUdPTHVrbFhxdHpWM3QrUnA0bWJxcEhCeG8rVE4iLCJtYWMiOiIzMGEyMmEyY2EyMWUzZWIwZjVmOWZkMWYwZmU1YzBhOGM0ODcwYWZjODliYmI1OTNmYmE5OGY1ZTMwZGJjZGVmIiwidGFnIjoiIn0%3D; expires=Thu, 24-Apr-2025 05:52:02 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImVBSEVHRFREcnFYNG9wSEN1NGNCNHc9PSIsInZhbHVlIjoibi9KcmQvVXpQQTZiVTMrOUxQTU9wOHRVNER0bldISDRGWXlKRy92MGZXZlp2OGpOdk0wZHo2SkF5bjlwNmRLZU9vc2VUS" 1 => "laravel_session=eyJpdiI6InVVakw0QUdrV0ZUN2J0SkZDVnZRV1E9PSIsInZhbHVlIjoiK0NmZmlSWjdERzZadU5JQzNaVVNZclVjTUh0SWxpSWJFdUF6cUNrTEVOdE5QV2E0N2VIT1crY3dacGVlNElwbTdEaUEwWVNWeVZtZDNpVDhGaFlwekVGcmdIdnpBY3J5bUp2Ym9ScHA0RUtzamIyZ05JcnBGeiswU3ZpMXhkamEiLCJtYWMiOiJkYzY3Njk4MGU3MTNmODhmMDNlYWE5YjI4NTgxOTMyNjMxODY5NDg4OGRiZGZmMWE0ZjQ2ODZjNjMxN2JjNzEzIiwidGFnIjoiIn0%3D; expires=Thu, 24-Apr-2025 05:52:02 GMT; path=/; httponlylaravel_session=eyJpdiI6InVVakw0QUdrV0ZUN2J0SkZDVnZRV1E9PSIsInZhbHVlIjoiK0NmZmlSWjdERzZadU5JQzNaVVNZclVjTUh0SWxpSWJFdUF6cUNrTEVOdE5QV2E0N2VIT1crY3dacGVlNElwbTdE" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "EkQzNY9cXnvgJCuyhigVuUFm4dbASm2Iy0bEMOax" "_previous" => array:1 [ "url" => "https://fortuneparts.net/category?page=2378" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]