Logo
Request history8.1.28PHP Version794msRequest Duration9MBMemory UsageGET category/{category}Route
    • Booting (309ms)time
    • Application (485ms)time
    • 1 x Application (61.12%)
      485ms
      1 x Booting (38.88%)
      309ms
      5 templates were rendered
      • product.product_by_categoryproduct_by_category.blade.php#?blade
      • pagination::tailwindtailwind.blade.php#?blade
      • layouts.appapp.blade.php#?blade
      • layouts.navigationnavigation.blade.php#?blade
      • components.footerfooter.blade.php#?blade
      uri
      GET category/{category}
      middleware
      web, guestOrVerified
      controller
      App\Http\Controllers\ProductController@byCategory
      namespace
      prefix
      where
      as
      byCategory
      file
      app/Http/Controllers/ProductController.php:369-410
      350 statements were executed, 121 of which were duplicates, 229 unique. Show only duplicated195ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 250 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • Connection Establishedthesagf1_secgracustImplicitRouteBinding.php#61
        Backtrace
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
        • 21. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 22. vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select * from `categories` where `slug` = 'biosciences' and `categories`.`deleted_at` is null limit 1
        4.13msthesagf1_secgracustImplicitRouteBinding.php#61
        Bindings
        • 0: biosciences
        Backtrace
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
        • 22. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 23. vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
      • select * from `categories` where `active` = 1 and `categories`.`deleted_at` is null order by `parent_id` asc
        1.5msthesagf1_secgracustCategory.php#64
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Models/Category.php:64
        • 16. app/Http/Controllers/ProductController.php:371
        • 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:260
      • select * from `site_setting` limit 1
        640μsthesagf1_secgracustProductController.php#373
        Backtrace
        • 19. app/Http/Controllers/ProductController.php:373
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `categories` where `categories`.`id` is null and `categories`.`deleted_at` is null
        630μsthesagf1_secgracustProductController.php#377
        Backtrace
        • 19. app/Http/Controllers/ProductController.php:377
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `products` inner join `product_categories` as `pc` on `pc`.`product_id` = `products`.`id` where `pc`.`category_id` in (66, 67, 70, 164) and `products`.`deleted_at` is null
        1.56msthesagf1_secgracustProductController.php#399
        Bindings
        • 0: 66
        • 1: 67
        • 2: 70
        • 3: 164
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:399
        • 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:260
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `products`.* from `products` inner join `product_categories` as `pc` on `pc`.`product_id` = `products`.`id` where `pc`.`category_id` in (66, 67, 70, 164) and `products`.`deleted_at` is null order by `title` asc limit 500 offset 0
        4.6msthesagf1_secgracustProductController.php#399
        Bindings
        • 0: 66
        • 1: 67
        • 2: 70
        • 3: 164
        Backtrace
        • 16. app/Http/Controllers/ProductController.php:399
        • 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:260
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `pages` where `status` = 1
        2.45msthesagf1_secgracustPages.php#18
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Models/Pages.php:18
        • 16. app/Providers/AppServiceProvider.php:21
        • 17. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 21. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:188
      • select * from `site_setting` limit 1
        390μsthesagf1_secgracustAppServiceProvider.php#29
        Backtrace
        • 19. app/Providers/AppServiceProvider.php:29
        • 20. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
        • 24. vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:188
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:159
      • select * from `categories` where `parent_id` = 66 and `categories`.`deleted_at` is null
        710μsthesagf1_secgracustproduct_by_category.blade.php#129
        Bindings
        • 0: 66
        Backtrace
        • 15. view::product.product_by_category:129
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 684 and `product_categories`.`product_id` is not null
        620μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 684
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        630μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 684 and `product_images`.`product_id` is not null limit 1
        2.07msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 684
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 679 and `product_categories`.`product_id` is not null
        440μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 679
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        230μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 679 and `product_images`.`product_id` is not null limit 1
        630μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 679
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 680 and `product_categories`.`product_id` is not null
        330μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 680
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        1.03msthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 680 and `product_images`.`product_id` is not null limit 1
        320μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 680
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 681 and `product_categories`.`product_id` is not null
        500μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 681
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        400μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 681 and `product_images`.`product_id` is not null limit 1
        360μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 681
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 682 and `product_categories`.`product_id` is not null
        570μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 682
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        210μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 682 and `product_images`.`product_id` is not null limit 1
        550μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 682
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 683 and `product_categories`.`product_id` is not null
        350μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 683
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        220μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 683 and `product_images`.`product_id` is not null limit 1
        310μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 683
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 688 and `product_categories`.`product_id` is not null
        560μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 688
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 688 and `product_images`.`product_id` is not null limit 1
        550μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 688
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 689 and `product_categories`.`product_id` is not null
        420μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 689
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        290μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 689 and `product_images`.`product_id` is not null limit 1
        420μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 689
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 685 and `product_categories`.`product_id` is not null
        2.47msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 685
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        270μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 685 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 685
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 687 and `product_categories`.`product_id` is not null
        500μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 687
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 687 and `product_images`.`product_id` is not null limit 1
        330μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 687
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 686 and `product_categories`.`product_id` is not null
        310μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 686
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        210μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 686 and `product_images`.`product_id` is not null limit 1
        270μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 686
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 696 and `product_categories`.`product_id` is not null
        220μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 696
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        220μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 696 and `product_images`.`product_id` is not null limit 1
        590μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 696
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 697 and `product_categories`.`product_id` is not null
        880μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 697
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        310μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 697 and `product_images`.`product_id` is not null limit 1
        490μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 697
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 690 and `product_categories`.`product_id` is not null
        1.08msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 690
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        260μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 690 and `product_images`.`product_id` is not null limit 1
        390μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 690
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 691 and `product_categories`.`product_id` is not null
        350μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 691
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 691 and `product_images`.`product_id` is not null limit 1
        350μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 691
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 692 and `product_categories`.`product_id` is not null
        330μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 692
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        270μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 692 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 692
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 693 and `product_categories`.`product_id` is not null
        300μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 693
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        190μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 693 and `product_images`.`product_id` is not null limit 1
        300μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 693
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 694 and `product_categories`.`product_id` is not null
        310μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 694
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        230μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 694 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 694
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 695 and `product_categories`.`product_id` is not null
        540μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 695
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        400μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 695 and `product_images`.`product_id` is not null limit 1
        500μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 695
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 704 and `product_categories`.`product_id` is not null
        900μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 704
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        340μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 704 and `product_images`.`product_id` is not null limit 1
        680μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 704
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 705 and `product_categories`.`product_id` is not null
        370μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 705
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        310μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 705 and `product_images`.`product_id` is not null limit 1
        430μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 705
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 706 and `product_categories`.`product_id` is not null
        320μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 706
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        1.85msthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 706 and `product_images`.`product_id` is not null limit 1
        1.09msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 706
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 707 and `product_categories`.`product_id` is not null
        650μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 707
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        320μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 707 and `product_images`.`product_id` is not null limit 1
        650μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 707
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 708 and `product_categories`.`product_id` is not null
        960μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 708
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        330μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 708 and `product_images`.`product_id` is not null limit 1
        470μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 708
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 698 and `product_categories`.`product_id` is not null
        1.94msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 698
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        320μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 698 and `product_images`.`product_id` is not null limit 1
        390μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 698
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 699 and `product_categories`.`product_id` is not null
        400μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 699
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        300μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 699 and `product_images`.`product_id` is not null limit 1
        470μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 699
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 700 and `product_categories`.`product_id` is not null
        400μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 700
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        320μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 700 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 700
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 701 and `product_categories`.`product_id` is not null
        370μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 701
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        300μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 701 and `product_images`.`product_id` is not null limit 1
        1.16msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 701
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 702 and `product_categories`.`product_id` is not null
        1.02msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 702
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        360μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 702 and `product_images`.`product_id` is not null limit 1
        440μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 702
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 703 and `product_categories`.`product_id` is not null
        380μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 703
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        340μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 66
        Backtrace
        • 14. view::product.product_by_category:165
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_images` where `product_images`.`product_id` = 703 and `product_images`.`product_id` is not null limit 1
        480μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 703
        Backtrace
        • 22. view::product.product_by_category:180
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `product_categories` where `product_categories`.`product_id` = 714 and `product_categories`.`product_id` is not null
        310μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 714
        Backtrace
        • 20. view::product.product_by_category:164
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        300μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 714 and `product_images`.`product_id` is not null limit 1
        350μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 715 and `product_categories`.`product_id` is not null
        330μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        190μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 715 and `product_images`.`product_id` is not null limit 1
        280μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 716 and `product_categories`.`product_id` is not null
        330μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 716 and `product_images`.`product_id` is not null limit 1
        1.11msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 709 and `product_categories`.`product_id` is not null
        630μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        330μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 709 and `product_images`.`product_id` is not null limit 1
        480μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 710 and `product_categories`.`product_id` is not null
        280μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 710 and `product_images`.`product_id` is not null limit 1
        300μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 711 and `product_categories`.`product_id` is not null
        330μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        270μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 711 and `product_images`.`product_id` is not null limit 1
        290μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 712 and `product_categories`.`product_id` is not null
        250μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        220μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 712 and `product_images`.`product_id` is not null limit 1
        270μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 713 and `product_categories`.`product_id` is not null
        860μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        290μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 713 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 723 and `product_categories`.`product_id` is not null
        350μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 723 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 717 and `product_categories`.`product_id` is not null
        310μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        230μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 717 and `product_images`.`product_id` is not null limit 1
        310μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 718 and `product_categories`.`product_id` is not null
        300μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 718 and `product_images`.`product_id` is not null limit 1
        300μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 719 and `product_categories`.`product_id` is not null
        410μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 719 and `product_images`.`product_id` is not null limit 1
        330μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 720 and `product_categories`.`product_id` is not null
        720μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        290μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 720 and `product_images`.`product_id` is not null limit 1
        390μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 721 and `product_categories`.`product_id` is not null
        380μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        270μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 721 and `product_images`.`product_id` is not null limit 1
        310μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 722 and `product_categories`.`product_id` is not null
        280μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 722 and `product_images`.`product_id` is not null limit 1
        280μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 741 and `product_categories`.`product_id` is not null
        270μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        390μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 741 and `product_images`.`product_id` is not null limit 1
        510μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 750 and `product_categories`.`product_id` is not null
        1.22msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 750 and `product_images`.`product_id` is not null limit 1
        530μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 749 and `product_categories`.`product_id` is not null
        470μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        310μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 749 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 751 and `product_categories`.`product_id` is not null
        310μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        260μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 751 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 742 and `product_categories`.`product_id` is not null
        300μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        220μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 742 and `product_images`.`product_id` is not null limit 1
        2.23msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 743 and `product_categories`.`product_id` is not null
        400μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        300μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 743 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 744 and `product_categories`.`product_id` is not null
        350μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        280μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 744 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 745 and `product_categories`.`product_id` is not null
        350μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        280μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 745 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 748 and `product_categories`.`product_id` is not null
        420μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        360μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 748 and `product_images`.`product_id` is not null limit 1
        680μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 746 and `product_categories`.`product_id` is not null
        410μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        350μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 746 and `product_images`.`product_id` is not null limit 1
        390μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 747 and `product_categories`.`product_id` is not null
        990μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        300μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 747 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 762 and `product_categories`.`product_id` is not null
        370μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        590μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 762 and `product_images`.`product_id` is not null limit 1
        520μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 752 and `product_categories`.`product_id` is not null
        390μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        280μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 752 and `product_images`.`product_id` is not null limit 1
        840μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 753 and `product_categories`.`product_id` is not null
        410μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        280μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 753 and `product_images`.`product_id` is not null limit 1
        10.07msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 754 and `product_categories`.`product_id` is not null
        870μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        800μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 754 and `product_images`.`product_id` is not null limit 1
        560μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 755 and `product_categories`.`product_id` is not null
        400μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        210μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 755 and `product_images`.`product_id` is not null limit 1
        280μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 756 and `product_categories`.`product_id` is not null
        290μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        210μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 756 and `product_images`.`product_id` is not null limit 1
        310μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 758 and `product_categories`.`product_id` is not null
        800μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        270μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 758 and `product_images`.`product_id` is not null limit 1
        830μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 757 and `product_categories`.`product_id` is not null
        3.69msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        1.23msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 757 and `product_images`.`product_id` is not null limit 1
        1.49msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 759 and `product_categories`.`product_id` is not null
        460μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        1.42msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 759 and `product_images`.`product_id` is not null limit 1
        860μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 760 and `product_categories`.`product_id` is not null
        440μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        280μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 760 and `product_images`.`product_id` is not null limit 1
        420μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 761 and `product_categories`.`product_id` is not null
        450μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        290μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 761 and `product_images`.`product_id` is not null limit 1
        390μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 771 and `product_categories`.`product_id` is not null
        400μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 771 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 772 and `product_categories`.`product_id` is not null
        900μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        360μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 772 and `product_images`.`product_id` is not null limit 1
        430μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 773 and `product_categories`.`product_id` is not null
        450μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        360μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 773 and `product_images`.`product_id` is not null limit 1
        410μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 764 and `product_categories`.`product_id` is not null
        470μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        340μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 764 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 763 and `product_categories`.`product_id` is not null
        510μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        300μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 763 and `product_images`.`product_id` is not null limit 1
        300μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 767 and `product_categories`.`product_id` is not null
        380μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        220μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 767 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 765 and `product_categories`.`product_id` is not null
        3.02msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        1.29msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 765 and `product_images`.`product_id` is not null limit 1
        780μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 766 and `product_categories`.`product_id` is not null
        430μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 766 and `product_images`.`product_id` is not null limit 1
        350μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 768 and `product_categories`.`product_id` is not null
        480μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        340μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 768 and `product_images`.`product_id` is not null limit 1
        320μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 769 and `product_categories`.`product_id` is not null
        340μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        590μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 769 and `product_images`.`product_id` is not null limit 1
        390μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 770 and `product_categories`.`product_id` is not null
        290μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        200μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 770 and `product_images`.`product_id` is not null limit 1
        260μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 779 and `product_categories`.`product_id` is not null
        270μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        380μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 779 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 774 and `product_categories`.`product_id` is not null
        310μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        210μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 774 and `product_images`.`product_id` is not null limit 1
        280μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 777 and `product_categories`.`product_id` is not null
        250μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        180μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 777 and `product_images`.`product_id` is not null limit 1
        270μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 775 and `product_categories`.`product_id` is not null
        250μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        180μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 775 and `product_images`.`product_id` is not null limit 1
        400μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 776 and `product_categories`.`product_id` is not null
        340μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        220μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 776 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 778 and `product_categories`.`product_id` is not null
        1.66msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        4.27msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 778 and `product_images`.`product_id` is not null limit 1
        2.8msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3237 and `product_categories`.`product_id` is not null
        530μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        360μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3237 and `product_images`.`product_id` is not null limit 1
        460μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3238 and `product_categories`.`product_id` is not null
        340μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3238 and `product_images`.`product_id` is not null limit 1
        300μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3239 and `product_categories`.`product_id` is not null
        380μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        290μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3239 and `product_images`.`product_id` is not null limit 1
        300μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3240 and `product_categories`.`product_id` is not null
        310μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3240 and `product_images`.`product_id` is not null limit 1
        290μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3241 and `product_categories`.`product_id` is not null
        460μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        280μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3241 and `product_images`.`product_id` is not null limit 1
        510μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3242 and `product_categories`.`product_id` is not null
        460μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3242 and `product_images`.`product_id` is not null limit 1
        320μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3229 and `product_categories`.`product_id` is not null
        400μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        230μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3229 and `product_images`.`product_id` is not null limit 1
        440μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3230 and `product_categories`.`product_id` is not null
        400μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        290μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3230 and `product_images`.`product_id` is not null limit 1
        300μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3231 and `product_categories`.`product_id` is not null
        280μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        200μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3231 and `product_images`.`product_id` is not null limit 1
        440μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3232 and `product_categories`.`product_id` is not null
        330μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        310μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3232 and `product_images`.`product_id` is not null limit 1
        480μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3233 and `product_categories`.`product_id` is not null
        460μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        370μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3233 and `product_images`.`product_id` is not null limit 1
        620μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3234 and `product_categories`.`product_id` is not null
        380μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        210μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3234 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3235 and `product_categories`.`product_id` is not null
        430μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        290μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3235 and `product_images`.`product_id` is not null limit 1
        530μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3236 and `product_categories`.`product_id` is not null
        460μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        550μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3236 and `product_images`.`product_id` is not null limit 1
        9.27msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3253 and `product_categories`.`product_id` is not null
        430μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        260μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3253 and `product_images`.`product_id` is not null limit 1
        360μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3254 and `product_categories`.`product_id` is not null
        340μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        370μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3254 and `product_images`.`product_id` is not null limit 1
        350μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3255 and `product_categories`.`product_id` is not null
        320μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3255 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3243 and `product_categories`.`product_id` is not null
        320μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        260μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3243 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3244 and `product_categories`.`product_id` is not null
        320μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3244 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3245 and `product_categories`.`product_id` is not null
        310μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3245 and `product_images`.`product_id` is not null limit 1
        330μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3246 and `product_categories`.`product_id` is not null
        310μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        260μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3246 and `product_images`.`product_id` is not null limit 1
        340μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3247 and `product_categories`.`product_id` is not null
        300μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3247 and `product_images`.`product_id` is not null limit 1
        330μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3248 and `product_categories`.`product_id` is not null
        410μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        380μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3248 and `product_images`.`product_id` is not null limit 1
        370μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3249 and `product_categories`.`product_id` is not null
        270μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        260μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3249 and `product_images`.`product_id` is not null limit 1
        280μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3250 and `product_categories`.`product_id` is not null
        290μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3250 and `product_images`.`product_id` is not null limit 1
        250μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3251 and `product_categories`.`product_id` is not null
        230μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        170μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3251 and `product_images`.`product_id` is not null limit 1
        250μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3252 and `product_categories`.`product_id` is not null
        230μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (66) limit 1
        160μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3252 and `product_images`.`product_id` is not null limit 1
        290μsthesagf1_secgracust
      • select * from `pages` where `status` = 1
        810μsthesagf1_secgracust
      • select * from `site_setting` limit 1
        460μsthesagf1_secgracust
      • select * from `pages` where `status` = 1
        490μsthesagf1_secgracust
      • select * from `site_setting` limit 1
        290μsthesagf1_secgracust
      • select * from `pages` where `status` = 1
        600μsthesagf1_secgracust
      • select * from `site_setting` limit 1
        300μsthesagf1_secgracust
      • select * from `pages` where `status` = 1
        670μsthesagf1_secgracust
      • select * from `site_setting` limit 1
        350μsthesagf1_secgracust
      App\Models\Category
      186Category.php#?
      App\Models\Product
      111Product.php#?
      App\Models\ProductCategory
      111ProductCategory.php#?
      App\Models\ProductImage
      111ProductImage.php#?
      App\Models\Pages
      25Pages.php#?
      App\Models\SiteSetting
      6SiteSetting.php#?
          _token
          95Sd2R7iYMUtTHKiMiuHcObAy2FysgrINy8DgdHF
          _previous
          array:1 [ "url" => "https://securegrades.com/category/biosciences" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          telescope
          View in Telescope
          path_info
          /category/biosciences
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:17 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "content-length" => array:1 [ 0 => "0" ] "host" => array:1 [ 0 => "securegrades.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-https" => array:1 [ 0 => "1" ] ]
          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 => "Tue, 08 Apr 2025 17:46:17 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9IanRaSlhMWGx5WWM2Z2xOV2llMmc9PSIsInZhbHVlIjoiT0RGRjRLUjlnUjFITEJhUjdob0YrcFVZemwzb2YybUNNMXlYb3N0U1FQMWViU3gzRWlId1prbnozbFZUYWhQK09Na0hRM3BDbS81WlJyQVdKUGJGaUZkR1piWmFET3NPUVdJaldPUUZKNlpNald2c1UyWUZHVkNzTFNQRTdaSEMiLCJtYWMiOiI4OWQ3NzdmZDJhYzA3MDJlNTgzODhiYTQ4MmIxNTlmNzM3ZjMxYTYzNGQ0OGEyMzQzOTZiOGY1N2ZlMjNkMmQwIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 19:46:17 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ik9IanRaSlhMWGx5WWM2Z2xOV2llMmc9PSIsInZhbHVlIjoiT0RGRjRLUjlnUjFITEJhUjdob0YrcFVZemwzb2YybUNNMXlYb3N0U1FQMWViU3gzRWlId1prbnozbFZUYWhQK09Na0hRM" 1 => "securegrades_session=eyJpdiI6ImNZRjZZOEFxaGQyRWpVTFZxa2d1YXc9PSIsInZhbHVlIjoiRlZFS05nU251ZGp0MXpoSXIvNFNWUjlLa2p6bHdvaWZ3YllLYlFZQy9HT1hoRWs3NkR3aXBhcXhKT1R2b2RBa25PdlBvZG1ndkpHYi9TeHF2SXhHUEF5TWluSmUwSS9HNFZKakpzRU4ycG5aUEZqZXZjRHJVaXF3ZmNmTzloZjUiLCJtYWMiOiJlNTRiZmUzZjZhNjZkMDcyMjg5ODA1YTVlZjMxZTA0NGQ0NjMxYmM0Y2RmNDlmOTYxM2NhMTVjMzVjMmNmZTJjIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 19:46:17 GMT; Max-Age=7200; path=/; httponly; samesite=laxsecuregrades_session=eyJpdiI6ImNZRjZZOEFxaGQyRWpVTFZxa2d1YXc9PSIsInZhbHVlIjoiRlZFS05nU251ZGp0MXpoSXIvNFNWUjlLa2p6bHdvaWZ3YllLYlFZQy9HT1hoRWs3NkR3aXBhcXhKT1R2b2R" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9IanRaSlhMWGx5WWM2Z2xOV2llMmc9PSIsInZhbHVlIjoiT0RGRjRLUjlnUjFITEJhUjdob0YrcFVZemwzb2YybUNNMXlYb3N0U1FQMWViU3gzRWlId1prbnozbFZUYWhQK09Na0hRM3BDbS81WlJyQVdKUGJGaUZkR1piWmFET3NPUVdJaldPUUZKNlpNald2c1UyWUZHVkNzTFNQRTdaSEMiLCJtYWMiOiI4OWQ3NzdmZDJhYzA3MDJlNTgzODhiYTQ4MmIxNTlmNzM3ZjMxYTYzNGQ0OGEyMzQzOTZiOGY1N2ZlMjNkMmQwIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 19:46:17 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ik9IanRaSlhMWGx5WWM2Z2xOV2llMmc9PSIsInZhbHVlIjoiT0RGRjRLUjlnUjFITEJhUjdob0YrcFVZemwzb2YybUNNMXlYb3N0U1FQMWViU3gzRWlId1prbnozbFZUYWhQK09Na0hRM" 1 => "securegrades_session=eyJpdiI6ImNZRjZZOEFxaGQyRWpVTFZxa2d1YXc9PSIsInZhbHVlIjoiRlZFS05nU251ZGp0MXpoSXIvNFNWUjlLa2p6bHdvaWZ3YllLYlFZQy9HT1hoRWs3NkR3aXBhcXhKT1R2b2RBa25PdlBvZG1ndkpHYi9TeHF2SXhHUEF5TWluSmUwSS9HNFZKakpzRU4ycG5aUEZqZXZjRHJVaXF3ZmNmTzloZjUiLCJtYWMiOiJlNTRiZmUzZjZhNjZkMDcyMjg5ODA1YTVlZjMxZTA0NGQ0NjMxYmM0Y2RmNDlmOTYxM2NhMTVjMzVjMmNmZTJjIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 19:46:17 GMT; path=/; httponlysecuregrades_session=eyJpdiI6ImNZRjZZOEFxaGQyRWpVTFZxa2d1YXc9PSIsInZhbHVlIjoiRlZFS05nU251ZGp0MXpoSXIvNFNWUjlLa2p6bHdvaWZ3YllLYlFZQy9HT1hoRWs3NkR3aXBhcXhKT1R2b2R" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "95Sd2R7iYMUtTHKiMiuHcObAy2FysgrINy8DgdHF" "_previous" => array:1 [ "url" => "https://securegrades.com/category/biosciences" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-08 17:46:17GET/category/biosciences5350550