المواد الغذائية

جميع الاقسام
الصفقات المميزة
صفقة اليوم
Request history8.2.26PHP Version3.14sRequest Duration49MBMemory UsageGET category/{category_slug}Route
    • Booting (280ms)time
    • Application (2.86s)time
    • 1 x Application (91.1%)
      2.86s
      1 x Booting (8.9%)
      280ms
      35 templates were rendered
      • frontend.product_listingproduct_listing.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.partials.product_box_1product_box_1.blade.php#?blade
      • frontend.classic.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.classic.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:238-246
      139 statements were executed (18 duplicates)Show only duplicatesadmin_buraydah-market207ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 39 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • SearchController.php#241admin_buraydah-market2.74msselect * from `categories` where `slug` = 'المواد الغذائية' limit 1
        Bindings
        • 0: المواد الغذائية
        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#241admin_buraydah-market860μsselect * from `category_translations` where `category_translations`.`category_id` in (1)
        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#29admin_buraydah-market1.01msselect * 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#29admin_buraydah-market750μsselect * from `attribute_translations` where `attribute_translations`.`attribute_id` in (1, 2, 4)
        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#31admin_buraydah-market1.53msselect * 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#12admin_buraydah-market930μsselect * from `categories` where `parent_id` = 1 order by `order_level` desc
        Bindings
        • 0: 1
        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
      • CategoryUtility.php#12admin_buraydah-market670μsselect * from `category_translations` where `category_translations`.`category_id` in (6, 7, 8, 13, 14, 15, 16, 17, 46, 48, 97, 109, 115, 120)
        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
      • CategoryUtility.php#12admin_buraydah-market1.23msselect * from `categories` where `parent_id` = 13 order by `order_level` desc
        Bindings
        • 0: 13
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market780μsselect * from `category_translations` where `category_translations`.`category_id` in (56, 57, 58, 59)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market870μsselect * from `categories` where `parent_id` = 56 order by `order_level` desc
        Bindings
        • 0: 56
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.11msselect * from `categories` where `parent_id` = 57 order by `order_level` desc
        Bindings
        • 0: 57
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market870μsselect * from `categories` where `parent_id` = 58 order by `order_level` desc
        Bindings
        • 0: 58
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market850μsselect * from `categories` where `parent_id` = 59 order by `order_level` desc
        Bindings
        • 0: 59
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.45msselect * from `categories` where `parent_id` = 14 order by `order_level` desc
        Bindings
        • 0: 14
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market2.06msselect * from `categories` where `parent_id` = 8 order by `order_level` desc
        Bindings
        • 0: 8
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market2.41msselect * from `category_translations` where `category_translations`.`category_id` in (51, 60, 260)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.28msselect * from `categories` where `parent_id` = 60 order by `order_level` desc
        Bindings
        • 0: 60
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market770μsselect * from `category_translations` where `category_translations`.`category_id` in (61, 62, 63, 64)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market780μsselect * from `categories` where `parent_id` = 61 order by `order_level` desc
        Bindings
        • 0: 61
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market1.26msselect * from `categories` where `parent_id` = 62 order by `order_level` desc
        Bindings
        • 0: 62
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market780μsselect * from `categories` where `parent_id` = 63 order by `order_level` desc
        Bindings
        • 0: 63
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market750μsselect * from `categories` where `parent_id` = 64 order by `order_level` desc
        Bindings
        • 0: 64
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market1.12msselect * from `categories` where `parent_id` = 51 order by `order_level` desc
        Bindings
        • 0: 51
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market720μsselect * from `category_translations` where `category_translations`.`category_id` in (65, 66, 67, 68, 69, 70, 257, 258, 259)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market890μsselect * from `categories` where `parent_id` = 65 order by `order_level` desc
        Bindings
        • 0: 65
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market730μsselect * from `categories` where `parent_id` = 66 order by `order_level` desc
        Bindings
        • 0: 66
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market1.06msselect * from `categories` where `parent_id` = 67 order by `order_level` desc
        Bindings
        • 0: 67
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market1.28msselect * from `categories` where `parent_id` = 68 order by `order_level` desc
        Bindings
        • 0: 68
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market2.13msselect * from `categories` where `parent_id` = 69 order by `order_level` desc
        Bindings
        • 0: 69
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market1.13msselect * from `categories` where `parent_id` = 70 order by `order_level` desc
        Bindings
        • 0: 70
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market970μsselect * from `categories` where `parent_id` = 257 order by `order_level` desc
        Bindings
        • 0: 257
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market830μsselect * from `categories` where `parent_id` = 258 order by `order_level` desc
        Bindings
        • 0: 258
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market1.47msselect * from `categories` where `parent_id` = 259 order by `order_level` desc
        Bindings
        • 0: 259
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
      • CategoryUtility.php#12admin_buraydah-market1.19msselect * from `categories` where `parent_id` = 260 order by `order_level` desc
        Bindings
        • 0: 260
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.65msselect * from `categories` where `parent_id` = 15 order by `order_level` desc
        Bindings
        • 0: 15
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market850μsselect * from `category_translations` where `category_translations`.`category_id` in (71, 72, 73, 74, 75, 76, 263)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.04msselect * from `categories` where `parent_id` = 71 order by `order_level` desc
        Bindings
        • 0: 71
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market2.15msselect * from `categories` where `parent_id` = 72 order by `order_level` desc
        Bindings
        • 0: 72
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.13msselect * from `categories` where `parent_id` = 73 order by `order_level` desc
        Bindings
        • 0: 73
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market2.59msselect * from `categories` where `parent_id` = 74 order by `order_level` desc
        Bindings
        • 0: 74
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market780μsselect * from `categories` where `parent_id` = 75 order by `order_level` desc
        Bindings
        • 0: 75
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.11msselect * from `categories` where `parent_id` = 76 order by `order_level` desc
        Bindings
        • 0: 76
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market2.11msselect * from `categories` where `parent_id` = 263 order by `order_level` desc
        Bindings
        • 0: 263
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.26msselect * from `categories` where `parent_id` = 16 order by `order_level` desc
        Bindings
        • 0: 16
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market2.19msselect * from `category_translations` where `category_translations`.`category_id` in (77, 78, 79, 80)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market3.09msselect * from `categories` where `parent_id` = 77 order by `order_level` desc
        Bindings
        • 0: 77
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market7.18msselect * from `categories` where `parent_id` = 78 order by `order_level` desc
        Bindings
        • 0: 78
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market6.99msselect * from `categories` where `parent_id` = 79 order by `order_level` desc
        Bindings
        • 0: 79
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market6.15msselect * from `categories` where `parent_id` = 80 order by `order_level` desc
        Bindings
        • 0: 80
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market2.18msselect * from `categories` where `parent_id` = 6 order by `order_level` desc
        Bindings
        • 0: 6
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.15msselect * from `category_translations` where `category_translations`.`category_id` in (81, 82, 83, 84, 265, 266)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.19msselect * from `categories` where `parent_id` = 81 order by `order_level` desc
        Bindings
        • 0: 81
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.54msselect * from `categories` where `parent_id` = 82 order by `order_level` desc
        Bindings
        • 0: 82
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market4.34msselect * from `categories` where `parent_id` = 83 order by `order_level` desc
        Bindings
        • 0: 83
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.06msselect * from `categories` where `parent_id` = 84 order by `order_level` desc
        Bindings
        • 0: 84
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.2msselect * from `categories` where `parent_id` = 265 order by `order_level` desc
        Bindings
        • 0: 265
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.71msselect * from `categories` where `parent_id` = 266 order by `order_level` desc
        Bindings
        • 0: 266
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market2.08msselect * from `categories` where `parent_id` = 7 order by `order_level` desc
        Bindings
        • 0: 7
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.44msselect * from `category_translations` where `category_translations`.`category_id` in (85, 86, 87, 88, 89, 90)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market3.41msselect * from `categories` where `parent_id` = 85 order by `order_level` desc
        Bindings
        • 0: 85
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.09msselect * from `categories` where `parent_id` = 86 order by `order_level` desc
        Bindings
        • 0: 86
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1msselect * from `categories` where `parent_id` = 87 order by `order_level` desc
        Bindings
        • 0: 87
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market3.37msselect * from `categories` where `parent_id` = 88 order by `order_level` desc
        Bindings
        • 0: 88
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.03msselect * from `categories` where `parent_id` = 89 order by `order_level` desc
        Bindings
        • 0: 89
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.08msselect * from `categories` where `parent_id` = 90 order by `order_level` desc
        Bindings
        • 0: 90
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market2.11msselect * from `categories` where `parent_id` = 17 order by `order_level` desc
        Bindings
        • 0: 17
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market800μsselect * from `category_translations` where `category_translations`.`category_id` in (91, 92, 93, 94, 95, 96, 256)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.88msselect * from `categories` where `parent_id` = 91 order by `order_level` desc
        Bindings
        • 0: 91
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market820μsselect * from `categories` where `parent_id` = 92 order by `order_level` desc
        Bindings
        • 0: 92
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.11msselect * from `categories` where `parent_id` = 93 order by `order_level` desc
        Bindings
        • 0: 93
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market950μsselect * from `categories` where `parent_id` = 94 order by `order_level` desc
        Bindings
        • 0: 94
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.79msselect * from `categories` where `parent_id` = 95 order by `order_level` desc
        Bindings
        • 0: 95
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market890μsselect * from `categories` where `parent_id` = 96 order by `order_level` desc
        Bindings
        • 0: 96
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1msselect * from `categories` where `parent_id` = 256 order by `order_level` desc
        Bindings
        • 0: 256
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.4msselect * from `categories` where `parent_id` = 97 order by `order_level` desc
        Bindings
        • 0: 97
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market920μsselect * from `category_translations` where `category_translations`.`category_id` in (98, 99, 100, 101)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.02msselect * from `categories` where `parent_id` = 98 order by `order_level` desc
        Bindings
        • 0: 98
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.25msselect * from `categories` where `parent_id` = 99 order by `order_level` desc
        Bindings
        • 0: 99
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.19msselect * from `categories` where `parent_id` = 100 order by `order_level` desc
        Bindings
        • 0: 100
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.65msselect * from `categories` where `parent_id` = 101 order by `order_level` desc
        Bindings
        • 0: 101
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market2.36msselect * from `categories` where `parent_id` = 46 order by `order_level` desc
        Bindings
        • 0: 46
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.03msselect * from `category_translations` where `category_translations`.`category_id` in (102, 103, 104, 105)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.13msselect * from `categories` where `parent_id` = 102 order by `order_level` desc
        Bindings
        • 0: 102
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market920μsselect * from `categories` where `parent_id` = 103 order by `order_level` desc
        Bindings
        • 0: 103
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market810μsselect * from `categories` where `parent_id` = 104 order by `order_level` desc
        Bindings
        • 0: 104
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.11msselect * from `categories` where `parent_id` = 105 order by `order_level` desc
        Bindings
        • 0: 105
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.13msselect * from `categories` where `parent_id` = 48 order by `order_level` desc
        Bindings
        • 0: 48
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.12msselect * from `category_translations` where `category_translations`.`category_id` in (106, 107, 108)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.15msselect * from `categories` where `parent_id` = 106 order by `order_level` desc
        Bindings
        • 0: 106
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.55msselect * from `categories` where `parent_id` = 107 order by `order_level` desc
        Bindings
        • 0: 107
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.97msselect * from `categories` where `parent_id` = 108 order by `order_level` desc
        Bindings
        • 0: 108
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market2.3msselect * from `categories` where `parent_id` = 109 order by `order_level` desc
        Bindings
        • 0: 109
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.31msselect * from `category_translations` where `category_translations`.`category_id` in (110, 111, 112, 113, 114)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.1msselect * from `categories` where `parent_id` = 110 order by `order_level` desc
        Bindings
        • 0: 110
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.22msselect * from `categories` where `parent_id` = 111 order by `order_level` desc
        Bindings
        • 0: 111
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.25msselect * from `categories` where `parent_id` = 112 order by `order_level` desc
        Bindings
        • 0: 112
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.57msselect * from `categories` where `parent_id` = 113 order by `order_level` desc
        Bindings
        • 0: 113
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market1.09msselect * from `categories` where `parent_id` = 114 order by `order_level` desc
        Bindings
        • 0: 114
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
      • CategoryUtility.php#12admin_buraydah-market950μsselect * from `categories` where `parent_id` = 115 order by `order_level` desc
        Bindings
        • 0: 115
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • CategoryUtility.php#12admin_buraydah-market1.13msselect * from `category_translations` where `category_translations`.`category_id` in (116, 117, 118, 119, 254, 255, 261)
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:34
        • app/Utility/CategoryUtility.php:40
        • app/Utility/CategoryUtility.php:50
        • app/Http/Controllers/SearchController.php:150
      • admin_buraydah-market2.65msselect * from `categories` where `parent_id` = ? order by `order_level` desc
      • admin_buraydah-market1.78msselect * from `categories` where `parent_id` = ? order by `order_level` desc
      • admin_buraydah-market1.58msselect * from `categories` where `parent_id` = ? order by `order_level` desc
      • admin_buraydah-market2.11msselect * from `categories` where `parent_id` = ? order by `order_level` desc
      • admin_buraydah-market1.9msselect * from `categories` where `parent_id` = ? order by `order_level` desc
      • admin_buraydah-market1.39msselect * from `categories` where `parent_id` = ? order by `order_level` desc
      • admin_buraydah-market490μsselect * from `categories` where `parent_id` = ? order by `order_level` desc
      • admin_buraydah-market930μsselect * from `categories` where `parent_id` = ? order by `order_level` desc
      • admin_buraydah-market960μsselect * from `categories` where `categories`.`id` = ? limit 1
      • admin_buraydah-market1.15msselect * from `category_translations` where `category_translations`.`category_id` in (1)
      • admin_buraydah-market1.41msselect * from `categories` where `categories`.`parent_id` in (1)
      • admin_buraydah-market1.41msselect * from `category_translations` where `category_translations`.`category_id` in (6, 7, 8, 13, 14, 15, 16, 17, 46, 48, 97, 109, 115, 120)
      • admin_buraydah-market1.43msselect * from `categories` where `categories`.`parent_id` in (6, 7, 8, 13, 14, 15, 16, 17, 46, 48, 97, 109, 115, 120)
      • admin_buraydah-market830μsselect * from `category_translations` where `category_translations`.`category_id` in (51, 56, 57, 58, 59, 60, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 116, 117, 118, 119, 254, 255, 256, 260, 261, 263, 265, 266)
      • admin_buraydah-market890μsselect `attribute_id` from `attribute_category` where `category_id` in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
      • admin_buraydah-market940μsselect * from `attributes` where 0 = 1
      • admin_buraydah-market3.45msselect count(*) as aggregate from `products` inner join `product_categories` on `products`.`id` = `product_categories`.`product_id` where `product_categories`.`category_id` = ? and `approved` = ? and `published` = ? and `auction_product` = ? and `wholesale_product` = ? and (`added_by` = ? or (`user_id` in (?, ?, ?)))
      • admin_buraydah-market4.47msselect `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` = ? and `approved` = ? and `published` = ? and `auction_product` = ? and `wholesale_product` = ? and (`added_by` = ? or (`user_id` in (?, ?, ?))) order by `id` desc limit 24 offset 120
      • admin_buraydah-market2.89msselect * from `product_translations` where `product_translations`.`product_id` in (132, 135, 140, 141, 143, 144, 145, 146, 149, 150, 161, 162, 163, 168, 170, 172, 175, 177, 178, 179, 184, 185, 187, 188)
      • admin_buraydah-market1.32msselect * from `product_taxes` where `product_taxes`.`product_id` in (132, 135, 140, 141, 143, 144, 145, 146, 149, 150, 161, 162, 163, 168, 170, 172, 175, 177, 178, 179, 184, 185, 187, 188)
      • admin_buraydah-market1.84msselect * from `uploads` where `uploads`.`id` in (851, 853, 858, 860, 870, 872, 874, 880, 885, 889, 893, 903, 905, 907, 929, 931, 938, 939, 941, 943, 947, 949, 960, 963) and `uploads`.`deleted_at` is null
      • admin_buraydah-market2.22msselect count(*) as aggregate from `products` where `approved` = ? and `published` = ?
      • admin_buraydah-market2.22msselect min(`unit_price`) as aggregate from `products` where `approved` = ? and `published` = ?
      • admin_buraydah-market1.4msselect max(`unit_price`) as aggregate from `products` where `approved` = ? and `published` = ?
      • admin_buraydah-market970μsselect * from `languages` where `code` = ? limit 1
      • admin_buraydah-market1.07msselect * from `uploads` where `uploads`.`id` = ? and `uploads`.`deleted_at` is null limit 1
      • admin_buraydah-market990μsselect * from `uploads` where `uploads`.`id` = ? and `uploads`.`deleted_at` is null limit 1
      • admin_buraydah-market730μsselect * from `languages` where `code` = ? limit 1
      • admin_buraydah-market720μsselect * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
      • admin_buraydah-market460μsselect * from `languages` where `status` = ?
      • admin_buraydah-market680μsselect * from `uploads` where `uploads`.`id` = ? and `uploads`.`deleted_at` is null limit 1
      • admin_buraydah-market1.29msselect * from `categories` where `level` = ? order by `order_level` desc
      • admin_buraydah-market650μsselect * from `category_translations` where `category_translations`.`category_id` in (1, 2, 3, 4, 10, 11, 12, 22, 269)
      • admin_buraydah-market410μsselect * from `uploads` where `uploads`.`id` in (2397, 2401, 2402, 2403, 2406, 2417, 2429, 2430) and `uploads`.`deleted_at` is null
      • admin_buraydah-market320μsselect * from `uploads` where `uploads`.`id` in (0, 0) and `uploads`.`deleted_at` is null
      • admin_buraydah-market860μsselect * from `uploads` where `uploads`.`id` = ? and `uploads`.`deleted_at` is null limit 1
      • admin_buraydah-market750μsselect * from `custom_alerts` where `status` = ? order by `id` desc
      • admin_buraydah-market1msselect * from `dynamic_popups` where `status` = ? order by `id` asc
      • admin_buraydah-market850μsselect * from `countries` where `status` = ?
      App\Models\CategoryTranslation
      189CategoryTranslation.php#?
      App\Models\Category
      172Category.php#?
      App\Models\Color
      143Color.php#?
      App\Models\ProductTranslation
      48ProductTranslation.php#?
      App\Models\Upload
      36Upload.php#?
      App\Models\Product
      24Product.php#?
      App\Models\ProductTax
      24ProductTax.php#?
      App\Models\Language
      4Language.php#?
      App\Models\Attribute
      3Attribute.php#?
      App\Models\AttributeTranslation
      3AttributeTranslation.php#?
      App\Models\CustomAlert
      1CustomAlert.php#?
      App\Models\Country
      1Country.php#?
          _token
          wQt2fAacQ6NIfROR2JmsHNVjz4gAB3n6cWKhVN5o
          locale
          sa
          path_info
          /category/%D8%A7%D9%84%D9%85%D9%88%D8%A7%D8%AF%20%D8%A7%D9%84%D8%BA%D8%B0%D8%A7%D8%A6%D9%8A%D8%A9
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "6" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "host" => array:1 [ 0 => "buraydahmarket.com" ] "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" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 07 Apr 2025 06:16:06 GMT" ] "set-cookie" => array:1 [ 0 => "XSRF-TOKEN=wQt2fAacQ6NIfROR2JmsHNVjz4gAB3n6cWKhVN5o; expires=Mon, 07 Apr 2025 08:16:08 GMT; Max-Age=7200; path=/" ] "Set-Cookie" => array:1 [ 0 => "XSRF-TOKEN=wQt2fAacQ6NIfROR2JmsHNVjz4gAB3n6cWKhVN5o; expires=Mon, 07-Apr-2025 08:16:08 GMT; path=/" ] ]
          session_attributes
          0 of 0
          array:2 [ "_token" => "wQt2fAacQ6NIfROR2JmsHNVjz4gAB3n6cWKhVN5o" "locale" => "sa" ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-07 09:16:08GET/category/%D8%A7%D9%84%D9%85%D9%88%D8%A7%D8%AF%20%D8%A7%D9%84%D8%BA%D8%B0%D8%A7%D8%A6%D9%8A%D8%A9?page=635139648