التنظيف والغسيل

All categories
Flash Sale
Todays Deal
Request history8.2.14PHP Version2.02sRequest Duration13MBMemory UsageGET category/{category_slug}Route
    • Booting (103ms)time
    • Application (1.91s)time
    • 1 x Application (94.88%)
      1.91s
      1 x Booting (5.12%)
      103ms
      35 templates were rendered
      • frontend.product_listingproduct_listing.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.megamart.partials.product_box_1product_box_1.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • frontend.layouts.appapp.blade.php#?blade
      • frontend.inc.navnav.blade.php#?blade
      • frontend.partials.cart.cartcart.blade.php#?blade
      • frontend.megamart.partials.category_menucategory_menu.blade.php#?blade
      • frontend.inc.footerfooter.blade.php#?blade
      • frontend.inc.floating_buttonsfloating_buttons.blade.php#?blade
      • frontend.partials.modalmodal.blade.php#?blade
      • frontend.partials.login_modallogin_modal.blade.php#?blade
      • frontend.partials.account_delete_modalaccount_delete_modal.blade.php#?blade
      uri
      GET category/{category_slug}
      middleware
      web
      controller
      App\Http\Controllers\SearchController@listingByCategory
      namespace
      prefix
      where
      as
      products.category
      file
      app/Http/Controllers/SearchController.php:164-171
      46 statements were executed, 14 of which were duplicates, 32 unique. Show only duplicated69.41ms
      • select * from `categories` where `slug` = '--fzqT1' limit 1
        2.13msshopSearchController.php#166
        Bindings
        • 0: --fzqT1
        Backtrace
        • 15. app/Http/Controllers/SearchController.php:166
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `category_translations` where `category_translations`.`category_id` in (273)
        640μsshopSearchController.php#166
        Backtrace
        • 20. app/Http/Controllers/SearchController.php:166
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `attributes`
        490μsshopSearchController.php#25
        Backtrace
        • 15. app/Http/Controllers/SearchController.php:25
        • 16. app/Http/Controllers/SearchController.php:168
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `attribute_translations` where `attribute_translations`.`attribute_id` in (1, 2)
        500μsshopSearchController.php#25
        Backtrace
        • 20. app/Http/Controllers/SearchController.php:25
        • 21. app/Http/Controllers/SearchController.php:168
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `colors`
        1.04msshopSearchController.php#27
        Backtrace
        • 15. app/Http/Controllers/SearchController.php:27
        • 16. app/Http/Controllers/SearchController.php:168
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `categories` where `parent_id` = 273 order by `order_level` desc
        1msshopCategoryUtility.php#12
        Bindings
        • 0: 273
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:34
        • 16. app/Utility/CategoryUtility.php:50
        • 17. app/Http/Controllers/SearchController.php:63
        • 18. app/Http/Controllers/SearchController.php:168
      • select * from `category_translations` where `category_translations`.`category_id` in (281, 282, 283, 284, 285, 286)
        620μsshopCategoryUtility.php#12
        Backtrace
        • 19. app/Utility/CategoryUtility.php:12
        • 20. app/Utility/CategoryUtility.php:34
        • 21. app/Utility/CategoryUtility.php:50
        • 22. app/Http/Controllers/SearchController.php:63
        • 23. app/Http/Controllers/SearchController.php:168
      • select * from `categories` where `parent_id` = 281 order by `order_level` desc
        660μsshopCategoryUtility.php#12
        Bindings
        • 0: 281
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:34
        • 16. app/Utility/CategoryUtility.php:40
        • 17. app/Utility/CategoryUtility.php:50
        • 18. app/Http/Controllers/SearchController.php:63
      • select * from `categories` where `parent_id` = 282 order by `order_level` desc
        630μsshopCategoryUtility.php#12
        Bindings
        • 0: 282
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:34
        • 16. app/Utility/CategoryUtility.php:40
        • 17. app/Utility/CategoryUtility.php:50
        • 18. app/Http/Controllers/SearchController.php:63
      • select * from `categories` where `parent_id` = 283 order by `order_level` desc
        570μsshopCategoryUtility.php#12
        Bindings
        • 0: 283
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:34
        • 16. app/Utility/CategoryUtility.php:40
        • 17. app/Utility/CategoryUtility.php:50
        • 18. app/Http/Controllers/SearchController.php:63
      • select * from `categories` where `parent_id` = 284 order by `order_level` desc
        380μsshopCategoryUtility.php#12
        Bindings
        • 0: 284
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:34
        • 16. app/Utility/CategoryUtility.php:40
        • 17. app/Utility/CategoryUtility.php:50
        • 18. app/Http/Controllers/SearchController.php:63
      • select * from `categories` where `parent_id` = 285 order by `order_level` desc
        450μsshopCategoryUtility.php#12
        Bindings
        • 0: 285
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:34
        • 16. app/Utility/CategoryUtility.php:40
        • 17. app/Utility/CategoryUtility.php:50
        • 18. app/Http/Controllers/SearchController.php:63
      • select * from `categories` where `parent_id` = 286 order by `order_level` desc
        480μsshopCategoryUtility.php#12
        Bindings
        • 0: 286
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:34
        • 16. app/Utility/CategoryUtility.php:40
        • 17. app/Utility/CategoryUtility.php:50
        • 18. app/Http/Controllers/SearchController.php:63
      • select * from `categories` where `categories`.`id` = 273 limit 1
        360μsshopSearchController.php#65
        Bindings
        • 0: 273
        Backtrace
        • 16. app/Http/Controllers/SearchController.php:65
        • 17. app/Http/Controllers/SearchController.php:168
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `category_translations` where `category_translations`.`category_id` in (273)
        310μsshopSearchController.php#65
        Backtrace
        • 21. app/Http/Controllers/SearchController.php:65
        • 22. app/Http/Controllers/SearchController.php:168
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `categories` where `categories`.`parent_id` in (273)
        550μsshopSearchController.php#65
        Backtrace
        • 21. app/Http/Controllers/SearchController.php:65
        • 22. app/Http/Controllers/SearchController.php:168
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `category_translations` where `category_translations`.`category_id` in (281, 282, 283, 284, 285, 286)
        390μsshopSearchController.php#65
        Backtrace
        • 26. app/Http/Controllers/SearchController.php:65
        • 27. app/Http/Controllers/SearchController.php:168
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `categories` where `categories`.`parent_id` in (281, 282, 283, 284, 285, 286)
        350μsshopSearchController.php#65
        Backtrace
        • 26. app/Http/Controllers/SearchController.php:65
        • 27. app/Http/Controllers/SearchController.php:168
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `attribute_id` from `attribute_category` where `category_id` in (281, 282, 283, 284, 285, 286, 273)
        330μsshopSearchController.php#69
        Bindings
        • 0: 281
        • 1: 282
        • 2: 283
        • 3: 284
        • 4: 285
        • 5: 286
        • 6: 273
        Backtrace
        • 13. app/Http/Controllers/SearchController.php:69
        • 14. app/Http/Controllers/SearchController.php:168
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `attributes` where 0 = 1
        230μsshopSearchController.php#70
        Backtrace
        • 14. app/Http/Controllers/SearchController.php:70
        • 15. app/Http/Controllers/SearchController.php:168
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select count(*) as aggregate from `products` inner join `product_categories` on `products`.`id` = `product_categories`.`product_id` where `product_categories`.`category_id` = 273 and `approved` = '1' and `published` = 1 and `auction_product` = 0 and `wholesale_product` = 0 and (`added_by` = 'admin' or (`user_id` in (11, 12, 13, 14)))
        7.82msshopSearchController.php#154
        Bindings
        • 0: 273
        • 1: 1
        • 2: 1
        • 3: 0
        • 4: 0
        • 5: admin
        • 6: 11
        • 7: 12
        • 8: 13
        • 9: 14
        Backtrace
        • 16. app/Http/Controllers/SearchController.php:154
        • 17. app/Http/Controllers/SearchController.php:168
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `products`.*, `product_categories`.`category_id` as `pivot_category_id`, `product_categories`.`product_id` as `pivot_product_id` from `products` inner join `product_categories` on `products`.`id` = `product_categories`.`product_id` where `product_categories`.`category_id` = 273 and `approved` = '1' and `published` = 1 and `auction_product` = 0 and `wholesale_product` = 0 and (`added_by` = 'admin' or (`user_id` in (11, 12, 13, 14))) order by `id` desc limit 24 offset 72
        13.78msshopSearchController.php#154
        Bindings
        • 0: 273
        • 1: 1
        • 2: 1
        • 3: 0
        • 4: 0
        • 5: admin
        • 6: 11
        • 7: 12
        • 8: 13
        • 9: 14
        Backtrace
        • 16. app/Http/Controllers/SearchController.php:154
        • 17. app/Http/Controllers/SearchController.php:168
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `product_translations` where `product_translations`.`product_id` in (4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759)
        780μsshopSearchController.php#154
        Backtrace
        • 21. app/Http/Controllers/SearchController.php:154
        • 22. app/Http/Controllers/SearchController.php:168
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `product_taxes` where `product_taxes`.`product_id` in (4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759)
        620μsshopSearchController.php#154
        Backtrace
        • 21. app/Http/Controllers/SearchController.php:154
        • 22. app/Http/Controllers/SearchController.php:168
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `uploads` where `uploads`.`id` in (44566, 44568, 44570, 44572, 44574, 44576, 44578, 44580, 44582, 44584, 44586, 44588, 44590, 44592, 44594, 44596, 44598, 44600, 44602, 44604, 44606, 44608, 44610, 44612) and `uploads`.`deleted_at` is null
        860μsshopSearchController.php#154
        Backtrace
        • 21. app/Http/Controllers/SearchController.php:154
        • 22. app/Http/Controllers/SearchController.php:168
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select count(*) as aggregate from `products` where `approved` = '1' and `published` = 1
        7.59msshopHelpers.php#1706
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Http/Helpers.php:1706
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select min(`unit_price`) as aggregate from `products` where `approved` = '1' and `published` = 1
        7.78msshopHelpers.php#1718
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Http/Helpers.php:1718
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select max(`unit_price`) as aggregate from `products` where `approved` = '1' and `published` = 1
        7.55msshopHelpers.php#1730
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Http/Helpers.php:1730
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `code` = 'en' limit 1
        660μsshopHelpers.php#1653
        Bindings
        • 0: en
        Backtrace
        • 15. app/Http/Helpers.php:1653
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` = '16995' and `uploads`.`deleted_at` is null limit 1
        610μsshopHelpers.php#1166
        Bindings
        • 0: 16995
        Backtrace
        • 19. app/Http/Helpers.php:1166
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` = '16995' and `uploads`.`deleted_at` is null limit 1
        610μsshopHelpers.php#1166
        Bindings
        • 0: 16995
        Backtrace
        • 19. app/Http/Helpers.php:1166
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `code` = 'en' limit 1
        640μsshopHelpers.php#1634
        Bindings
        • 0: en
        Backtrace
        • 15. app/Http/Helpers.php:1634
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        420μsshopHelpers.php#1166
        Backtrace
        • 19. app/Http/Helpers.php:1166
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `status` = 1
        580μsshopHelpers.php#1644
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Helpers.php:1644
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `currencies` where `id` = '29' limit 1
        650μsshopHelpers.php#1667
        Bindings
        • 0: 29
        Backtrace
        • 15. app/Http/Helpers.php:1667
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `currencies` where `status` = 1
        470μsshopHelpers.php#1677
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Helpers.php:1677
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` = '16995' and `uploads`.`deleted_at` is null limit 1
        550μsshopHelpers.php#1166
        Bindings
        • 0: 16995
        Backtrace
        • 19. app/Http/Helpers.php:1166
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `level` = 0 order by `order_level` desc
        730μsshopHelpers.php#1982
        Bindings
        • 0: 0
        Backtrace
        • 14. app/Http/Helpers.php:1982
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `category_translations` where `category_translations`.`category_id` in (244, 245, 246, 250, 254, 261, 262, 263, 264, 265, 266, 270, 271, 272, 273, 274, 275, 278, 279, 280)
        650μsshopHelpers.php#1982
        Backtrace
        • 19. app/Http/Helpers.php:1982
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where 0 = 1 and `uploads`.`deleted_at` is null
        300μsshopHelpers.php#1982
        Backtrace
        • 19. app/Http/Helpers.php:1982
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where 0 = 1 and `uploads`.`deleted_at` is null
        280μsshopHelpers.php#1982
        Backtrace
        • 19. app/Http/Helpers.php:1982
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` = '16995' and `uploads`.`deleted_at` is null limit 1
        560μsshopHelpers.php#1166
        Bindings
        • 0: 16995
        Backtrace
        • 19. app/Http/Helpers.php:1166
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `custom_alerts` where `status` = 1 order by `id` desc
        570μsshopapp.blade.php#254
        Bindings
        • 0: 1
        Backtrace
        • 14. view::frontend.layouts.app:254
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `dynamic_popups` where `status` = 1 order by `id` asc
        550μsshopapp.blade.php#295
        Bindings
        • 0: 1
        Backtrace
        • 14. view::frontend.layouts.app:295
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        340μsshopHelpers.php#1166
        Backtrace
        • 19. app/Http/Helpers.php:1166
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `countries` where `status` = '1'
        1.35msshopHelpers.php#121
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Helpers.php:121
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      App\Models\Color
      143Color.php#?
      App\Models\Category
      34Category.php#?
      App\Models\CategoryTranslation
      34CategoryTranslation.php#?
      App\Models\Upload
      28Upload.php#?
      App\Models\Currency
      28Currency.php#?
      App\Models\Product
      24Product.php#?
      App\Models\Language
      4Language.php#?
      App\Models\Attribute
      2Attribute.php#?
      App\Models\CustomAlert
      1CustomAlert.php#?
      App\Models\DynamicPopup
      1DynamicPopup.php#?
      App\Models\Country
      1Country.php#?
          _token
          YkdACYjTRvBPnGhF3B2w3C97IZFipWZLiArWI47S
          locale
          en
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category/--fzqT1
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "4" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:24 [ "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "18.117.103.79" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "host" => array:1 [ 0 => "shop.instawhats.com" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-ray" => array:1 [ 0 => "92b962a89bed2303-AMS" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "x-forwarded-for" => array:1 [ 0 => "18.117.103.79" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 05 Apr 2025 13:27:52 GMT" ] "set-cookie" => array:1 [ 0 => "XSRF-TOKEN=YkdACYjTRvBPnGhF3B2w3C97IZFipWZLiArWI47S; expires=Sat, 05-Apr-2025 15:27:54 GMT; Max-Age=7200; path=/" ] "Set-Cookie" => array:1 [ 0 => "XSRF-TOKEN=YkdACYjTRvBPnGhF3B2w3C97IZFipWZLiArWI47S; expires=Sat, 05-Apr-2025 15:27:54 GMT; path=/" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "YkdACYjTRvBPnGhF3B2w3C97IZFipWZLiArWI47S" "locale" => "en" "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-05 16:27:54GET/category/--fzqT1?page=43546300