Imagem do WhatsApp de 2024-02-20 à(s) 15.24.35_fd43ea6c

CADEIRA BúZIOS (showroom)

A Cadeira Bãºzios da Mundo Design é uma peça que combina estilo contemporâneo e conforto. Com uma estrutura robusta e elegante, ela apresenta um design sofisticado que se destaca em qualquer ambiente. O assento e o encosto estofados proporcionam aconchego, enquanto as linhas modernas conferem um toque de classe. A: 70 x A ASS 40 x L 55 x C 50 x P 40 4 UN

Visualizar em 3D

Produtos Relacionados

Whatsapp Facebook Instagram Pinterest
Request history8.2.17PHP Version187msRequest Duration2MBMemory UsageGET produtos/{slug}Route
    • Booting (24.47ms)time
    • Application (163ms)time
    • 1 x Application (86.93%)
      163ms
      1 x Booting (13.06%)
      24.47ms
      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 produtos/{slug}
      middleware
      web
      controller
      App\Http\Controllers\SiteController@product
      namespace
      where
      as
      product
      file
      app/Http/Controllers/SiteController.php:329-408
      37 statements were executed (2 duplicates)Show only duplicates118ms
      • DatabaseSessionHandler.php#97namai1.88msselect * from `sessions` where `id` = 'oOGNpU3zb1GvmethFlSe3LVudGtumHfj6soyNHRw' limit 1
        Bindings
        • 0: oOGNpU3zb1GvmethFlSe3LVudGtumHfj6soyNHRw
        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#336namai2.42msselect * from `products` where `slug` = 'cadeira-baozios-showroom' and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: cadeira-baozios-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.31msselect * from `images` where `images`.`product_id` in (708443126) 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#336namai2.29msselect `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 (708443126)
        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#1105namai7.63msselect `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` not 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#1114namai1.41msselect * 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#1114namai940μsselect * 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.5msselect `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` not 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.13msselect * 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` = 1247572) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1247572
        • 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#1114namai730μsselect * from `images` where `images`.`product_id` in (708430130) 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.17msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1247572 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` not 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: 1247572
        • 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.65msselect * 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` = 1178121) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178121
        • 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.06msselect * from `images` where `images`.`product_id` in (708628927) 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` = 1178121 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` not 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: 1178121
        • 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.81msselect * 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#1114namai890μ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.49msselect `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` not 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#1114namai2.58msselect * 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` = 1178120) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178120
        • 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.37msselect * from `images` where `images`.`product_id` in (708628910) 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.56msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178120 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` not 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: 1178120
        • 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.47msselect * 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#1114namai880μ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#1133namai1.24msselect `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` not 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.49msselect * 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#1133namai13.73msselect `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` not 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#345namai2.27msselect `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` = 708443126 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708443126
        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#346namai1.59msselect `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` = 708443126 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708443126
        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#371namai9.28msselect `products`.*, (select count(*) > 0 from `favorites` where `favorites`.`product_id` = `products`.`id` and `favorites`.`user_id` is null) as `favorited` from `products` where `id` != 708443126 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 (1178117)) and `slug` not like '%showroom%' and `products`.`deleted_at` is null limit 8
        Bindings
        • 0: 708443126
        • 1: 1
        • 2: 1178117
        • 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
      • SiteController.php#385namai12.18msselect `products`.*, (select count(*) > 0 from `favorites` where `favorites`.`product_id` = `products`.`id` and `favorites`.`user_id` is null) as `favorited` from `products` where `id` != 708443126 and `in_catalog` = 1 and 1 = 1 and `products`.`deleted_at` is null order by RAND() limit 8
        Bindings
        • 0: 708443126
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:385
        • 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#385namai5.73msselect * from `images` where `images`.`product_id` in (708442282, 708443409, 708444082, 708461095, 708498197, 708498200, 708503829, 708510375) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:385
        • 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#393namai1.02msselect * from `quotes` where `user_id` is null and `product_id` = 708443126 limit 1
        Bindings
        • 0: 708443126
        Backtrace
        • app/Http/Controllers/SiteController.php:393
        • 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#395namai8.24msinsert into `clicks` (`user_id`, `product_id`, `updated_at`, `created_at`) values (null, 708443126, '2025-06-15 23:59:05', '2025-06-15 23:59:05')
        Bindings
        • 0: 
        • 1: 708443126
        • 2: 2025-06-15 23:59:05
        • 3: 2025-06-15 23:59:05
        Backtrace
        • app/Http/Controllers/SiteController.php:395
        • 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#397namai9.53msupdate `products` set `clicks` = `clicks` + 1 where `id` = 708443126 and `products`.`deleted_at` is null
        Bindings
        • 0: 708443126
        Backtrace
        • app/Http/Controllers/SiteController.php:397
        • 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
      • Content.php#48namai1.37msselect * from `contents` where (`key` = 'image_signup') limit 1
        Bindings
        • 0: image_signup
        Backtrace
        • app/Models/Content.php:48
        • app/Helpers/helpers.php:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • DatabaseSessionHandler.php#97namai940μsselect * from `sessions` where `id` = 'oOGNpU3zb1GvmethFlSe3LVudGtumHfj6soyNHRw' limit 1
        Bindings
        • 0: oOGNpU3zb1GvmethFlSe3LVudGtumHfj6soyNHRw
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:136
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:176
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      • DatabaseSessionHandler.php#158namai8.53msinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTo0OntzOjY6Il90b2tlbiI7czo0MDoiY1pha1VOMnZ2VWc1SWliaVdtaTcwUzRYdEZiM3JXV2RlMFBLUFQ4QyI7czoxMToicmVkaXJlY3RVcmwiO3M6NjE6Imh0dHA6Ly9uYW1haS5iZXRhYml0LmNvbS5ici9wcm9kdXRvcy9jYWRlaXJhLWJhb3ppb3Mtc2hvd3Jvb20iO3M6OToiX3ByZXZpb3VzIjthOjE6e3M6MzoidXJsIjtzOjYxOiJodHRwOi8vbmFtYWkuYmV0YWJpdC5jb20uYnIvcHJvZHV0b3MvY2FkZWlyYS1iYW96aW9zLXNob3dyb29tIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', 1750031945, null, '172.31.88.229', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'oOGNpU3zb1GvmethFlSe3LVudGtumHfj6soyNHRw')
        Bindings
        • 0: YTo0OntzOjY6Il90b2tlbiI7czo0MDoiY1pha1VOMnZ2VWc1SWliaVdtaTcwUzRYdEZiM3JXV2RlMFBLUFQ4QyI7czoxMToicmVkaXJlY3RVcmwiO3M6NjE6Imh0dHA6Ly9uYW1haS5iZXRhYml0LmNvbS5ici9wcm9kdXRvcy9jYWRlaXJhLWJhb3ppb3Mtc2hvd3Jvb20iO3M6OToiX3ByZXZpb3VzIjthOjE6e3M6MzoidXJsIjtzOjYxOiJodHRwOi8vbmFtYWkuYmV0YWJpdC5jb20uYnIvcHJvZHV0b3MvY2FkZWlyYS1iYW96aW9zLXNob3dyb29tIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==
        • 1: 1750031945
        • 2: 
        • 3: 172.31.88.229
        • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5: oOGNpU3zb1GvmethFlSe3LVudGtumHfj6soyNHRw
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:158
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:142
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:176
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:245
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:130
      App\Models\Image
      44Image.php#?
      App\Models\Product
      16Product.php#?
      App\Models\Category
      9Category.php#?
      App\Models\Content
      1Content.php#?
          _token
          cZakUN2vvUg5IibiWmi70S4XtFb3rWWde0PKPT8C
          redirectUrl
          http://namai.betabit.com.br/produtos/cadeira-baozios-showroom
          _previous
          array:1 [ "url" => "http://namai.betabit.com.br/produtos/cadeira-baozios-showroom" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /produtos/cadeira-baozios-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.115" ] "x-real-ip" => array:1 [ 0 => "216.73.216.115" ] "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, 15 Jun 2025 23:59:05 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InFLOUJxWXU2YW1ZbVJwQ0JVSnA3OVE9PSIsInZhbHVlIjoiQlZYbnZ5SWh1RTBZcUpKY3V4ZGthbHUrYXBhRW8wUEpBaTdRVUNTZ3VwbXVsZmZXdWNEajg3WUVqaGZtUGJ2QkhhSDFSa3pzTGd1MTJjN29CRHZUQVNweE1NT3hhS2dLUUMwRTFvM2xlMXpwZGp4d1J4NHFRZGdoWGVqdzcvMmgiLCJtYWMiOiI0NWI5YWVmMWEwNzUwNTlmNDU5Y2Q2ZjlkMTU0NjdhM2Y2MThmY2MzMDg5OWNlNWMzYTFkZGM0ZmRkMjlhOTE0IiwidGFnIjoiIn0%3D; expires=Mon, 16 Jun 2025 01:59:05 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InFLOUJxWXU2YW1ZbVJwQ0JVSnA3OVE9PSIsInZhbHVlIjoiQlZYbnZ5SWh1RTBZcUpKY3V4ZGthbHUrYXBhRW8wUEpBaTdRVUNTZ3VwbXVsZmZXdWNEajg3WUVqaGZtUGJ2QkhhSDFSa" 1 => "namai_session=eyJpdiI6IjVUYmV5azAramZDQjhZVXdUNWpPT3c9PSIsInZhbHVlIjoiWXNxeXBURmlUWXBmN0VieFllczVhSGxIQ1hDd25hOTNsOXFTRzRSVXZleFQxUkZieCtDaWJKcnFKLzR1eDRySzhwRWxGZnlmTnNTMTVhN1dtZFdYVitBa2ViR3l3T1lCS1ZMODdNUFNoKzh2aXBKS3gyeVFHY3FvTW5sNGJwZVgiLCJtYWMiOiI1ZmQzMTFhNjU1ZDVhNmFlNjQ5MDI5N2M3Yzk2ZThiYjdjNDMwZDc0ZDE3YTFmZmM3YmE0OTQ3MjcwZWY5MjI0IiwidGFnIjoiIn0%3D; expires=Mon, 16 Jun 2025 01:59:05 GMT; Max-Age=7200; path=/; httponly; samesite=laxnamai_session=eyJpdiI6IjVUYmV5azAramZDQjhZVXdUNWpPT3c9PSIsInZhbHVlIjoiWXNxeXBURmlUWXBmN0VieFllczVhSGxIQ1hDd25hOTNsOXFTRzRSVXZleFQxUkZieCtDaWJKcnFKLzR1eDRySzhwRW" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InFLOUJxWXU2YW1ZbVJwQ0JVSnA3OVE9PSIsInZhbHVlIjoiQlZYbnZ5SWh1RTBZcUpKY3V4ZGthbHUrYXBhRW8wUEpBaTdRVUNTZ3VwbXVsZmZXdWNEajg3WUVqaGZtUGJ2QkhhSDFSa3pzTGd1MTJjN29CRHZUQVNweE1NT3hhS2dLUUMwRTFvM2xlMXpwZGp4d1J4NHFRZGdoWGVqdzcvMmgiLCJtYWMiOiI0NWI5YWVmMWEwNzUwNTlmNDU5Y2Q2ZjlkMTU0NjdhM2Y2MThmY2MzMDg5OWNlNWMzYTFkZGM0ZmRkMjlhOTE0IiwidGFnIjoiIn0%3D; expires=Mon, 16-Jun-2025 01:59:05 GMT; path=/XSRF-TOKEN=eyJpdiI6InFLOUJxWXU2YW1ZbVJwQ0JVSnA3OVE9PSIsInZhbHVlIjoiQlZYbnZ5SWh1RTBZcUpKY3V4ZGthbHUrYXBhRW8wUEpBaTdRVUNTZ3VwbXVsZmZXdWNEajg3WUVqaGZtUGJ2QkhhSDFSa" 1 => "namai_session=eyJpdiI6IjVUYmV5azAramZDQjhZVXdUNWpPT3c9PSIsInZhbHVlIjoiWXNxeXBURmlUWXBmN0VieFllczVhSGxIQ1hDd25hOTNsOXFTRzRSVXZleFQxUkZieCtDaWJKcnFKLzR1eDRySzhwRWxGZnlmTnNTMTVhN1dtZFdYVitBa2ViR3l3T1lCS1ZMODdNUFNoKzh2aXBKS3gyeVFHY3FvTW5sNGJwZVgiLCJtYWMiOiI1ZmQzMTFhNjU1ZDVhNmFlNjQ5MDI5N2M3Yzk2ZThiYjdjNDMwZDc0ZDE3YTFmZmM3YmE0OTQ3MjcwZWY5MjI0IiwidGFnIjoiIn0%3D; expires=Mon, 16-Jun-2025 01:59:05 GMT; path=/; httponlynamai_session=eyJpdiI6IjVUYmV5azAramZDQjhZVXdUNWpPT3c9PSIsInZhbHVlIjoiWXNxeXBURmlUWXBmN0VieFllczVhSGxIQ1hDd25hOTNsOXFTRzRSVXZleFQxUkZieCtDaWJKcnFKLzR1eDRySzhwRW" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "cZakUN2vvUg5IibiWmi70S4XtFb3rWWde0PKPT8C" "redirectUrl" => "http://namai.betabit.com.br/produtos/cadeira-baozios-showroom" "_previous" => array:1 [ "url" => "http://namai.betabit.com.br/produtos/cadeira-baozios-showroom" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-15 23:59:05GET/produtos/cadeira-baozios-showroom403770