Sports & outdoor

Request history8.2.20PHP Version634msRequest Duration8MBMemory UsageGET category/{category_slug}Route
    • Booting (26.94ms)time
    • Application (607ms)time
    • 1 x Application (95.75%)
      607ms
      1 x Booting (4.25%)
      26.94ms
      34 templates were rendered
      • frontend.product_listingproduct_listing.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.reclassic.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.reclassic.partials.category_menucategory_menu.blade.php#?blade
      • frontend.inc.footerfooter.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:238-246
      38 statements were executed (8 duplicates)Show only duplicates24.24ms
      • SearchController.php#241mail1.72msselect * from `categories` where `slug` = 'sports & outdoor' limit 1
        Bindings
        • 0: sports & outdoor
        Backtrace
        • app/Http/Controllers/SearchController.php:241
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • SearchController.php#241mail370μsselect * from `category_translations` where `category_translations`.`category_id` in (5)
        Backtrace
        • app/Http/Controllers/SearchController.php:241
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • SearchController.php#29mail330μsselect * from `attributes`
        Backtrace
        • app/Http/Controllers/SearchController.php:29
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#29mail330μsselect * from `attribute_translations` where `attribute_translations`.`attribute_id` in (1, 2)
        Backtrace
        • app/Http/Controllers/SearchController.php:29
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#31mail500μsselect * from `colors`
        Backtrace
        • app/Http/Controllers/SearchController.php:31
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • CategoryUtility.php#12mail390μsselect * from `categories` where `parent_id` = 5 order by `order_level` desc
        Bindings
        • 0: 5
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
        • app/Http/Controllers/SearchController.php:243
      • SearchController.php#152mail360μsselect * from `categories` where `categories`.`id` = 5 limit 1
        Bindings
        • 0: 5
        Backtrace
        • app/Http/Controllers/SearchController.php:152
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#152mail320μsselect * from `category_translations` where `category_translations`.`category_id` in (5)
        Backtrace
        • app/Http/Controllers/SearchController.php:152
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#152mail340μsselect * from `categories` where `categories`.`parent_id` in (5)
        Backtrace
        • app/Http/Controllers/SearchController.php:152
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#156mail310μsselect `attribute_id` from `attribute_category` where `category_id` in (5)
        Bindings
        • 0: 5
        Backtrace
        • app/Http/Controllers/SearchController.php:156
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#157mail260μsselect * from `attributes` where 0 = 1
        Backtrace
        • app/Http/Controllers/SearchController.php:157
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#228mail1.57msselect count(*) as aggregate from `products` inner join `product_categories` on `products`.`id` = `product_categories`.`product_id` where `product_categories`.`category_id` = 5 and `approved` = '1' and `published` = 1 and `auction_product` = 0 and (`added_by` = 'admin' or (`user_id` in (3, 11, 12, 13, 14, 32, 34, 1914, 1918)))
        Bindings
        • 0: 5
        • 1: 1
        • 2: 1
        • 3: 0
        • 4: admin
        • 5: 3
        • 6: 11
        • 7: 12
        • 8: 13
        • 9: 14
        • 10: 32
        • 11: 34
        • 12: 1914
        • 13: 1918
        Backtrace
        • app/Http/Controllers/SearchController.php:228
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#228mail3.46msselect `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` = 5 and `approved` = '1' and `published` = 1 and `auction_product` = 0 and (`added_by` = 'admin' or (`user_id` in (3, 11, 12, 13, 14, 32, 34, 1914, 1918))) order by `id` desc limit 24 offset 0
        Bindings
        • 0: 5
        • 1: 1
        • 2: 1
        • 3: 0
        • 4: admin
        • 5: 3
        • 6: 11
        • 7: 12
        • 8: 13
        • 9: 14
        • 10: 32
        • 11: 34
        • 12: 1914
        • 13: 1918
        Backtrace
        • app/Http/Controllers/SearchController.php:228
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#228mail370μsselect * from `product_translations` where `product_translations`.`product_id` in (1345, 1347, 1361, 1372, 1378, 1379, 1382, 1383, 1386, 1388, 1391, 1393, 1400, 1403, 1404, 1413, 1420, 1423, 1425, 1442, 1447, 1465, 1466, 1469)
        Backtrace
        • app/Http/Controllers/SearchController.php:228
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#228mail320μsselect * from `product_taxes` where `product_taxes`.`product_id` in (1345, 1347, 1361, 1372, 1378, 1379, 1382, 1383, 1386, 1388, 1391, 1393, 1400, 1403, 1404, 1413, 1420, 1423, 1425, 1442, 1447, 1465, 1466, 1469)
        Backtrace
        • app/Http/Controllers/SearchController.php:228
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • SearchController.php#228mail460μsselect * from `uploads` where `uploads`.`id` in (1974, 1986, 2019, 4920, 5046, 5238, 5844, 5894, 6022, 6182, 6196, 6231, 6253, 6429, 6463, 6484, 6524, 6596, 6717, 6775, 6824, 6956, 7019) and `uploads`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/SearchController.php:228
        • app/Http/Controllers/SearchController.php:243
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • Helpers.php#1763mail1.19msselect count(*) as aggregate from `products` where `approved` = '1' and `published` = 1
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • app/Http/Helpers.php:1763
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1775mail1.14msselect min(`unit_price`) as aggregate from `products` where `approved` = '1' and `published` = 1
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • app/Http/Helpers.php:1775
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1787mail1.14msselect max(`unit_price`) as aggregate from `products` where `approved` = '1' and `published` = 1
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • app/Http/Helpers.php:1787
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1710mail620μsselect * from `languages` where `code` = 'en' limit 1
        Bindings
        • 0: en
        Backtrace
        • app/Http/Helpers.php:1710
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1200mail490μsselect * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        Backtrace
        • app/Http/Helpers.php:1200
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1200mail490μsselect * from `uploads` where `uploads`.`id` = '8915' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 8915
        Backtrace
        • app/Http/Helpers.php:1200
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1691mail480μsselect * from `languages` where `code` = 'en' limit 1
        Bindings
        • 0: en
        Backtrace
        • app/Http/Helpers.php:1691
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1200mail330μsselect * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        Backtrace
        • app/Http/Helpers.php:1200
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1701mail430μsselect * from `languages` where `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Helpers.php:1701
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1724mail360μsselect * from `currencies` where `id` = '1' limit 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Helpers.php:1724
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1734mail390μsselect * from `currencies` where `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Helpers.php:1734
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1200mail380μsselect * from `uploads` where `uploads`.`id` = '8917' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 8917
        Backtrace
        • app/Http/Helpers.php:1200
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#2029mail600μsselect * from `categories` where `level` = 0 order by `order_level` desc
        Bindings
        • 0: 0
        Backtrace
        • app/Http/Helpers.php:2029
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#2029mail400μsselect * from `category_translations` where `category_translations`.`category_id` in (1, 2, 4, 5, 7, 8, 9, 10, 11, 12, 14)
        Backtrace
        • app/Http/Helpers.php:2029
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#2029mail410μsselect * from `uploads` where `uploads`.`id` in (359, 8933, 8934, 8935) and `uploads`.`deleted_at` is null
        Backtrace
        • app/Http/Helpers.php:2029
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#2029mail400μsselect * from `uploads` where `uploads`.`id` in (337, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358) and `uploads`.`deleted_at` is null
        Backtrace
        • app/Http/Helpers.php:2029
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1200mail580μsselect * from `uploads` where `uploads`.`id` = '8915' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 8915
        Backtrace
        • app/Http/Helpers.php:1200
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1200mail550μsselect * from `uploads` where `uploads`.`id` = '8936' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 8936
        Backtrace
        • app/Http/Helpers.php:1200
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • app.blade.php#256mail440μsselect * from `custom_alerts` where `status` = 1 order by `id` desc
        Bindings
        • 0: 1
        Backtrace
        • view::frontend.layouts.app:256
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • app.blade.php#297mail410μsselect * from `dynamic_popups` where `status` = 1 order by `id` asc
        Bindings
        • 0: 1
        Backtrace
        • view::frontend.layouts.app:297
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#129mail1.18msselect * from `countries` where `status` = '1'
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Helpers.php:129
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Helpers.php#1200mail420μsselect * from `uploads` where `uploads`.`id` = '' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 
        Backtrace
        • app/Http/Helpers.php:1200
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Country
      246Country.php#?
      App\Models\Color
      143Color.php#?
      App\Models\Upload
      42Upload.php#?
      App\Models\CategoryTranslation
      26CategoryTranslation.php#?
      App\Models\Currency
      26Currency.php#?
      App\Models\Product
      24Product.php#?
      App\Models\Language
      15Language.php#?
      App\Models\Category
      13Category.php#?
      App\Models\Attribute
      2Attribute.php#?
      App\Models\CustomAlert
      1CustomAlert.php#?
          _token
          UYVw6gZGBndYnNADKthfUZZWotwLYlUcyPVGl0e6
          locale
          en
          path_info
          /category/sports%20&%20outdoor
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "1" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "yoloyo.xyz" ] ]
          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 => "Fri, 18 Apr 2025 14:46:33 GMT" ] "set-cookie" => array:1 [ 0 => "XSRF-TOKEN=UYVw6gZGBndYnNADKthfUZZWotwLYlUcyPVGl0e6; expires=Fri, 18 Apr 2025 16:46:33 GMT; Max-Age=7200; path=/" ] "Set-Cookie" => array:1 [ 0 => "XSRF-TOKEN=UYVw6gZGBndYnNADKthfUZZWotwLYlUcyPVGl0e6; expires=Fri, 18-Apr-2025 16:46:33 GMT; path=/" ] ]
          session_attributes
          0 of 0
          array:2 [ "_token" => "UYVw6gZGBndYnNADKthfUZZWotwLYlUcyPVGl0e6" "locale" => "en" ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-18 22:46:33GET/category/sports%20&%20outdoor?page=13438538