Logo

Nursing

Homework Help, Assignments, Course Project, Discussions, Quizzes and Exam Solutions

Request history8.1.28PHP Version2.17sRequest Duration10MBMemory UsageGET category/{category}Route
    • Booting (58.25ms)time
    • Application (2.11s)time
    • 1 x Application (97.31%)
      2.11s
      1 x Booting (2.69%)
      58.25ms
      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
      1397 statements were executed, 166 of which were duplicates, 1231 unique. Show only duplicated465ms
      • # Query soft and hard limit for Debugbar are reached. Only the first 100 queries show details. Queries after the first 500 are ignored. Limits can be raised in the config (debugbar.options.db.soft/hard_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` = 'nursing-1' and `categories`.`deleted_at` is null limit 1
        5.01msthesagf1_secgracustImplicitRouteBinding.php#61
        Bindings
        • 0: nursing-1
        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
        3.58msthesagf1_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.24msthesagf1_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
        660μ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 (68, 69, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 104, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 162, 163, 165, 167, 171, 170, 174, 175, 176, 177, 178, 180, 181, 182, 199, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 200, 201, 202, 203, 204, 205, 206, 207) and `products`.`deleted_at` is null
        7.08msthesagf1_secgracustProductController.php#399
        Bindings
        • 0: 68
        • 1: 69
        • 2: 90
        • 3: 91
        • 4: 92
        • 5: 93
        • 6: 94
        • 7: 95
        • 8: 96
        • 9: 97
        • 10: 98
        • 11: 99
        • 12: 100
        • 13: 101
        • 14: 103
        • 15: 104
        • 16: 106
        • 17: 107
        • 18: 108
        • 19: 109
        • 20: 111
        • 21: 112
        • 22: 113
        • 23: 114
        • 24: 115
        • 25: 116
        • 26: 117
        • 27: 118
        • 28: 119
        • 29: 120
        • 30: 121
        • 31: 122
        • 32: 123
        • 33: 124
        • 34: 125
        • 35: 126
        • 36: 127
        • 37: 128
        • 38: 129
        • 39: 130
        • 40: 131
        • 41: 132
        • 42: 133
        • 43: 134
        • 44: 135
        • 45: 136
        • 46: 137
        • 47: 138
        • 48: 139
        • 49: 140
        • 50: 141
        • 51: 142
        • 52: 143
        • 53: 144
        • 54: 145
        • 55: 146
        • 56: 147
        • 57: 148
        • 58: 149
        • 59: 150
        • 60: 151
        • 61: 152
        • 62: 153
        • 63: 162
        • 64: 163
        • 65: 165
        • 66: 167
        • 67: 171
        • 68: 170
        • 69: 174
        • 70: 175
        • 71: 176
        • 72: 177
        • 73: 178
        • 74: 180
        • 75: 181
        • 76: 182
        • 77: 199
        • 78: 183
        • 79: 184
        • 80: 185
        • 81: 186
        • 82: 187
        • 83: 188
        • 84: 189
        • 85: 190
        • 86: 191
        • 87: 192
        • 88: 193
        • 89: 194
        • 90: 195
        • 91: 196
        • 92: 197
        • 93: 198
        • 94: 200
        • 95: 201
        • 96: 202
        • 97: 203
        • 98: 204
        • 99: 205
        • 100: 206
        • 101: 207
        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 (68, 69, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 104, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 162, 163, 165, 167, 171, 170, 174, 175, 176, 177, 178, 180, 181, 182, 199, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 200, 201, 202, 203, 204, 205, 206, 207) and `products`.`deleted_at` is null order by `title` asc limit 500 offset 2000
        38.41msthesagf1_secgracustProductController.php#399
        Bindings
        • 0: 68
        • 1: 69
        • 2: 90
        • 3: 91
        • 4: 92
        • 5: 93
        • 6: 94
        • 7: 95
        • 8: 96
        • 9: 97
        • 10: 98
        • 11: 99
        • 12: 100
        • 13: 101
        • 14: 103
        • 15: 104
        • 16: 106
        • 17: 107
        • 18: 108
        • 19: 109
        • 20: 111
        • 21: 112
        • 22: 113
        • 23: 114
        • 24: 115
        • 25: 116
        • 26: 117
        • 27: 118
        • 28: 119
        • 29: 120
        • 30: 121
        • 31: 122
        • 32: 123
        • 33: 124
        • 34: 125
        • 35: 126
        • 36: 127
        • 37: 128
        • 38: 129
        • 39: 130
        • 40: 131
        • 41: 132
        • 42: 133
        • 43: 134
        • 44: 135
        • 45: 136
        • 46: 137
        • 47: 138
        • 48: 139
        • 49: 140
        • 50: 141
        • 51: 142
        • 52: 143
        • 53: 144
        • 54: 145
        • 55: 146
        • 56: 147
        • 57: 148
        • 58: 149
        • 59: 150
        • 60: 151
        • 61: 152
        • 62: 153
        • 63: 162
        • 64: 163
        • 65: 165
        • 66: 167
        • 67: 171
        • 68: 170
        • 69: 174
        • 70: 175
        • 71: 176
        • 72: 177
        • 73: 178
        • 74: 180
        • 75: 181
        • 76: 182
        • 77: 199
        • 78: 183
        • 79: 184
        • 80: 185
        • 81: 186
        • 82: 187
        • 83: 188
        • 84: 189
        • 85: 190
        • 86: 191
        • 87: 192
        • 88: 193
        • 89: 194
        • 90: 195
        • 91: 196
        • 92: 197
        • 93: 198
        • 94: 200
        • 95: 201
        • 96: 202
        • 97: 203
        • 98: 204
        • 99: 205
        • 100: 206
        • 101: 207
        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.42msthesagf1_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.24msthesagf1_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` = 68 and `categories`.`deleted_at` is null
        1.85msthesagf1_secgracustproduct_by_category.blade.php#129
        Bindings
        • 0: 68
        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` = 3576 and `product_categories`.`product_id` is not null
        720μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3576
        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 (68) limit 1
        1.27msthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3576 and `product_images`.`product_id` is not null limit 1
        1.08msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3576
        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` = 3577 and `product_categories`.`product_id` is not null
        860μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3577
        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 (68) limit 1
        1.04msthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3577 and `product_images`.`product_id` is not null limit 1
        550μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3577
        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` = 3578 and `product_categories`.`product_id` is not null
        620μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3578
        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 (68) limit 1
        780μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3578 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3578
        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` = 3579 and `product_categories`.`product_id` is not null
        690μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3579
        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 (68) limit 1
        680μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3579 and `product_images`.`product_id` is not null limit 1
        780μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3579
        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` = 3580 and `product_categories`.`product_id` is not null
        820μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3580
        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 (68) limit 1
        700μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3580 and `product_images`.`product_id` is not null limit 1
        720μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3580
        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` = 3581 and `product_categories`.`product_id` is not null
        640μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3581
        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 (68) limit 1
        430μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3581 and `product_images`.`product_id` is not null limit 1
        890μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3581
        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` = 3594 and `product_categories`.`product_id` is not null
        1msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3594
        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 (68) limit 1
        740μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3594 and `product_images`.`product_id` is not null limit 1
        670μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3594
        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` = 3595 and `product_categories`.`product_id` is not null
        710μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3595
        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 (68) limit 1
        430μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3595 and `product_images`.`product_id` is not null limit 1
        590μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3595
        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` = 3614 and `product_categories`.`product_id` is not null
        470μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3614
        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 (68) limit 1
        800μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3614 and `product_images`.`product_id` is not null limit 1
        840μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3614
        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` = 3615 and `product_categories`.`product_id` is not null
        640μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3615
        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 (68) limit 1
        710μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3615 and `product_images`.`product_id` is not null limit 1
        710μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3615
        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` = 3616 and `product_categories`.`product_id` is not null
        1.01msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3616
        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 (68) limit 1
        770μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3616 and `product_images`.`product_id` is not null limit 1
        840μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3616
        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` = 3622 and `product_categories`.`product_id` is not null
        800μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3622
        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 (68) limit 1
        870μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3622 and `product_images`.`product_id` is not null limit 1
        730μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3622
        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` = 3629 and `product_categories`.`product_id` is not null
        6.07msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3629
        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 (68) limit 1
        2.38msthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3629 and `product_images`.`product_id` is not null limit 1
        5.24msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3629
        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` = 3630 and `product_categories`.`product_id` is not null
        610μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3630
        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 (68) limit 1
        420μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3630 and `product_images`.`product_id` is not null limit 1
        590μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3630
        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` = 3631 and `product_categories`.`product_id` is not null
        660μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3631
        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 (68) limit 1
        280μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3631 and `product_images`.`product_id` is not null limit 1
        380μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3631
        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` = 3617 and `product_categories`.`product_id` is not null
        340μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3617
        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 (68) limit 1
        230μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3617 and `product_images`.`product_id` is not null limit 1
        350μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3617
        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` = 3618 and `product_categories`.`product_id` is not null
        990μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3618
        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 (68) limit 1
        510μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3618 and `product_images`.`product_id` is not null limit 1
        820μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3618
        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` = 3603 and `product_categories`.`product_id` is not null
        1.14msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3603
        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 (68) limit 1
        970μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3603 and `product_images`.`product_id` is not null limit 1
        960μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3603
        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` = 3604 and `product_categories`.`product_id` is not null
        1.02msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3604
        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 (68) limit 1
        890μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3604 and `product_images`.`product_id` is not null limit 1
        1.02msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3604
        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` = 3605 and `product_categories`.`product_id` is not null
        730μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3605
        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 (68) limit 1
        530μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3605 and `product_images`.`product_id` is not null limit 1
        930μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3605
        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` = 3606 and `product_categories`.`product_id` is not null
        1.01msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3606
        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 (68) limit 1
        980μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3606 and `product_images`.`product_id` is not null limit 1
        930μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3606
        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` = 3607 and `product_categories`.`product_id` is not null
        970μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3607
        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 (68) limit 1
        490μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3607 and `product_images`.`product_id` is not null limit 1
        2.94msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3607
        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` = 3608 and `product_categories`.`product_id` is not null
        960μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3608
        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 (68) limit 1
        740μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3608 and `product_images`.`product_id` is not null limit 1
        810μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3608
        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` = 3609 and `product_categories`.`product_id` is not null
        880μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3609
        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 (68) limit 1
        490μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3609 and `product_images`.`product_id` is not null limit 1
        780μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3609
        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` = 3610 and `product_categories`.`product_id` is not null
        750μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3610
        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 (68) limit 1
        540μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3610 and `product_images`.`product_id` is not null limit 1
        830μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3610
        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` = 3611 and `product_categories`.`product_id` is not null
        880μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3611
        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 (68) limit 1
        740μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3611 and `product_images`.`product_id` is not null limit 1
        1.04msthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3611
        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` = 3613 and `product_categories`.`product_id` is not null
        830μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3613
        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 (68) limit 1
        660μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3613 and `product_images`.`product_id` is not null limit 1
        770μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3613
        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` = 3612 and `product_categories`.`product_id` is not null
        1.38msthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3612
        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 (68) limit 1
        550μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3612 and `product_images`.`product_id` is not null limit 1
        780μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3612
        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` = 3632 and `product_categories`.`product_id` is not null
        780μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3632
        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 (68) limit 1
        770μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3632 and `product_images`.`product_id` is not null limit 1
        880μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3632
        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` = 3633 and `product_categories`.`product_id` is not null
        850μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3633
        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 (68) limit 1
        520μsthesagf1_secgracustproduct_by_category.blade.php#165
        Bindings
        • 0: 68
        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` = 3633 and `product_images`.`product_id` is not null limit 1
        870μsthesagf1_secgracustproduct_by_category.blade.php#180
        Bindings
        • 0: 3633
        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` = 3619 and `product_categories`.`product_id` is not null
        880μsthesagf1_secgracustproduct_by_category.blade.php#164
        Bindings
        • 0: 3619
        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 (68) limit 1
        790μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3619 and `product_images`.`product_id` is not null limit 1
        850μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3620 and `product_categories`.`product_id` is not null
        770μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        730μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3620 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3621 and `product_categories`.`product_id` is not null
        780μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        770μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3621 and `product_images`.`product_id` is not null limit 1
        890μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3623 and `product_categories`.`product_id` is not null
        1.04msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        1.14msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3623 and `product_images`.`product_id` is not null limit 1
        990μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3627 and `product_categories`.`product_id` is not null
        1.09msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        1.79msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3627 and `product_images`.`product_id` is not null limit 1
        650μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3626 and `product_categories`.`product_id` is not null
        1.8msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        690μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3626 and `product_images`.`product_id` is not null limit 1
        990μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3625 and `product_categories`.`product_id` is not null
        920μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        820μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3625 and `product_images`.`product_id` is not null limit 1
        630μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3628 and `product_categories`.`product_id` is not null
        890μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        820μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3628 and `product_images`.`product_id` is not null limit 1
        920μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3624 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 (68) limit 1
        360μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3624 and `product_images`.`product_id` is not null limit 1
        580μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3357 and `product_categories`.`product_id` is not null
        540μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        340μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3357 and `product_images`.`product_id` is not null limit 1
        460μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3358 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 (68) limit 1
        360μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3358 and `product_images`.`product_id` is not null limit 1
        450μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3360 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 (68) limit 1
        350μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3360 and `product_images`.`product_id` is not null limit 1
        400μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3359 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 (68) limit 1
        520μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3359 and `product_images`.`product_id` is not null limit 1
        930μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3411 and `product_categories`.`product_id` is not null
        680μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        500μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3411 and `product_images`.`product_id` is not null limit 1
        3.04msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3665 and `product_categories`.`product_id` is not null
        500μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        820μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3665 and `product_images`.`product_id` is not null limit 1
        710μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3666 and `product_categories`.`product_id` is not null
        830μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        650μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3666 and `product_images`.`product_id` is not null limit 1
        760μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3662 and `product_categories`.`product_id` is not null
        670μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        700μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3662 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3663 and `product_categories`.`product_id` is not null
        770μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        500μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3663 and `product_images`.`product_id` is not null limit 1
        490μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3664 and `product_categories`.`product_id` is not null
        770μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        370μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3664 and `product_images`.`product_id` is not null limit 1
        690μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3653 and `product_categories`.`product_id` is not null
        570μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        330μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3653 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3412 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 (68) limit 1
        480μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3412 and `product_images`.`product_id` is not null limit 1
        720μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3701 and `product_categories`.`product_id` is not null
        730μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        410μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3701 and `product_images`.`product_id` is not null limit 1
        780μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3702 and `product_categories`.`product_id` is not null
        640μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        710μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3702 and `product_images`.`product_id` is not null limit 1
        810μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3703 and `product_categories`.`product_id` is not null
        820μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        620μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3703 and `product_images`.`product_id` is not null limit 1
        820μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3704 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 (68) limit 1
        660μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3704 and `product_images`.`product_id` is not null limit 1
        590μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3413 and `product_categories`.`product_id` is not null
        580μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        470μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3413 and `product_images`.`product_id` is not null limit 1
        660μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3672 and `product_categories`.`product_id` is not null
        690μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        510μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3672 and `product_images`.`product_id` is not null limit 1
        900μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3673 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 (68) limit 1
        360μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3673 and `product_images`.`product_id` is not null limit 1
        400μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3674 and `product_categories`.`product_id` is not null
        760μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        730μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3674 and `product_images`.`product_id` is not null limit 1
        590μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3675 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 (68) limit 1
        1.23msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3675 and `product_images`.`product_id` is not null limit 1
        700μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3654 and `product_categories`.`product_id` is not null
        770μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        1.06msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3654 and `product_images`.`product_id` is not null limit 1
        690μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3400 and `product_categories`.`product_id` is not null
        690μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        690μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3400 and `product_images`.`product_id` is not null limit 1
        670μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3667 and `product_categories`.`product_id` is not null
        1.08msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        740μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3667 and `product_images`.`product_id` is not null limit 1
        720μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3668 and `product_categories`.`product_id` is not null
        1.01msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        580μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3668 and `product_images`.`product_id` is not null limit 1
        850μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3669 and `product_categories`.`product_id` is not null
        840μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        750μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3669 and `product_images`.`product_id` is not null limit 1
        860μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3670 and `product_categories`.`product_id` is not null
        850μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        660μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3670 and `product_images`.`product_id` is not null limit 1
        740μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3671 and `product_categories`.`product_id` is not null
        690μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        710μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3671 and `product_images`.`product_id` is not null limit 1
        840μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3681 and `product_categories`.`product_id` is not null
        840μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        750μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3681 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3655 and `product_categories`.`product_id` is not null
        790μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        700μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3655 and `product_images`.`product_id` is not null limit 1
        920μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3401 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 (68) limit 1
        710μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3401 and `product_images`.`product_id` is not null limit 1
        1.31msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3656 and `product_categories`.`product_id` is not null
        810μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        710μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3656 and `product_images`.`product_id` is not null limit 1
        610μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3682 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 (68) limit 1
        480μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3682 and `product_images`.`product_id` is not null limit 1
        850μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3683 and `product_categories`.`product_id` is not null
        750μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        580μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3683 and `product_images`.`product_id` is not null limit 1
        740μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3650 and `product_categories`.`product_id` is not null
        680μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        420μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3650 and `product_images`.`product_id` is not null limit 1
        540μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3402 and `product_categories`.`product_id` is not null
        580μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        600μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3402 and `product_images`.`product_id` is not null limit 1
        1.21msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3403 and `product_categories`.`product_id` is not null
        1.41msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        690μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3403 and `product_images`.`product_id` is not null limit 1
        740μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3651 and `product_categories`.`product_id` is not null
        730μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        900μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3651 and `product_images`.`product_id` is not null limit 1
        430μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3685 and `product_categories`.`product_id` is not null
        690μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        4.24msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3685 and `product_images`.`product_id` is not null limit 1
        640μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3684 and `product_categories`.`product_id` is not null
        1.48msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        940μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3684 and `product_images`.`product_id` is not null limit 1
        1.16msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3686 and `product_categories`.`product_id` is not null
        880μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        630μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3686 and `product_images`.`product_id` is not null limit 1
        1.04msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3676 and `product_categories`.`product_id` is not null
        970μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        940μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3676 and `product_images`.`product_id` is not null limit 1
        1msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3652 and `product_categories`.`product_id` is not null
        980μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        540μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3652 and `product_images`.`product_id` is not null limit 1
        890μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3404 and `product_categories`.`product_id` is not null
        690μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        500μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3404 and `product_images`.`product_id` is not null limit 1
        570μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3677 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 (68) limit 1
        370μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3677 and `product_images`.`product_id` is not null limit 1
        460μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3678 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 (68) limit 1
        410μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3678 and `product_images`.`product_id` is not null limit 1
        480μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3679 and `product_categories`.`product_id` is not null
        500μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        390μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3679 and `product_images`.`product_id` is not null limit 1
        530μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3680 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 (68) limit 1
        460μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3680 and `product_images`.`product_id` is not null limit 1
        1.32msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3661 and `product_categories`.`product_id` is not null
        2.66msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        540μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3661 and `product_images`.`product_id` is not null limit 1
        630μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3405 and `product_categories`.`product_id` is not null
        780μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        530μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3405 and `product_images`.`product_id` is not null limit 1
        830μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3694 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 (68) limit 1
        550μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3694 and `product_images`.`product_id` is not null limit 1
        820μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3695 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 (68) limit 1
        770μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3695 and `product_images`.`product_id` is not null limit 1
        940μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3696 and `product_categories`.`product_id` is not null
        940μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        760μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3696 and `product_images`.`product_id` is not null limit 1
        990μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3697 and `product_categories`.`product_id` is not null
        930μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        620μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3697 and `product_images`.`product_id` is not null limit 1
        1.08msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3698 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 (68) limit 1
        800μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3698 and `product_images`.`product_id` is not null limit 1
        920μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3699 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 (68) limit 1
        840μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3699 and `product_images`.`product_id` is not null limit 1
        3.51msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3657 and `product_categories`.`product_id` is not null
        910μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        860μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3657 and `product_images`.`product_id` is not null limit 1
        1.04msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3406 and `product_categories`.`product_id` is not null
        950μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        690μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3406 and `product_images`.`product_id` is not null limit 1
        990μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3407 and `product_categories`.`product_id` is not null
        980μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        910μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3407 and `product_images`.`product_id` is not null limit 1
        1msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3687 and `product_categories`.`product_id` is not null
        980μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        940μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3687 and `product_images`.`product_id` is not null limit 1
        910μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3688 and `product_categories`.`product_id` is not null
        1.04msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        720μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3688 and `product_images`.`product_id` is not null limit 1
        750μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3689 and `product_categories`.`product_id` is not null
        790μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        680μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3689 and `product_images`.`product_id` is not null limit 1
        910μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3658 and `product_categories`.`product_id` is not null
        1.02msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        940μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3658 and `product_images`.`product_id` is not null limit 1
        980μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3690 and `product_categories`.`product_id` is not null
        960μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        870μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3690 and `product_images`.`product_id` is not null limit 1
        1.01msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3691 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 (68) limit 1
        870μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3691 and `product_images`.`product_id` is not null limit 1
        890μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3692 and `product_categories`.`product_id` is not null
        790μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        830μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3692 and `product_images`.`product_id` is not null limit 1
        790μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3693 and `product_categories`.`product_id` is not null
        1.16msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        770μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3693 and `product_images`.`product_id` is not null limit 1
        990μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3659 and `product_categories`.`product_id` is not null
        1.07msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        860μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3659 and `product_images`.`product_id` is not null limit 1
        1.02msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3408 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 (68) limit 1
        930μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3408 and `product_images`.`product_id` is not null limit 1
        1.01msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3705 and `product_categories`.`product_id` is not null
        760μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        810μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3705 and `product_images`.`product_id` is not null limit 1
        930μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3700 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 (68) limit 1
        600μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3700 and `product_images`.`product_id` is not null limit 1
        620μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3660 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 (68) limit 1
        410μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3660 and `product_images`.`product_id` is not null limit 1
        570μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3409 and `product_categories`.`product_id` is not null
        600μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        540μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3409 and `product_images`.`product_id` is not null limit 1
        950μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3410 and `product_categories`.`product_id` is not null
        760μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        700μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3410 and `product_images`.`product_id` is not null limit 1
        820μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3726 and `product_categories`.`product_id` is not null
        730μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        2.39msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3726 and `product_images`.`product_id` is not null limit 1
        1.81msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3920 and `product_categories`.`product_id` is not null
        960μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        790μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3920 and `product_images`.`product_id` is not null limit 1
        1.04msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3725 and `product_categories`.`product_id` is not null
        1msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        900μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3725 and `product_images`.`product_id` is not null limit 1
        960μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3897 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 (68) limit 1
        620μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3897 and `product_images`.`product_id` is not null limit 1
        960μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3896 and `product_categories`.`product_id` is not null
        760μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        690μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3896 and `product_images`.`product_id` is not null limit 1
        750μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3902 and `product_categories`.`product_id` is not null
        780μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        850μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3902 and `product_images`.`product_id` is not null limit 1
        870μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3899 and `product_categories`.`product_id` is not null
        1.04msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        880μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3899 and `product_images`.`product_id` is not null limit 1
        990μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3900 and `product_categories`.`product_id` is not null
        920μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        900μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3900 and `product_images`.`product_id` is not null limit 1
        670μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3901 and `product_categories`.`product_id` is not null
        840μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        760μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3901 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3903 and `product_categories`.`product_id` is not null
        930μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        750μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3903 and `product_images`.`product_id` is not null limit 1
        820μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3904 and `product_categories`.`product_id` is not null
        710μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        540μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3904 and `product_images`.`product_id` is not null limit 1
        640μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3891 and `product_categories`.`product_id` is not null
        910μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        670μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3891 and `product_images`.`product_id` is not null limit 1
        850μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3922 and `product_categories`.`product_id` is not null
        690μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        470μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3922 and `product_images`.`product_id` is not null limit 1
        640μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3889 and `product_categories`.`product_id` is not null
        1.45msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        740μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3889 and `product_images`.`product_id` is not null limit 1
        1.05msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3890 and `product_categories`.`product_id` is not null
        940μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        940μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3890 and `product_images`.`product_id` is not null limit 1
        880μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3892 and `product_categories`.`product_id` is not null
        910μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        600μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3892 and `product_images`.`product_id` is not null limit 1
        780μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3894 and `product_categories`.`product_id` is not null
        890μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        700μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3894 and `product_images`.`product_id` is not null limit 1
        750μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3893 and `product_categories`.`product_id` is not null
        690μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        510μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3893 and `product_images`.`product_id` is not null limit 1
        640μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3895 and `product_categories`.`product_id` is not null
        850μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        640μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3895 and `product_images`.`product_id` is not null limit 1
        840μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3898 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 (68) limit 1
        460μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3898 and `product_images`.`product_id` is not null limit 1
        630μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3753 and `product_categories`.`product_id` is not null
        590μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        520μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3753 and `product_images`.`product_id` is not null limit 1
        770μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3749 and `product_categories`.`product_id` is not null
        560μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        350μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3749 and `product_images`.`product_id` is not null limit 1
        860μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3750 and `product_categories`.`product_id` is not null
        1.16msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        590μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3750 and `product_images`.`product_id` is not null limit 1
        940μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3751 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 (68) limit 1
        560μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3751 and `product_images`.`product_id` is not null limit 1
        770μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3754 and `product_categories`.`product_id` is not null
        760μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        760μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3754 and `product_images`.`product_id` is not null limit 1
        1.06msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3755 and `product_categories`.`product_id` is not null
        810μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        680μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3755 and `product_images`.`product_id` is not null limit 1
        910μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3756 and `product_categories`.`product_id` is not null
        930μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        1.02msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3756 and `product_images`.`product_id` is not null limit 1
        1.19msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3757 and `product_categories`.`product_id` is not null
        910μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        600μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3757 and `product_images`.`product_id` is not null limit 1
        750μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3758 and `product_categories`.`product_id` is not null
        730μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        680μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3758 and `product_images`.`product_id` is not null limit 1
        820μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3759 and `product_categories`.`product_id` is not null
        590μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        390μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3759 and `product_images`.`product_id` is not null limit 1
        480μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3765 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 (68) limit 1
        290μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3765 and `product_images`.`product_id` is not null limit 1
        480μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3766 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 (68) limit 1
        1.68msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3766 and `product_images`.`product_id` is not null limit 1
        2.26msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3764 and `product_categories`.`product_id` is not null
        920μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        470μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3764 and `product_images`.`product_id` is not null limit 1
        530μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3767 and `product_categories`.`product_id` is not null
        580μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        430μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3767 and `product_images`.`product_id` is not null limit 1
        600μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3742 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 (68) limit 1
        320μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3742 and `product_images`.`product_id` is not null limit 1
        590μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3741 and `product_categories`.`product_id` is not null
        770μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        540μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3741 and `product_images`.`product_id` is not null limit 1
        670μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3743 and `product_categories`.`product_id` is not null
        760μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        610μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3743 and `product_images`.`product_id` is not null limit 1
        670μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3744 and `product_categories`.`product_id` is not null
        610μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        470μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3744 and `product_images`.`product_id` is not null limit 1
        580μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3745 and `product_categories`.`product_id` is not null
        570μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        510μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3745 and `product_images`.`product_id` is not null limit 1
        630μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3746 and `product_categories`.`product_id` is not null
        610μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        450μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3746 and `product_images`.`product_id` is not null limit 1
        1.04msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3747 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 (68) limit 1
        780μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3747 and `product_images`.`product_id` is not null limit 1
        880μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3748 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 (68) limit 1
        840μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3748 and `product_images`.`product_id` is not null limit 1
        1.01msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3752 and `product_categories`.`product_id` is not null
        920μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        670μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3752 and `product_images`.`product_id` is not null limit 1
        1msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3963 and `product_categories`.`product_id` is not null
        830μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        580μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3963 and `product_images`.`product_id` is not null limit 1
        1.07msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3965 and `product_categories`.`product_id` is not null
        970μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        770μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3965 and `product_images`.`product_id` is not null limit 1
        900μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3964 and `product_categories`.`product_id` is not null
        840μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        880μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3964 and `product_images`.`product_id` is not null limit 1
        870μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3784 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 (68) limit 1
        2.34msthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3784 and `product_images`.`product_id` is not null limit 1
        800μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3785 and `product_categories`.`product_id` is not null
        3.99msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        570μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3785 and `product_images`.`product_id` is not null limit 1
        570μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3786 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 (68) limit 1
        360μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3786 and `product_images`.`product_id` is not null limit 1
        400μsthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3795 and `product_categories`.`product_id` is not null
        640μsthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        740μsthesagf1_secgracust
      • select * from `product_images` where `product_images`.`product_id` = 3795 and `product_images`.`product_id` is not null limit 1
        1.04msthesagf1_secgracust
      • select * from `product_categories` where `product_categories`.`product_id` = 3794 and `product_categories`.`product_id` is not null
        1msthesagf1_secgracust
      • select * from `subscription_plan_user` where `user_id` is null and `category_id` in (68) limit 1
        900μsthesagf1_secgracust
      • ... 897 additional queries are executed but now shown because of Debugbar query limits. Limits can be raised in the config (debugbar.options.db.soft/hard_limit)
      App\Models\Product
      460Product.php#?
      App\Models\ProductCategory
      460ProductCategory.php#?
      App\Models\ProductImage
      460ProductImage.php#?
      App\Models\Category
      274Category.php#?
      App\Models\Pages
      25Pages.php#?
      App\Models\SiteSetting
      6SiteSetting.php#?
          _token
          Quh0DkdMgnRGtR424gtsX1UwSvsDGyUaGdI52F2D
          _previous
          array:1 [ "url" => "https://securegrades.com/category/nursing-1?page=5" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          telescope
          View in Telescope
          path_info
          /category/nursing-1
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "5" ]
          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 => "Sun, 13 Apr 2025 16:56:38 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImwzUW9IY3ZzNnZvall3ekJjb0luaEE9PSIsInZhbHVlIjoiN0ZiNVYySC9XWGJwMjYxbndDSk5rTEs2Wkg4U3lXcjlOY0d5aG90LzdWTFhoOEwxaHFoejc5eXZzVUFsR1FRQWlOT1FXaHg2MnBNWDRzNG9WTVpGa0JsU21UWGlBenMyZVJWTW9UeU0wQ3dscHl3Sm1mS0dDY1JhU3BtTEhUQ00iLCJtYWMiOiJlMWM3ZGM2YWMwOGZiMmQxZWU4NzZlMmRiOWE2ZjRkNmI4YTE1NjA1OTkyOWY5NzM2NTQ2OWRiYTI0OTE2NjQzIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 18:56:40 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImwzUW9IY3ZzNnZvall3ekJjb0luaEE9PSIsInZhbHVlIjoiN0ZiNVYySC9XWGJwMjYxbndDSk5rTEs2Wkg4U3lXcjlOY0d5aG90LzdWTFhoOEwxaHFoejc5eXZzVUFsR1FRQWlOT1FXa" 1 => "securegrades_session=eyJpdiI6ImcxZ2hjYlp5eDNqUGRuc2F0eStiR3c9PSIsInZhbHVlIjoiV3pQWDg1MXlKTHQyRXd6elpZell6REVJZjhKL0g2RFN0bTBUUU9RNmkvU0tlREtkWTYwMjNqYlZ1RzY3eDRZNDdxS2phSFVRUkE5S3JoeFVDczllSTdPangrbkJWOCtISFRpUUEvNjFNN0FwNXl3QnNQODR6ZmpaWkt4cUV1SWsiLCJtYWMiOiI3NjIwYTcwMTI4MDM1NzhlNzNhZTM2ZTYzYjFmYmEwMjdjMzUxZjRlMGQzZGU0OGIwNGNkMjRlYTVkMjc1ZGJlIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 18:56:40 GMT; Max-Age=7200; path=/; httponly; samesite=laxsecuregrades_session=eyJpdiI6ImcxZ2hjYlp5eDNqUGRuc2F0eStiR3c9PSIsInZhbHVlIjoiV3pQWDg1MXlKTHQyRXd6elpZell6REVJZjhKL0g2RFN0bTBUUU9RNmkvU0tlREtkWTYwMjNqYlZ1RzY3eDR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImwzUW9IY3ZzNnZvall3ekJjb0luaEE9PSIsInZhbHVlIjoiN0ZiNVYySC9XWGJwMjYxbndDSk5rTEs2Wkg4U3lXcjlOY0d5aG90LzdWTFhoOEwxaHFoejc5eXZzVUFsR1FRQWlOT1FXaHg2MnBNWDRzNG9WTVpGa0JsU21UWGlBenMyZVJWTW9UeU0wQ3dscHl3Sm1mS0dDY1JhU3BtTEhUQ00iLCJtYWMiOiJlMWM3ZGM2YWMwOGZiMmQxZWU4NzZlMmRiOWE2ZjRkNmI4YTE1NjA1OTkyOWY5NzM2NTQ2OWRiYTI0OTE2NjQzIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 18:56:40 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImwzUW9IY3ZzNnZvall3ekJjb0luaEE9PSIsInZhbHVlIjoiN0ZiNVYySC9XWGJwMjYxbndDSk5rTEs2Wkg4U3lXcjlOY0d5aG90LzdWTFhoOEwxaHFoejc5eXZzVUFsR1FRQWlOT1FXa" 1 => "securegrades_session=eyJpdiI6ImcxZ2hjYlp5eDNqUGRuc2F0eStiR3c9PSIsInZhbHVlIjoiV3pQWDg1MXlKTHQyRXd6elpZell6REVJZjhKL0g2RFN0bTBUUU9RNmkvU0tlREtkWTYwMjNqYlZ1RzY3eDRZNDdxS2phSFVRUkE5S3JoeFVDczllSTdPangrbkJWOCtISFRpUUEvNjFNN0FwNXl3QnNQODR6ZmpaWkt4cUV1SWsiLCJtYWMiOiI3NjIwYTcwMTI4MDM1NzhlNzNhZTM2ZTYzYjFmYmEwMjdjMzUxZjRlMGQzZGU0OGIwNGNkMjRlYTVkMjc1ZGJlIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 18:56:40 GMT; path=/; httponlysecuregrades_session=eyJpdiI6ImcxZ2hjYlp5eDNqUGRuc2F0eStiR3c9PSIsInZhbHVlIjoiV3pQWDg1MXlKTHQyRXd6elpZell6REVJZjhKL0g2RFN0bTBUUU9RNmkvU0tlREtkWTYwMjNqYlZ1RzY3eDR" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "Quh0DkdMgnRGtR424gtsX1UwSvsDGyUaGdI52F2D" "_previous" => array:1 [ "url" => "https://securegrades.com/category/nursing-1?page=5" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-13 16:56:40GET/category/nursing-1?page=5513971685