Logo
Request history8.1.28PHP Version704msRequest Duration7MBMemory UsageGET category/{category}Route
    • Booting (363ms)time
    • Application (342ms)time
    • 1 x Booting (51.47%)
      363ms
      1 x Application (48.53%)
      342ms
      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
      152 statements were executed, 55 of which were duplicates, 97 unique. Show only duplicated123ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 52 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` = 'science' and `categories`.`deleted_at` is null limit 1
        6.74msthesagf1_secgracustImplicitRouteBinding.php#61
        Bindings
        • 0: science
        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.98msthesagf1_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
        1.01msthesagf1_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
        810μ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 (55, 56) and `products`.`deleted_at` is null
        1.71msthesagf1_secgracustProductController.php#399
        Bindings
        • 0: 55
        • 1: 56
        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 (55, 56) and `products`.`deleted_at` is null order by `title` asc limit 500 offset 0
        7.25msthesagf1_secgracustProductController.php#399
        Bindings
        • 0: 55
        • 1: 56
        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
        1.14msthesagf1_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
        1.54msthesagf1_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` = 55 and `categories`.`deleted_at` is null
        1.07msthesagf1_secgracustproduct_by_category.blade.php#129
        Bindings
        • 0: 55
        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` = 503 and `product_categories`.`product_id` is not null
        970μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 503
        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 (55) limit 1
        950μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 503 and `product_images`.`product_id` is not null limit 1
        1.04msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 503
        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` = 498 and `product_categories`.`product_id` is not null
        1.22msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 498
        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 (55) limit 1
        880μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 498 and `product_images`.`product_id` is not null limit 1
        770μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 498
        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` = 500 and `product_categories`.`product_id` is not null
        920μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 500
        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 (55) limit 1
        870μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 500 and `product_images`.`product_id` is not null limit 1
        1.05msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 500
        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` = 499 and `product_categories`.`product_id` is not null
        970μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 499
        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 (55) limit 1
        850μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 499 and `product_images`.`product_id` is not null limit 1
        910μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 499
        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` = 502 and `product_categories`.`product_id` is not null
        700μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 502
        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 (55) limit 1
        1.32msthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 502 and `product_images`.`product_id` is not null limit 1
        1.04msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 502
        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` = 501 and `product_categories`.`product_id` is not null
        920μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 501
        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 (55) limit 1
        950μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 501 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 501
        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` = 494 and `product_categories`.`product_id` is not null
        810μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 494
        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 (55) limit 1
        560μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 494 and `product_images`.`product_id` is not null limit 1
        880μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 494
        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` = 495 and `product_categories`.`product_id` is not null
        670μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 495
        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 (55) limit 1
        1.24msthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 495 and `product_images`.`product_id` is not null limit 1
        470μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 495
        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` = 496 and `product_categories`.`product_id` is not null
        600μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 496
        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 (55) limit 1
        460μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 496 and `product_images`.`product_id` is not null limit 1
        820μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 496
        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` = 497 and `product_categories`.`product_id` is not null
        590μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 497
        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 (55) limit 1
        500μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 497 and `product_images`.`product_id` is not null limit 1
        520μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 497
        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` = 514 and `product_categories`.`product_id` is not null
        490μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 514
        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 (55) limit 1
        290μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 514 and `product_images`.`product_id` is not null limit 1
        310μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 514
        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` = 513 and `product_categories`.`product_id` is not null
        270μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 513
        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 (55) limit 1
        250μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 513 and `product_images`.`product_id` is not null limit 1
        390μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 513
        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` = 504 and `product_categories`.`product_id` is not null
        410μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 504
        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 (55) limit 1
        900μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 504 and `product_images`.`product_id` is not null limit 1
        780μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 504
        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` = 505 and `product_categories`.`product_id` is not null
        940μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 505
        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 (55) limit 1
        690μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 505 and `product_images`.`product_id` is not null limit 1
        540μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 505
        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` = 506 and `product_categories`.`product_id` is not null
        630μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 506
        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 (55) limit 1
        580μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 506 and `product_images`.`product_id` is not null limit 1
        620μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 506
        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` = 508 and `product_categories`.`product_id` is not null
        730μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 508
        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 (55) limit 1
        560μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 508 and `product_images`.`product_id` is not null limit 1
        770μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 508
        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` = 507 and `product_categories`.`product_id` is not null
        710μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 507
        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 (55) limit 1
        670μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 507 and `product_images`.`product_id` is not null limit 1
        770μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 507
        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` = 509 and `product_categories`.`product_id` is not null
        570μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 509
        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 (55) limit 1
        680μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 509 and `product_images`.`product_id` is not null limit 1
        960μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 509
        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` = 510 and `product_categories`.`product_id` is not null
        830μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 510
        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 (55) limit 1
        740μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 510 and `product_images`.`product_id` is not null limit 1
        780μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 510
        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` = 511 and `product_categories`.`product_id` is not null
        690μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 511
        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 (55) limit 1
        640μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 511 and `product_images`.`product_id` is not null limit 1
        850μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 511
        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` = 512 and `product_categories`.`product_id` is not null
        1.28msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 512
        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 (55) limit 1
        690μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 512 and `product_images`.`product_id` is not null limit 1
        1.07msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 512
        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` = 515 and `product_categories`.`product_id` is not null
        1.02msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 515
        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 (55) limit 1
        840μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 515 and `product_images`.`product_id` is not null limit 1
        1.23msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 515
        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` = 526 and `product_categories`.`product_id` is not null
        950μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 526
        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 (55) limit 1
        830μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 526 and `product_images`.`product_id` is not null limit 1
        620μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 526
        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` = 525 and `product_categories`.`product_id` is not null
        820μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 525
        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 (55) limit 1
        870μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 525 and `product_images`.`product_id` is not null limit 1
        980μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 525
        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` = 527 and `product_categories`.`product_id` is not null
        920μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 527
        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 (55) limit 1
        510μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 527 and `product_images`.`product_id` is not null limit 1
        890μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 527
        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` = 528 and `product_categories`.`product_id` is not null
        770μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 528
        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 (55) limit 1
        590μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 528 and `product_images`.`product_id` is not null limit 1
        790μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 528
        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` = 529 and `product_categories`.`product_id` is not null
        890μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 529
        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 (55) limit 1
        680μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 529 and `product_images`.`product_id` is not null limit 1
        760μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 529
        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` = 531 and `product_categories`.`product_id` is not null
        680μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 531
        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 (55) limit 1
        640μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 531 and `product_images`.`product_id` is not null limit 1
        810μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 531
        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` = 530 and `product_categories`.`product_id` is not null
        720μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 530
        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 (55) limit 1
        710μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 530 and `product_images`.`product_id` is not null limit 1
        780μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 530
        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` = 532 and `product_categories`.`product_id` is not null
        720μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 532
        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 (55) limit 1
        630μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 55
        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` = 532 and `product_images`.`product_id` is not null limit 1
        620μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 532
        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` = 516 and `product_categories`.`product_id` is not null
        770μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 516
        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 (55) limit 1
        700μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 516 and `product_images`.`product_id` is not null limit 1
        770μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 518 and `product_categories`.`product_id` is not null
        700μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (55) limit 1
        640μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 518 and `product_images`.`product_id` is not null limit 1
        760μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 517 and `product_categories`.`product_id` is not null
        740μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (55) limit 1
        660μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 517 and `product_images`.`product_id` is not null limit 1
        750μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 519 and `product_categories`.`product_id` is not null
        1.64msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (55) limit 1
        670μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 519 and `product_images`.`product_id` is not null limit 1
        750μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 520 and `product_categories`.`product_id` is not null
        700μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (55) limit 1
        640μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 520 and `product_images`.`product_id` is not null limit 1
        750μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 521 and `product_categories`.`product_id` is not null
        1.03msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (55) limit 1
        510μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 521 and `product_images`.`product_id` is not null limit 1
        570μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 522 and `product_categories`.`product_id` is not null
        490μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (55) limit 1
        350μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 522 and `product_images`.`product_id` is not null limit 1
        740μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 524 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 (55) limit 1
        330μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 524 and `product_images`.`product_id` is not null limit 1
        470μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 523 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 (55) limit 1
        330μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 523 and `product_images`.`product_id` is not null limit 1
        450μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 538 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 (55) limit 1
        270μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 538 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 534 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 (55) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 534 and `product_images`.`product_id` is not null limit 1
        350μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 533 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 (55) limit 1
        240μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 533 and `product_images`.`product_id` is not null limit 1
        350μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 535 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 (55) limit 1
        260μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 535 and `product_images`.`product_id` is not null limit 1
        360μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 536 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 (55) limit 1
        280μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 536 and `product_images`.`product_id` is not null limit 1
        390μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 537 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 (55) limit 1
        250μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 537 and `product_images`.`product_id` is not null limit 1
        330μsthesagf1_secgracust
      • select * from `pages` where `status` = 1
        750μsthesagf1_secgracust
      • select * from `site_setting` limit 1
        640μsthesagf1_secgracust
      • select * from `pages` where `status` = 1
        920μsthesagf1_secgracust
      • select * from `site_setting` limit 1
        890μsthesagf1_secgracust
      • select * from `pages` where `status` = 1
        1.13msthesagf1_secgracust
      • select * from `site_setting` limit 1
        720μsthesagf1_secgracust
      • select * from `pages` where `status` = 1
        1.12msthesagf1_secgracust
      • select * from `site_setting` limit 1
        760μsthesagf1_secgracust
      App\Models\Category
      184Category.php#?
      App\Models\Product
      45Product.php#?
      App\Models\ProductCategory
      45ProductCategory.php#?
      App\Models\ProductImage
      45ProductImage.php#?
      App\Models\Pages
      25Pages.php#?
      App\Models\SiteSetting
      6SiteSetting.php#?
          _token
          AAbtb7ML21E1bxvy2yccQQxNozMQymXjU7vLpkHR
          _previous
          array:1 [ "url" => "https://securegrades.com/category/science" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          telescope
          View in Telescope
          path_info
          /category/science
          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 => "Mon, 07 Apr 2025 00:46:07 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IngvSFU4eUNFazBkWGZHSVAyZWt3VUE9PSIsInZhbHVlIjoiZktyVnBoVUd2d2tYQUF4OHo4Zlo1c2laSUJvVmdFeGRrTnpvUVNHVyt2SmlweG4wbjZkNVRPNUkrVFFUZHFCVU9FcEtsRHpiaGJmVDdiUHQwRW5ORWdaS2l0WE5WM2pLZWlLcGxBKzNNdXRiSHdaSkgxQzQwWUNrY1hJbVB5ZE4iLCJtYWMiOiIwNzIzZTdmZjdlNDBmNTY5ZWM2MzJkMDY5ODU1YjE3YTJlMjZlNDg3MWU0Yjg4MjI3NGQ1OWRhYWU4YmEzMWU4IiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 02:46:07 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IngvSFU4eUNFazBkWGZHSVAyZWt3VUE9PSIsInZhbHVlIjoiZktyVnBoVUd2d2tYQUF4OHo4Zlo1c2laSUJvVmdFeGRrTnpvUVNHVyt2SmlweG4wbjZkNVRPNUkrVFFUZHFCVU9FcEtsR" 1 => "securegrades_session=eyJpdiI6IjJtVW53RGF0NEd6NDFCYTJNNitZUXc9PSIsInZhbHVlIjoiSHErZ3YvOXFvcWhNWVNJU1NrQmh1OHRIRHYwK29IZUwzS1VieDNvRXpyL3BpNkhsaTQvUDZxY2d3eVR2Q0h3RDRVM3lMdmtlOXRETU1YbG05S3pDVytPUnV6YVJ0eXhCaG9yQkd2eWppQ3AyNlVJWkM4MXBtbTA1K3pEcDVvTVYiLCJtYWMiOiI5NDg4NmZlZmE0ZTMwY2U3MzMxOWQ0NDljYTY4MTM5YzIzMWVhNDZkNzM1MGQyZDUwYzQyN2Q4OWI5NTE1NzVmIiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 02:46:07 GMT; Max-Age=7200; path=/; httponly; samesite=laxsecuregrades_session=eyJpdiI6IjJtVW53RGF0NEd6NDFCYTJNNitZUXc9PSIsInZhbHVlIjoiSHErZ3YvOXFvcWhNWVNJU1NrQmh1OHRIRHYwK29IZUwzS1VieDNvRXpyL3BpNkhsaTQvUDZxY2d3eVR2Q0h" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IngvSFU4eUNFazBkWGZHSVAyZWt3VUE9PSIsInZhbHVlIjoiZktyVnBoVUd2d2tYQUF4OHo4Zlo1c2laSUJvVmdFeGRrTnpvUVNHVyt2SmlweG4wbjZkNVRPNUkrVFFUZHFCVU9FcEtsRHpiaGJmVDdiUHQwRW5ORWdaS2l0WE5WM2pLZWlLcGxBKzNNdXRiSHdaSkgxQzQwWUNrY1hJbVB5ZE4iLCJtYWMiOiIwNzIzZTdmZjdlNDBmNTY5ZWM2MzJkMDY5ODU1YjE3YTJlMjZlNDg3MWU0Yjg4MjI3NGQ1OWRhYWU4YmEzMWU4IiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 02:46:07 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IngvSFU4eUNFazBkWGZHSVAyZWt3VUE9PSIsInZhbHVlIjoiZktyVnBoVUd2d2tYQUF4OHo4Zlo1c2laSUJvVmdFeGRrTnpvUVNHVyt2SmlweG4wbjZkNVRPNUkrVFFUZHFCVU9FcEtsR" 1 => "securegrades_session=eyJpdiI6IjJtVW53RGF0NEd6NDFCYTJNNitZUXc9PSIsInZhbHVlIjoiSHErZ3YvOXFvcWhNWVNJU1NrQmh1OHRIRHYwK29IZUwzS1VieDNvRXpyL3BpNkhsaTQvUDZxY2d3eVR2Q0h3RDRVM3lMdmtlOXRETU1YbG05S3pDVytPUnV6YVJ0eXhCaG9yQkd2eWppQ3AyNlVJWkM4MXBtbTA1K3pEcDVvTVYiLCJtYWMiOiI5NDg4NmZlZmE0ZTMwY2U3MzMxOWQ0NDljYTY4MTM5YzIzMWVhNDZkNzM1MGQyZDUwYzQyN2Q4OWI5NTE1NzVmIiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 02:46:07 GMT; path=/; httponlysecuregrades_session=eyJpdiI6IjJtVW53RGF0NEd6NDFCYTJNNitZUXc9PSIsInZhbHVlIjoiSHErZ3YvOXFvcWhNWVNJU1NrQmh1OHRIRHYwK29IZUwzS1VieDNvRXpyL3BpNkhsaTQvUDZxY2d3eVR2Q0h" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "AAbtb7ML21E1bxvy2yccQQxNozMQymXjU7vLpkHR" "_previous" => array:1 [ "url" => "https://securegrades.com/category/science" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-07 00:46:07GET/category/science5152350