0 items in Outdoor Toys

logo

Subscribe on our newsletter

Get daily news on upcoming offers from many suppliers all over the world

SettingsRequest history48.88msRequest Duration2MBMemory Usage11.x
Laravel Version
11.43.2
PHP Version
8.2.27
Environment
production
Debug Mode
Enabled
URL
localhost
Timezone
UTC
Locale
en
GET en/product-list/{category}
status
200 OK
full_url
https://www.thevmall.net/en/product-list/outdoor-toys
action_name
endUserV2.productList
controller_action
App\Http\Controllers\EndUserV2\ProductListController@productList
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://www.thevmall.net/en/product-list/outdoor-toys
    action_name
    endUserV2.productList
    controller_action
    App\Http\Controllers\EndUserV2\ProductListController@productList
    uri
    GET en/product-list/{category}
    controller
    App\Http\Controllers\EndUserV2\ProductListController@productList
    prefix
    en/
    file
    app/Http/Controllers/EndUserV2/ProductListController.php:14-17
    middleware
    web, localeSessionRedirect, localizationRedirect, localeViewPath
    duration
    49.35ms
    peak_memory
    4MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:15 [ "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "www.thevmall.net" ] ]
    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 => "Sat, 03 May 2025 20:05:56 GMT" ] ]
    session_attributes
    0 of 0
    array:3 [ "_token" => "FnzsVNwU8sPNotpOV0DZhNwqvI3feDhwfVLwgJ9e" "locale" => "en" "flasher::envelopes" => [] ]
    • Booting (10.86ms)time
    • Routing (409μs)
    • Preparing Response (31.45ms)
    • View: EndUserV2.pages.products_list_vviews
    • View: livewire.v2.filter-productviews
    • View: EndUserV2.components.categories_secviews
    • View: EndUserV2.Layouts.masterviews
    • View: EndUserV2.Layouts.headviews
    • View: EndUserV2.Layouts.navbarviews
    • View: livewire.v2.navbarviews
    • View: EndUserV2.Layouts.footerviews
    • View: EndUserV2.components.newsletter_secviews
    • View: EndUserV2.Layouts.footerJsviews
    • 1 x Preparing Response (64.34%)
      31.45ms
      1 x Booting (22.21%)
      10.86ms
      1 x Routing (0.84%)
      409μs
      10 x View (0%)
      0μs
      10 templates were rendered
      • EndUserV2.pages.products_list_vproducts_list_v.blade.php#?blade
      • livewire.v2.filter-productfilter-product.blade.php#?blade
      • EndUserV2.components.categories_seccategories_sec.blade.php#?blade
      • EndUserV2.Layouts.mastermaster.blade.php#?blade
      • EndUserV2.Layouts.headhead.blade.php#?blade
      • EndUserV2.Layouts.navbarnavbar.blade.php#?blade
      • livewire.v2.navbarnavbar.blade.php#?blade
      • EndUserV2.Layouts.footerfooter.blade.php#?blade
      • EndUserV2.components.newsletter_secnewsletter_sec.blade.php#?blade
      • EndUserV2.Layouts.footerJsfooterJs.blade.php#?blade
      10 statements were executed12.74ms
      • ImplicitRouteBinding.php#61vmallConnection Established
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:961
        • vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:214
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:42
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • ImplicitRouteBinding.php#61vmall1.42msselect * from `categories` where `slug` = 'outdoor-toys' limit 1
        Bindings
        • 0: outdoor-toys
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:961
        • vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:214
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:42
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • FilterProduct.php#31vmall1.29msselect * from `products` where exists (select * from `variants` inner join `product_variants` on `variants`.`id` = `product_variants`.`variant_id` where `products`.`id` = `product_variants`.`product_id`) and `category_id` = 148 and `products`.`deleted_at` is null order by RAND() limit 8
        Bindings
        • 0: 148
        Backtrace
        • app/Livewire/V2/FilterProduct.php:31
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • FilterProduct.php#32vmall930μsselect * from `categories` order by RAND() limit 8
        Backtrace
        • app/Livewire/V2/FilterProduct.php:32
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • FilterProduct.php#33vmall330μsselect * from `brands` limit 8
        Backtrace
        • app/Livewire/V2/FilterProduct.php:33
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • DatabaseStore.php#130vmall470μsselect * from `cache` where `key` in ('laravel_cache_categories_navbar')
        Bindings
        • 0: laravel_cache_categories_navbar
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:130
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:105
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:117
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:459
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
      • Navbar.php#30vmall420μsselect * from `categories` limit 7
        Backtrace
        • app/Livewire/V2/Navbar.php:30
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:468
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Livewire/V2/Navbar.php:29
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • DatabaseStore.php#190vmall6.61msinsert into `cache` (`expiration`, `key`, `value`) values (2061662756, 'laravel_cache_categories_navbar', 'N;') on duplicate key update `expiration` = values(`expiration`), `key` = values(`key`), `value` = values(`value`)
        Bindings
        • 0: 2061662756
        • 1: laravel_cache_categories_navbar
        • 2: N;
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:190
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:167
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:318
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:395
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:468
      • DatabaseStore.php#130vmall470μsselect * from `cache` where `key` in ('laravel_cache_cartCount')
        Bindings
        • 0: laravel_cache_cartCount
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:130
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:105
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:117
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Livewire/V2/Navbar.php:36
      • DatabaseStore.php#130vmall450μsselect * from `cache` where `key` in ('laravel_cache_category_random')
        Bindings
        • 0: laravel_cache_category_random
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:130
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:105
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:117
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:418
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
      • DatabaseStore.php#130vmall350μsselect * from `cache` where `key` in ('laravel_cache_privacy_settings')
        Bindings
        • 0: laravel_cache_privacy_settings
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:130
        • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:105
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:117
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:459
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
      App\Models\Category
      16Category.php#?
      App\Models\Brand
      8Brand.php#?
      v2.filter-product #eFXNBFp8QYTQvgFK9pRU
      array:4 [ "data" => array:8 [ "products" => Illuminate\Database\Eloquent\Collection {#1711 ...
      v2.navbar #tjJGIyVRNXRWbPHVDpNF
      array:4 [ "data" => array:6 [ "count" => null "searchWord" => null "categoriesNavbar" ...
          ClearShow all
          Date ↕MethodURLData
          #12025-05-03 20:05:56GET/en/product-list/outdoor-toys1010242