Lighting Solutions

SettingsRequest history675msRequest Duration12MBMemory Usage9.x
Laravel Version
9.52.20
PHP Version
8.1.31
Environment
local
Debug Mode
Enabled
URL
www.sotery.com
Timezone
Pacific/Kwajalein
Locale
en
GET category/{category_slug}
status
200 OK
full_url
https://sotery.com/category/furniture-whyjr
action_name
products.category
controller_action
App\Http\Controllers\SearchController@listingByCategory
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://sotery.com/category/furniture-whyjr
    action_name
    products.category
    controller_action
    App\Http\Controllers\SearchController@listingByCategory
    uri
    GET category/{category_slug}
    controller
    App\Http\Controllers\SearchController@listingByCategory
    file
    app/Http/Controllers/SearchController.php:146-153
    middleware
    web
    duration
    676ms
    peak_memory
    18MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:23 [ "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" ] "cache-control" => array:1 [ 0 => "no-cache" ] "cpanel-localhost" => array:1 [ 0 => "FXieE5jOvFfzcxkNKr9MOsxmDV-hbUqTEIHlfXCERiYp1K8a402PLtnzw9i8wx0Q" ] "host" => array:1 [ 0 => "sotery.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "x-forwarded-for" => array:1 [ 0 => "18.118.218.112" ] "x-forwarded-for-fxiee5jovffzcxknkr9mosxmdv-hbuqteihlfxceriyp1k8a402pltnzw9i8wx0q" => array:1 [ 0 => "18.118.218.112" ] "x-forwarded-host" => array:1 [ 0 => "sotery.com" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-server" => array:1 [ 0 => "sotery.com" ] "x-https" => array:1 [ 0 => "1" ] "x-real-ip" => array:1 [ 0 => "18.118.218.112" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 13 Mar 2025 06:59:29 GMT" ] ]
    session_attributes
    0 of 0
    array:2 [ "_token" => "Qx74ouAaOUUZvVCuBXJrByJzJCtMkVgqDfgLVd8u" "locale" => "en" ]
    • Booting (267ms)time
    • Application (408ms)time
    • Routing (9.51ms)
    • View: frontend.product_listingviews
    • View: pagination::bootstrap-4views
    • View: frontend.layouts.appviews
    • View: frontend.inc.navviews
    • View: frontend.partials.compareviews
    • View: frontend.partials.wishlistviews
    • View: frontend.partials.cartviews
    • View: frontend.partials.category_menuviews
    • View: frontend.inc.footerviews
    • View: frontend.partials.modalviews
    • View: frontend.partials.login_modalviews
    • View: frontend.partials.account_delete_modalviews
    • 1 x Application (60.38%)
      408ms
      1 x Booting (39.62%)
      267ms
      1 x Routing (1.41%)
      9.51ms
      12 x View (0%)
      0μs
      12 templates were rendered
      • frontend.product_listingproduct_listing.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • frontend.layouts.appapp.blade.php#?blade
      • frontend.inc.navnav.blade.php#?blade
      • frontend.partials.comparecompare.blade.php#?blade
      • frontend.partials.wishlistwishlist.blade.php#?blade
      • frontend.partials.cartcart.blade.php#?blade
      • frontend.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
      63 statements were executed (25 duplicates)Show only duplicates11.49ms
      • SearchController.php#148soteryco_shop1.19msselect * from `categories` where `slug` = 'furniture-whyjr' limit 1
        Bindings
        • 0: furniture-whyjr
        Backtrace
        • app/Http/Controllers/SearchController.php:148
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • SearchController.php#148soteryco_shop160μsselect * from `category_translations` where `category_translations`.`category_id` in (93)
        Backtrace
        • app/Http/Controllers/SearchController.php:148
        • 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:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • SearchController.php#28soteryco_shop420μsselect * from `attributes`
        Backtrace
        • app/Http/Controllers/SearchController.php:28
        • app/Http/Controllers/SearchController.php:150
        • 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:260
      • SearchController.php#28soteryco_shop320μsselect * from `attribute_translations` where `attribute_translations`.`attribute_id` in (1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15)
        Backtrace
        • app/Http/Controllers/SearchController.php:28
        • app/Http/Controllers/SearchController.php:150
        • 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:260
      • SearchController.php#30soteryco_shop590μsselect * from `colors`
        Backtrace
        • app/Http/Controllers/SearchController.php:30
        • app/Http/Controllers/SearchController.php:150
        • 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:260
      • CategoryUtility.php#12soteryco_shop290μsselect * 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:50
        • app/Http/Controllers/SearchController.php:49
        • app/Http/Controllers/SearchController.php:150
      • SearchController.php#54soteryco_shop630μsselect `attribute_id` from `attribute_category` where `category_id` in (93)
        Bindings
        • 0: 93
        Backtrace
        • app/Http/Controllers/SearchController.php:54
        • app/Http/Controllers/SearchController.php:150
        • 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:260
      • SearchController.php#55soteryco_shop80μsselect * from `attributes` where 0 = 1
        Backtrace
        • app/Http/Controllers/SearchController.php:55
        • app/Http/Controllers/SearchController.php:150
        • 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:260
      • SearchController.php#136soteryco_shop280μsselect count(*) as aggregate from `products` where (`published` = 1) and `category_id` in (93)
        Bindings
        • 0: 1
        • 1: 93
        Backtrace
        • app/Http/Controllers/SearchController.php:136
        • app/Http/Controllers/SearchController.php:150
        • 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:260
      • product_listing.blade.php#7soteryco_shop190μsselect * from `categories` where `categories`.`id` = 93 limit 1
        Bindings
        • 0: 93
        Backtrace
        • view::frontend.product_listing:7
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#7soteryco_shop100μsselect * from `category_translations` where `category_translations`.`category_id` in (93)
        Backtrace
        • view::frontend.product_listing:7
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#8soteryco_shop90μsselect * from `categories` where `categories`.`id` = 93 limit 1
        Bindings
        • 0: 93
        Backtrace
        • view::frontend.product_listing:8
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#8soteryco_shop100μsselect * from `category_translations` where `category_translations`.`category_id` in (93)
        Backtrace
        • view::frontend.product_listing:8
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#9soteryco_shop100μsselect * from `categories` where `categories`.`id` = 93 limit 1
        Bindings
        • 0: 93
        Backtrace
        • view::frontend.product_listing:9
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#9soteryco_shop70μsselect * from `category_translations` where `category_translations`.`category_id` in (93)
        Backtrace
        • view::frontend.product_listing:9
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#10soteryco_shop80μsselect * from `categories` where `parent_id` = 93
        Bindings
        • 0: 93
        Backtrace
        • view::frontend.product_listing:10
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#16soteryco_shop90μsselect min(`unit_price`) as aggregate from `products` where `published` = 1 and 0 = 1
        Bindings
        • 0: 1
        Backtrace
        • view::frontend.product_listing:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#17soteryco_shop60μsselect max(`unit_price`) as aggregate from `products` where `published` = 1 and 0 = 1
        Bindings
        • 0: 1
        Backtrace
        • view::frontend.product_listing:17
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#96soteryco_shop120μsselect * from `categories` where `categories`.`id` = 93 limit 1
        Bindings
        • 0: 93
        Backtrace
        • view::frontend.product_listing:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#96soteryco_shop90μsselect * from `category_translations` where `category_translations`.`category_id` in (93)
        Backtrace
        • view::frontend.product_listing:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#106soteryco_shop80μsselect * from `categories` where `categories`.`id` = 93 limit 1
        Bindings
        • 0: 93
        Backtrace
        • view::frontend.product_listing:106
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#106soteryco_shop400μsselect * from `category_translations` where `category_translations`.`category_id` in (93)
        Backtrace
        • view::frontend.product_listing:106
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#108soteryco_shop210μsselect * from `categories` where `categories`.`id` = 93 limit 1
        Bindings
        • 0: 93
        Backtrace
        • view::frontend.product_listing:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#108soteryco_shop110μsselect * from `category_translations` where `category_translations`.`category_id` in (93)
        Backtrace
        • view::frontend.product_listing:108
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop100μsselect * from `categories` where `parent_id` = 93 order by `order_level` desc
        Bindings
        • 0: 93
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.product_listing:112
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • product_listing.blade.php#267soteryco_shop160μsselect * from `categories` where `categories`.`id` = 93 limit 1
        Bindings
        • 0: 93
        Backtrace
        • view::frontend.product_listing:267
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#267soteryco_shop110μsselect * from `category_translations` where `category_translations`.`category_id` in (93)
        Backtrace
        • view::frontend.product_listing:267
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#278soteryco_shop80μsselect * from `categories` where `categories`.`id` = 93 limit 1
        Bindings
        • 0: 93
        Backtrace
        • view::frontend.product_listing:278
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#278soteryco_shop70μsselect * from `category_translations` where `category_translations`.`category_id` in (93)
        Backtrace
        • view::frontend.product_listing:278
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#301soteryco_shop230μsselect * from `brands`
        Backtrace
        • view::frontend.product_listing:301
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • product_listing.blade.php#301soteryco_shop500μsselect * from `brand_translations` where `brand_translations`.`brand_id` in (4, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38)
        Backtrace
        • view::frontend.product_listing:301
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • app.blade.php#2soteryco_shop190μsselect * from `languages` where `code` = 'en' limit 1
        Bindings
        • 0: en
        Backtrace
        • view::frontend.layouts.app:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Helpers.php#1134soteryco_shop160μsselect * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Helpers.php#1134soteryco_shop70μsselect * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Helpers.php#1134soteryco_shop80μsselect * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Helpers.php#1134soteryco_shop70μsselect * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • app.blade.php#57soteryco_shop140μsselect * from `languages` where `code` = 'en' limit 1
        Bindings
        • 0: en
        Backtrace
        • view::frontend.layouts.app:57
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • nav.blade.php#34soteryco_shop230μsselect * from `language_translations` where `code` = 'en' and `lang` = 'en' limit 1
        Bindings
        • 0: en
        • 1: en
        Backtrace
        • view::frontend.inc.nav:34
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • nav.blade.php#45soteryco_shop90μsselect * from `language_translations` where `lang` = 'en' and `status` = 1
        Bindings
        • 0: en
        • 1: 1
        Backtrace
        • view::frontend.inc.nav:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Helpers.php#1134soteryco_shop220μsselect * from `uploads` where `uploads`.`id` = '57691' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 57691
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • category_menu.blade.php#3soteryco_shop460μsselect * from `categories` where `level` = 0 order by `order_level` desc
        Bindings
        • 0: 0
        Backtrace
        • view::frontend.partials.category_menu:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • category_menu.blade.php#3soteryco_shop150μsselect * from `category_translations` where `category_translations`.`category_id` in (1, 31, 53, 74, 93, 103, 109, 118, 133, 149, 159, 188, 189, 211, 293, 310, 409, 418, 419)
        Backtrace
        • view::frontend.partials.category_menu:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • Helpers.php#1134soteryco_shop140μsselect * from `uploads` where `uploads`.`id` = '58203' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58203
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop130μsselect * from `categories` where `parent_id` = 409 order by `order_level` desc
        Bindings
        • 0: 409
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Helpers.php#1134soteryco_shop110μsselect * from `uploads` where `uploads`.`id` = '58206' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58206
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop110μsselect * from `categories` where `parent_id` = 293 order by `order_level` desc
        Bindings
        • 0: 293
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Helpers.php#1134soteryco_shop80μsselect * from `uploads` where `uploads`.`id` = '58209' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58209
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop110μsselect * from `categories` where `parent_id` = 418 order by `order_level` desc
        Bindings
        • 0: 418
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Helpers.php#1134soteryco_shop90μsselect * from `uploads` where `uploads`.`id` = '58212' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58212
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop80μ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:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Helpers.php#1134soteryco_shop70μsselect * from `uploads` where `uploads`.`id` = '58215' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58215
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop70μsselect * from `categories` where `parent_id` = 310 order by `order_level` desc
        Bindings
        • 0: 310
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Helpers.php#1134soteryco_shop60μsselect * from `uploads` where `uploads`.`id` = '58218' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58218
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop70μsselect * from `categories` where `parent_id` = 189 order by `order_level` desc
        Bindings
        • 0: 189
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Helpers.php#1134soteryco_shop70μsselect * from `uploads` where `uploads`.`id` = '58220' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58220
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop70μsselect * from `categories` where `parent_id` = 188 order by `order_level` desc
        Bindings
        • 0: 188
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Helpers.php#1134soteryco_shop80μsselect * from `uploads` where `uploads`.`id` = '58224' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58224
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop80μsselect * from `categories` where `parent_id` = 159 order by `order_level` desc
        Bindings
        • 0: 159
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Helpers.php#1134soteryco_shop90μsselect * from `uploads` where `uploads`.`id` = '58227' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58227
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop80μsselect * from `categories` where `parent_id` = 149 order by `order_level` desc
        Bindings
        • 0: 149
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Helpers.php#1134soteryco_shop60μsselect * from `uploads` where `uploads`.`id` = '58230' and `uploads`.`deleted_at` is null limit 1
        Bindings
        • 0: 58230
        Backtrace
        • app/Http/Helpers.php:1134
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • CategoryUtility.php#12soteryco_shop80μsselect * from `categories` where `parent_id` = 133 order by `order_level` desc
        Bindings
        • 0: 133
        Backtrace
        • app/Utility/CategoryUtility.php:12
        • app/Utility/CategoryUtility.php:21
        • view::frontend.partials.category_menu:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • app.blade.php#732soteryco_shop800μsselect `code` from `countries` where `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • view::frontend.layouts.app:732
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      App\Models\Color
      251Color.php#?
      App\Models\Brand
      29Brand.php#?
      App\Models\BrandTranslation
      29BrandTranslation.php#?
      App\Models\Category
      28Category.php#?
      App\Models\CategoryTranslation
      28CategoryTranslation.php#?
      App\Models\AttributeTranslation
      15AttributeTranslation.php#?
      App\Models\Attribute
      14Attribute.php#?
      App\Models\Upload
      11Upload.php#?
      App\Models\LanguageTranslation
      4LanguageTranslation.php#?
      App\Models\Language
      2Language.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-03-13 18:59:29GET/category/furniture-whyjr1263411