Shop products

Showing 1- 1 of 1 products

Maiores sapiente qui.

Cras ultricies ligula sed magna dictum porta. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.

4 Stars
Request history8.1.31PHP Version541msRequest Duration26MBMemory UsageGET shop/{slug?}Route
    • Booting (114ms)time
    • Application (427ms)time
    • 1 x Application (78.97%)
      427ms
      1 x Booting (21.03%)
      114ms
      12 templates were rendered
      • 1x frontend.shop.indexindex.blade.php#?blade
      • 1x livewire.frontend.product.shop-products-componentshop-products-component.blade.php#?blade
      • 1x livewire::bootstrapbootstrap.blade.php#?blade
      • 1x partials.frontend.shop.sidebarsidebar.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x partials.frontend.headerheader.blade.php#?blade
      • 1x livewire.frontend.header.wishlist-componentwishlist-component.blade.php#?blade
      • 1x livewire.frontend.header.cart-componentcart-component.blade.php#?blade
      • 1x partials.frontend.footerfooter.blade.php#?blade
      • 2x livewire-alert::components.flashflash.blade.php#?blade
      • 1x livewire-alert::components.scriptsscripts.blade.php#?blade
      uri
      GET shop/{slug?}
      middleware
      web
      controller
      App\Http\Controllers\Frontend\ShopController@index
      namespace
      prefix
      where
      as
      shop.index
      file
      app/Http/Controllers/Frontend/ShopController.php:9-12
      12 statements were executed6.85ms
      • Connection Establishedwetumarket_cureojpg_drinkiesShopProductsComponent.php#66
        Backtrace
        • 13. app/Http/Livewire/Frontend/Product/ShopProductsComponent.php:66
        • 14. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 15. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `categories` where `slug` = 'girls-shoes' and `status` = 1 limit 13.4mswetumarket_cureojpg_drinkiesShopProductsComponent.php#71
        Bindings
        • 0: girls-shoes
        • 1: 1
        Backtrace
        • 15. app/Http/Livewire/Frontend/Product/ShopProductsComponent.php:71
        • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 17. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 18. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select count(*) as aggregate from `products` where exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and (`slug` = 'girls-shoes' and `status` = 1)) and `status` = 1 and `quantity` > 0470μswetumarket_cureojpg_drinkiesShopProductsComponent.php#95
        Bindings
        • 0: girls-shoes
        • 1: 1
        • 2: 1
        • 3: 0
        Backtrace
        • 15. app/Http/Livewire/Frontend/Product/ShopProductsComponent.php:95
        • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 17. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 18. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `products` where exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and (`slug` = 'girls-shoes' and `status` = 1)) and `status` = 1 and `quantity` > 0 order by `id` asc limit 12 offset 0300μswetumarket_cureojpg_drinkiesShopProductsComponent.php#95
        Bindings
        • 0: girls-shoes
        • 1: 1
        • 2: 1
        • 3: 0
        Backtrace
        • 15. app/Http/Livewire/Frontend/Product/ShopProductsComponent.php:95
        • 16. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 17. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 18. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `media` where `media`.`mediable_id` in (3) and `media`.`mediable_type` = 'App\Models\Product' order by `file_sort` asc480μswetumarket_cureojpg_drinkiesShopProductsComponent.php#95
        Bindings
        • 0: App\Models\Product
        Backtrace
        • 20. app/Http/Livewire/Frontend/Product/ShopProductsComponent.php:95
        • 21. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 22. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 23. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select * from `categories` where `categories`.`id` in (10)190μswetumarket_cureojpg_drinkiesShopProductsComponent.php#95
        Backtrace
        • 20. app/Http/Livewire/Frontend/Product/ShopProductsComponent.php:95
        • 21. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • 22. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
        • 23. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:37
      • select `tags`.*, `product_tags`.`product_id` as `pivot_product_id`, `product_tags`.`tag_id` as `pivot_tag_id` from `tags` inner join `product_tags` on `tags`.`id` = `product_tags`.`tag_id` where `product_tags`.`product_id` = 3580μswetumarket_cureojpg_drinkiesshop-products-component.blade.php#19
        Bindings
        • 0: 3
        Backtrace
        • 19. view::livewire.frontend.product.shop-products-component:19
        • 21. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:84
        • 22. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:59
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:178
      • select * from `categories` where `categories`.`parent_id` = 1 and `categories`.`parent_id` is not null and `status` = 1270μswetumarket_cureojpg_drinkiessidebar.blade.php#24
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 19. view::partials.frontend.shop.sidebar:24
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`parent_id` = 6 and `categories`.`parent_id` is not null and `status` = 1230μswetumarket_cureojpg_drinkiessidebar.blade.php#24
        Bindings
        • 0: 6
        • 1: 1
        Backtrace
        • 19. view::partials.frontend.shop.sidebar:24
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`parent_id` = 11 and `categories`.`parent_id` is not null and `status` = 1230μswetumarket_cureojpg_drinkiessidebar.blade.php#24
        Bindings
        • 0: 11
        • 1: 1
        Backtrace
        • 19. view::partials.frontend.shop.sidebar:24
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`parent_id` = 16 and `categories`.`parent_id` is not null and `status` = 1230μswetumarket_cureojpg_drinkiessidebar.blade.php#24
        Bindings
        • 0: 16
        • 1: 1
        Backtrace
        • 19. view::partials.frontend.shop.sidebar:24
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`parent_id` = 21 and `categories`.`parent_id` is not null and `status` = 1270μswetumarket_cureojpg_drinkiessidebar.blade.php#24
        Bindings
        • 0: 21
        • 1: 1
        Backtrace
        • 19. view::partials.frontend.shop.sidebar:24
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`parent_id` = 23 and `categories`.`parent_id` is not null and `status` = 1200μswetumarket_cureojpg_drinkiessidebar.blade.php#24
        Bindings
        • 0: 23
        • 1: 1
        Backtrace
        • 19. view::partials.frontend.shop.sidebar:24
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      App\Models\Category
      20Category.php#?
      App\Models\Product
      1Product.php#?
      frontend.product.shop-products-component #7YKzJSF3fobkWFmdbFLG
      array:5 [ "data" => array:5 [ "paginationLimit" => 12 "slug" => "girls-shoes" "sorting...
      frontend.header.wishlist-component #N3mj1RxUSEIVcyk30YNp
      array:5 [ "data" => array:1 [ "wishlistCount" => 0 ] "name" => "frontend.header.wishlist-c...
      frontend.header.cart-component #XwbU1v6LHA6uTqqhhQ4D
      array:5 [ "data" => array:1 [ "cartCount" => 0 ] "name" => "frontend.header.cart-component...
          _token
          J3tByJ6wcCUHLyMdn7SAsf7g3QRmKm8kpZwzZz1n
          _previous
          array:1 [ "url" => "https://wetumarket.com/shop/girls-shoes" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /shop/girls-shoes
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "wetumarket.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Sun, 12 Jan 2025 05:47:06 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImltN2k1YTd0L0VzakhlWWkyc0dzTXc9PSIsInZhbHVlIjoiOXF1eWdLMmR6RW9lcE1nRWpJM1dEVnN4eUFXclhobmdERmlNVWJSZHNNSFhXM2FnbHU1bGpJdmd5cEs5MEowMXd2eWNMTTg1cWZISGU5RVlhL2YxVGhzdzlnMHZzbHg5OTZUajJIR2EvUUd4by9SL2dMK2dkNXpUYjRpazQ2c2siLCJtYWMiOiIwM2QyNWFmNmI2MGI5YzE2NWE1Y2ZkNzE2N2E5NjIxYjA0YmIyMDQwZmQ3NTgwN2M1ZTI4MmJmNmEzMjQxNjM0IiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 07:47:06 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImltN2k1YTd0L0VzakhlWWkyc0dzTXc9PSIsInZhbHVlIjoiOXF1eWdLMmR6RW9lcE1nRWpJM1dEVnN4eUFXclhobmdERmlNVWJSZHNNSFhXM2FnbHU1bGpJdmd5cEs5MEowMXd2eWNMT" 1 => "kigali_session=eyJpdiI6IjNjR0dNSmUwWEIrdEZ6Nm0xdExudXc9PSIsInZhbHVlIjoiZ0RYWGVJRDR1QjljLzBndE5adER2K0txd1lIeFhQQUg0SlkybGt6QnB4T3FZL2g1SklSUVBrR3NTa1ZZQjdRcjRMQVhkOExndm5Mb0djZUN5SGp4aTRRU2dpZXQzVkpYNE5lTFh5S0RxRk9DNjBLaUdYSVBRSFRxWDl1ZktCcXUiLCJtYWMiOiI0N2Q3NzI1NmZlOTc4M2Q3ZGQ1NDFlYzBjZjZmNGU0NzhlODYzODg4ZDQ2OTRiNmViMTVkMTQyN2ViMGJlNjllIiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 07:47:06 GMT; Max-Age=7200; path=/; httponly; samesite=laxkigali_session=eyJpdiI6IjNjR0dNSmUwWEIrdEZ6Nm0xdExudXc9PSIsInZhbHVlIjoiZ0RYWGVJRDR1QjljLzBndE5adER2K0txd1lIeFhQQUg0SlkybGt6QnB4T3FZL2g1SklSUVBrR3NTa1ZZQjdRcjRMQ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImltN2k1YTd0L0VzakhlWWkyc0dzTXc9PSIsInZhbHVlIjoiOXF1eWdLMmR6RW9lcE1nRWpJM1dEVnN4eUFXclhobmdERmlNVWJSZHNNSFhXM2FnbHU1bGpJdmd5cEs5MEowMXd2eWNMTTg1cWZISGU5RVlhL2YxVGhzdzlnMHZzbHg5OTZUajJIR2EvUUd4by9SL2dMK2dkNXpUYjRpazQ2c2siLCJtYWMiOiIwM2QyNWFmNmI2MGI5YzE2NWE1Y2ZkNzE2N2E5NjIxYjA0YmIyMDQwZmQ3NTgwN2M1ZTI4MmJmNmEzMjQxNjM0IiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 07:47:06 GMT; path=/XSRF-TOKEN=eyJpdiI6ImltN2k1YTd0L0VzakhlWWkyc0dzTXc9PSIsInZhbHVlIjoiOXF1eWdLMmR6RW9lcE1nRWpJM1dEVnN4eUFXclhobmdERmlNVWJSZHNNSFhXM2FnbHU1bGpJdmd5cEs5MEowMXd2eWNMT" 1 => "kigali_session=eyJpdiI6IjNjR0dNSmUwWEIrdEZ6Nm0xdExudXc9PSIsInZhbHVlIjoiZ0RYWGVJRDR1QjljLzBndE5adER2K0txd1lIeFhQQUg0SlkybGt6QnB4T3FZL2g1SklSUVBrR3NTa1ZZQjdRcjRMQVhkOExndm5Mb0djZUN5SGp4aTRRU2dpZXQzVkpYNE5lTFh5S0RxRk9DNjBLaUdYSVBRSFRxWDl1ZktCcXUiLCJtYWMiOiI0N2Q3NzI1NmZlOTc4M2Q3ZGQ1NDFlYzBjZjZmNGU0NzhlODYzODg4ZDQ2OTRiNmViMTVkMTQyN2ViMGJlNjllIiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 07:47:06 GMT; path=/; httponlykigali_session=eyJpdiI6IjNjR0dNSmUwWEIrdEZ6Nm0xdExudXc9PSIsInZhbHVlIjoiZ0RYWGVJRDR1QjljLzBndE5adER2K0txd1lIeFhQQUg0SlkybGt6QnB4T3FZL2g1SklSUVBrR3NTa1ZZQjdRcjRMQ" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "J3tByJ6wcCUHLyMdn7SAsf7g3QRmKm8kpZwzZz1n" "_previous" => array:1 [ "url" => "https://wetumarket.com/shop/girls-shoes" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-12 05:47:06GET/shop/girls-shoes1212213