WhatsApp Image 2024-05-10 at 15.15.56 (1)

SOFÁ CAMA YAK (showroom)

SOFÁ FECHADO: A: 75 cm A. ASSENTO: 40 cm L: 200 cm C: 110 cm P: 95 cm COLCHÃO: A: 15 cm L: 155 cm C: 180 cm ACOMPANHA 6 ALMOFADAS

Visualizar em 3D

Produtos Relacionados

Whatsapp Facebook Instagram Pinterest
Request history8.2.17PHP Version370msRequest Duration3MBMemory UsageGET pronta-entrega/{slug}Route
    • Booting (21.29ms)time
    • Application (349ms)time
    • 1 x Application (94.24%)
      349ms
      1 x Booting (5.76%)
      21.29ms
      40 templates were rendered
      • productproduct.blade.php#?blade
      • components.categoriescategories.blade.php#?blade
      • components.modal.add-cart-modaladd-cart-modal.blade.php#?blade
      • components.icons.loadingloading.blade.php#?blade
      • components.productproduct.blade.php#?blade
      • components.modal.add-cart-modaladd-cart-modal.blade.php#?blade
      • components.icons.loadingloading.blade.php#?blade
      • components.productproduct.blade.php#?blade
      • components.modal.add-cart-modaladd-cart-modal.blade.php#?blade
      • components.icons.loadingloading.blade.php#?blade
      • components.productproduct.blade.php#?blade
      • components.modal.add-cart-modaladd-cart-modal.blade.php#?blade
      • components.icons.loadingloading.blade.php#?blade
      • components.productproduct.blade.php#?blade
      • components.modal.add-cart-modaladd-cart-modal.blade.php#?blade
      • components.icons.loadingloading.blade.php#?blade
      • components.productproduct.blade.php#?blade
      • components.modal.add-cart-modaladd-cart-modal.blade.php#?blade
      • components.icons.loadingloading.blade.php#?blade
      • components.productproduct.blade.php#?blade
      • components.modal.add-cart-modaladd-cart-modal.blade.php#?blade
      • components.icons.loadingloading.blade.php#?blade
      • components.productproduct.blade.php#?blade
      • components.modal.add-cart-modaladd-cart-modal.blade.php#?blade
      • components.icons.loadingloading.blade.php#?blade
      • components.productproduct.blade.php#?blade
      • components.modal.add-cart-modaladd-cart-modal.blade.php#?blade
      • components.icons.loadingloading.blade.php#?blade
      • components.tips-usage-buttontips-usage-button.blade.php#?blade
      • layouts.appapp.blade.php#?blade
      • components.modal.project-modalproject-modal.blade.php#?blade
      • components.icons.searchsearch.blade.php#?blade
      • components.icons.closeclose.blade.php#?blade
      • components.icons.searchsearch.blade.php#?blade
      • components.icons.cartcart.blade.php#?blade
      • components.modal.mobile-cart-modalmobile-cart-modal.blade.php#?blade
      • components.icons.closeclose.blade.php#?blade
      • components.registerregister.blade.php#?blade
      • components.loginlogin.blade.php#?blade
      • components.modal.dicas-modaldicas-modal.blade.php#?blade
      uri
      GET pronta-entrega/{slug}
      middleware
      web
      controller
      App\Http\Controllers\SiteController@product
      namespace
      where
      as
      showroom.product
      file
      app/Http/Controllers/SiteController.php:329-408
      107 statements were executed (2 duplicates)Show only duplicatesnamai251ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 7 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • DatabaseSessionHandler.php#97namai1.52msselect * from `sessions` where `id` = 'k7wHCXMK51DJLIDYFkfsFAUhAXvc7TrUOkNQbVM1' limit 1
        Bindings
        • 0: k7wHCXMK51DJLIDYFkfsFAUhAXvc7TrUOkNQbVM1
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:117
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:105
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:89
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
      • SiteController.php#336namai38.91msselect * from `products` where `slug` = 'sofa-cama-yak-showroom' and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: sofa-cama-yak-showroom
        Backtrace
        • app/Http/Controllers/SiteController.php:336
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • SiteController.php#336namai2.45msselect * from `images` where `images`.`product_id` in (708497172) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:336
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • SiteController.php#336namai5.07msselect `categories`.*, `product_categories`.`product_id` as `laravel_through_key` from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `product_categories`.`product_id` in (708497172)
        Backtrace
        • app/Http/Controllers/SiteController.php:336
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • SiteController.php#1105namai43.19msselect `image`, `slug`, `name`, `parent_id`, MAX(id) as id from `categories` where exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) and (`parent_id` is null or `parent_id` in (1177741, 1178146)) group by `image`, `slug`, `name`, `parent_id` order by `name` asc
        Bindings
        • 0: %showroom%
        • 1: 1
        • 2: 1177741
        • 3: 1178146
        Backtrace
        • app/Http/Controllers/SiteController.php:1105
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • SiteController.php#1133namai1.61msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178126 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178126
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.15msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178131 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178131
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai3.16msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1325501) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1325501
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai2.55msselect * from `images` where `images`.`product_id` in (708570188) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.53msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1325501 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1325501
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai2.03msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178137) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178137
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai2.16msselect * from `images` where `images`.`product_id` in (708439475) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.75msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178137 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178137
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.68msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1346033) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1346033
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.1msselect * from `images` where `images`.`product_id` in (708570180) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.24msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1346033 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1346033
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.4msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178133) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178133
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai990μsselect * from `images` where `images`.`product_id` in (708439630) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.47msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178133 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178133
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.67msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1331361) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1331361
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.03msselect * from `images` where `images`.`product_id` in (708570187) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.18msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1331361 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1331361
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.34msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178127) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178127
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai910μsselect * from `images` where `images`.`product_id` in (708461706) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.15msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178127 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178127
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.33msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178134) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178134
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai850μsselect * from `images` where `images`.`product_id` in (708439624) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.19msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178134 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178134
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.18msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178118) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178118
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.6msselect * from `images` where `images`.`product_id` in (708443389) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.32msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178118 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178118
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.17msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1345030) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1345030
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.25msselect * from `images` where `images`.`product_id` in (708567991) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.29msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1345030 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1345030
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.27msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1331362) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1331362
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai840μsselect * from `images` where `images`.`product_id` in (708570183) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.15msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1331362 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1331362
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.02msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178145) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178145
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.58msselect * from `images` where `images`.`product_id` in (708441325) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.36msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178145 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178145
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.95msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1289036) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1289036
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai980μsselect * from `images` where `images`.`product_id` in (708461616) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.34msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1289036 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1289036
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.07msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1331365) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1331365
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai820μsselect * from `images` where `images`.`product_id` in (708570188) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.01msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1331365 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1331365
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.03msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178153) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178153
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai6.57msselect * from `images` where `images`.`product_id` in (708581476) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.48msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178153 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178153
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.57msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1346071) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1346071
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai830μsselect * from `images` where `images`.`product_id` in (708570181) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.37msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1346071 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1346071
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.77msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178162) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178162
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai820μsselect * from `images` where `images`.`product_id` in (708510486) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.05msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178162 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178162
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.05msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178138) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178138
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.61msselect * from `images` where `images`.`product_id` in (708439464) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.06msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178138 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178138
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.2msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178129) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178129
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai2.12msselect * from `images` where `images`.`product_id` in (708355294) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.19msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178129 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178129
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178136) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178136
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai760μsselect * from `images` where `images`.`product_id` in (708439452) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.21msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178136 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178136
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.24msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1282199) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1282199
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai890μsselect * from `images` where `images`.`product_id` in (708607253) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.11msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1282199 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1282199
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.18msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178130) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178130
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.75msselect * from `images` where `images`.`product_id` in (708317688) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.13msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178130 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178130
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.27msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178123) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178123
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.59msselect * from `images` where `images`.`product_id` in (708581446) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.33msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178123 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178123
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.51msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178122) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178122
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai820μsselect * from `images` where `images`.`product_id` in (708461709) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.27msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178122 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178122
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.22msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1345031) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1345031
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai820μsselect * from `images` where `images`.`product_id` in (708570182) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.21msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1345031 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1345031
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.1msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178142) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178142
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai690μsselect * from `images` where `images`.`product_id` in (708441324) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai970μsselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178142 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178142
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.06msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178135) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178135
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai710μsselect * from `images` where `images`.`product_id` in (708439481) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.07msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178135 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178135
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.24msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178149) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178149
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai830μsselect * from `images` where `images`.`product_id` in (708507418) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai970μsselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178149 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178149
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.11msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1288617) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1288617
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.54msselect * from `images` where `images`.`product_id` in (708459692) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.13msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1288617 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1288617
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.27msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1178159) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178159
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai890μsselect * from `images` where `images`.`product_id` in (708574203) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.18msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178159 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178159
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.18msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1355315) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1355315
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.51msselect * from `images` where `images`.`product_id` in (708581480) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.84msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1355315 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1355315
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#345namai1.03msselect `slug` from `categories` where exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `product_id` = 708497172 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708497172
        Backtrace
        • app/Http/Controllers/SiteController.php:345
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • SiteController.php#346namai900μsselect `id` from `categories` where exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `product_id` = 708497172 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708497172
        Backtrace
        • app/Http/Controllers/SiteController.php:346
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • SiteController.php#371namai2.08msselect `products`.*, (select count(*) > 0 from `favorites` where `favorites`.`product_id` = `products`.`id` and `favorites`.`user_id` is null) as `favorited` from `products` where `id` != 708497172 and `in_catalog` = 1 and exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` in (1178121)) and `slug` like '%showroom%' and `products`.`deleted_at` is null limit 8
        Bindings
        • 0: 708497172
        • 1: 1
        • 2: 1178121
        • 3: %showroom%
        Backtrace
        • app/Http/Controllers/SiteController.php:371
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • namai3msselect * from `images` where `images`.`product_id` in (708435650, 708437098, 708439451, 708439452, 708444407, 708568669, 708581462, 708628927) order by `order` asc
      • namai760μsselect * from `quotes` where `user_id` is null and `product_id` = ? limit 1
      • namai12.63msinsert into `clicks` (`user_id`, `product_id`, `updated_at`, `created_at`) values (?, ?, ?, ?)
      • namai7.49msupdate `products` set `clicks` = `clicks` + 1 where `id` = ? and `products`.`deleted_at` is null
      • namai1.73msselect * from `contents` where (`key` = ?) limit 1
      • namai880μsselect * from `sessions` where `id` = ? limit 1
      • namai6.68msinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values (?, ?, ?, ?, ?, ?)
      App\Models\Image
      128Image.php#?
      App\Models\Product
      39Product.php#?
      App\Models\Category
      34Category.php#?
      App\Models\Content
      1Content.php#?
          _token
          AAq5IZZEOHzaC7ddbfYZI5nAv1ZB0k1R46mBlvfe
          redirectUrl
          http://namai.betabit.com.br/pronta-entrega/sofa-cama-yak-showroom
          _previous
          array:1 [ "url" => "http://namai.betabit.com.br/pronta-entrega/sofa-cama-yak-showroom" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /pronta-entrega/sofa-cama-yak-showroom
          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:20 [ "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 => ""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 => "close" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-host" => array:1 [ 0 => "namai.betabit.com.br" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.48" ] "x-real-ip" => array:1 [ 0 => "216.73.216.48" ] "host" => array:1 [ 0 => "namai.betabit.com.br" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sun, 08 Jun 2025 08:04:12 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikd4aFc1SGdRT1UzZE5LZHpvMkdqUEE9PSIsInZhbHVlIjoiaWlNTlgzRllPS0MwWUoxZDlwNmZjWnQyQ3hKSXBIeWt1dldoNENlcVNwNzlydTVYT084YUgrdGFCQ3lUVEs1R1dPUk9PamtMS1hEZmJXd1hYa2VrK0dlQzlPU1QxeG92cnkrbnExZ0ZuNEFTODl3aXpkQ2RiYU8vVU5lZlJWVGgiLCJtYWMiOiI4ZmU3ZTA5ODY0MjYwYTRmNmE5NDkxOGU4Y2Q3NGJlM2M2MTI2ZDA3OWVmNDRhMWI5MDk4ZDk2M2I0OGI4NjdjIiwidGFnIjoiIn0%3D; expires=Sun, 08 Jun 2025 10:04:12 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ikd4aFc1SGdRT1UzZE5LZHpvMkdqUEE9PSIsInZhbHVlIjoiaWlNTlgzRllPS0MwWUoxZDlwNmZjWnQyQ3hKSXBIeWt1dldoNENlcVNwNzlydTVYT084YUgrdGFCQ3lUVEs1R1dPUk9Pa" 1 => "namai_session=eyJpdiI6ImEyVEt5Q2NWTVU4cGF3T0ZDcEZRanc9PSIsInZhbHVlIjoiTnk5aEJaOWN3QWNGZTlXUlM5WXJDR1IzM3lGUFgrbWFUQnJmZGZwTDZUNzFVQTFmOXBuUVJUS0t2QnVpek1vZDR5bFJyN1M1WmQ0cW1MVEMwVkYreXYyV0FNL3NGQWk5aWdkRElGSElXWFBYNlJQUEhtNndoVXhhT3RpaUFXYVUiLCJtYWMiOiI0ZWNlNmY0NDhjMTc0Nzg5ZGI4NmMyNjM3YjA1YTQwZDNjMjU1NjNlMDdmMWViYzBkODI4ZGFkZjBkMGQwNmM0IiwidGFnIjoiIn0%3D; expires=Sun, 08 Jun 2025 10:04:12 GMT; Max-Age=7200; path=/; httponly; samesite=laxnamai_session=eyJpdiI6ImEyVEt5Q2NWTVU4cGF3T0ZDcEZRanc9PSIsInZhbHVlIjoiTnk5aEJaOWN3QWNGZTlXUlM5WXJDR1IzM3lGUFgrbWFUQnJmZGZwTDZUNzFVQTFmOXBuUVJUS0t2QnVpek1vZDR5bF" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikd4aFc1SGdRT1UzZE5LZHpvMkdqUEE9PSIsInZhbHVlIjoiaWlNTlgzRllPS0MwWUoxZDlwNmZjWnQyQ3hKSXBIeWt1dldoNENlcVNwNzlydTVYT084YUgrdGFCQ3lUVEs1R1dPUk9PamtMS1hEZmJXd1hYa2VrK0dlQzlPU1QxeG92cnkrbnExZ0ZuNEFTODl3aXpkQ2RiYU8vVU5lZlJWVGgiLCJtYWMiOiI4ZmU3ZTA5ODY0MjYwYTRmNmE5NDkxOGU4Y2Q3NGJlM2M2MTI2ZDA3OWVmNDRhMWI5MDk4ZDk2M2I0OGI4NjdjIiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 10:04:12 GMT; path=/XSRF-TOKEN=eyJpdiI6Ikd4aFc1SGdRT1UzZE5LZHpvMkdqUEE9PSIsInZhbHVlIjoiaWlNTlgzRllPS0MwWUoxZDlwNmZjWnQyQ3hKSXBIeWt1dldoNENlcVNwNzlydTVYT084YUgrdGFCQ3lUVEs1R1dPUk9Pa" 1 => "namai_session=eyJpdiI6ImEyVEt5Q2NWTVU4cGF3T0ZDcEZRanc9PSIsInZhbHVlIjoiTnk5aEJaOWN3QWNGZTlXUlM5WXJDR1IzM3lGUFgrbWFUQnJmZGZwTDZUNzFVQTFmOXBuUVJUS0t2QnVpek1vZDR5bFJyN1M1WmQ0cW1MVEMwVkYreXYyV0FNL3NGQWk5aWdkRElGSElXWFBYNlJQUEhtNndoVXhhT3RpaUFXYVUiLCJtYWMiOiI0ZWNlNmY0NDhjMTc0Nzg5ZGI4NmMyNjM3YjA1YTQwZDNjMjU1NjNlMDdmMWViYzBkODI4ZGFkZjBkMGQwNmM0IiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 10:04:12 GMT; path=/; httponlynamai_session=eyJpdiI6ImEyVEt5Q2NWTVU4cGF3T0ZDcEZRanc9PSIsInZhbHVlIjoiTnk5aEJaOWN3QWNGZTlXUlM5WXJDR1IzM3lGUFgrbWFUQnJmZGZwTDZUNzFVQTFmOXBuUVJUS0t2QnVpek1vZDR5bF" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "AAq5IZZEOHzaC7ddbfYZI5nAv1ZB0k1R46mBlvfe" "redirectUrl" => "http://namai.betabit.com.br/pronta-entrega/sofa-cama-yak-showroom" "_previous" => array:1 [ "url" => "http://namai.betabit.com.br/pronta-entrega/sofa-cama-yak-showroom" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-08 08:04:12GET/pronta-entrega/sofa-cama-yak-showroom40107202