WhatsApp Image 2024-04-24 at 18.42.36

VASO MARROCOS

COR - BRANCO

Visualizar em 3D

Produtos Relacionados

Whatsapp Facebook Instagram Pinterest
Request history8.2.17PHP Version155msRequest Duration2MBMemory UsageGET produtos/{slug}Route
    • Booting (24ms)time
    • Application (131ms)time
    • 1 x Application (84.55%)
      131ms
      1 x Booting (15.45%)
      24.00ms
      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:284-363
      38 statements were executed (2 duplicates)Show only duplicates87.34ms
      • DatabaseSessionHandler.php#97namai850μsselect * from `sessions` where `id` = 'C1cSF6P1J06bN4igHUAiAtaR7Otq4qTJbJVXMu66' limit 1
        Bindings
        • 0: C1cSF6P1J06bN4igHUAiAtaR7Otq4qTJbJVXMu66
        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#291namai3.96msselect * from `products` where `slug` = 'vaso-marrocos' and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: vaso-marrocos
        Backtrace
        • app/Http/Controllers/SiteController.php:291
        • 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#291namai1.58msselect * from `images` where `images`.`product_id` in (708486540) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:291
        • 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#291namai1.12msselect `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 (708486540)
        Backtrace
        • app/Http/Controllers/SiteController.php:291
        • 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#1079namai3.09msselect `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:1079
        • app/Http/Controllers/SiteController.php:293
        • 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#1088namai1.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` = 1178118) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178118
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai850μsselect * from `images` where `images`.`product_id` in (708443389) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1107namai1.36msselect `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:1107
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai1.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` = 1247572) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1247572
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai1.02msselect * from `images` where `images`.`product_id` in (708430130) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1107namai1.29msselect `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:1107
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai2.28msselect * 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:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai1.21msselect * from `images` where `images`.`product_id` in (708628927) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1107namai1.36msselect `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:1107
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai2.97msselect * 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:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai2.62msselect * from `images` where `images`.`product_id` in (708461709) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1107namai1.96msselect `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:1107
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai1.45msselect * 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:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai1.39msselect * from `images` where `images`.`product_id` in (708628910) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1107namai1.1msselect `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:1107
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai1.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` = 1178149) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178149
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai700μsselect * from `images` where `images`.`product_id` in (708507418) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1107namai960μ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` 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:1107
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai1.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` = 1178159) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178159
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1088namai700μsselect * from `images` where `images`.`product_id` in (708574203) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1088
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1107namai980μsselect `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:1107
        • app/Http/Controllers/SiteController.php:1080
        • app/Http/Controllers/SiteController.php:293
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#300namai870μsselect `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` = 708486540 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708486540
        Backtrace
        • app/Http/Controllers/SiteController.php:300
        • 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#301namai1.08msselect `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` = 708486540 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708486540
        Backtrace
        • app/Http/Controllers/SiteController.php:301
        • 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#326namai1.76msselect `products`.*, (select count(*) > 0 from `favorites` where `favorites`.`product_id` = `products`.`id` and `favorites`.`user_id` is null) as `favorited` from `products` where `id` != 708486540 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 (1178159)) and `slug` not like '%showroom%' and `products`.`deleted_at` is null limit 8
        Bindings
        • 0: 708486540
        • 1: 1
        • 2: 1178159
        • 3: %showroom%
        Backtrace
        • app/Http/Controllers/SiteController.php:326
        • 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#326namai1.57msselect * from `images` where `images`.`product_id` in (708441995, 708442004) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:326
        • 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#340namai10.03msselect `products`.*, (select count(*) > 0 from `favorites` where `favorites`.`product_id` = `products`.`id` and `favorites`.`user_id` is null) as `favorited` from `products` where `id` != 708486540 and `in_catalog` = 1 and `id` not in (708442004, 708441995) and `products`.`deleted_at` is null order by RAND() limit 6
        Bindings
        • 0: 708486540
        • 1: 1
        • 2: 708442004
        • 3: 708441995
        Backtrace
        • app/Http/Controllers/SiteController.php:340
        • 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#340namai3.46msselect * from `images` where `images`.`product_id` in (708319189, 708435149, 708448622, 708449110, 708457004, 708510471) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:340
        • 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#348namai730μsselect * from `quotes` where `user_id` is null and `product_id` = 708486540 limit 1
        Bindings
        • 0: 708486540
        Backtrace
        • app/Http/Controllers/SiteController.php:348
        • 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#350namai6.99msinsert into `clicks` (`user_id`, `product_id`, `updated_at`, `created_at`) values (null, 708486540, '2025-07-09 07:09:54', '2025-07-09 07:09:54')
        Bindings
        • 0: 
        • 1: 708486540
        • 2: 2025-07-09 07:09:54
        • 3: 2025-07-09 07:09:54
        Backtrace
        • app/Http/Controllers/SiteController.php:350
        • 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#352namai9.34msupdate `products` set `clicks` = `clicks` + 1 where `id` = 708486540 and `products`.`deleted_at` is null
        Bindings
        • 0: 708486540
        Backtrace
        • app/Http/Controllers/SiteController.php:352
        • 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.3msselect * 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#97namai980μsselect * from `sessions` where `id` = 'C1cSF6P1J06bN4igHUAiAtaR7Otq4qTJbJVXMu66' limit 1
        Bindings
        • 0: C1cSF6P1J06bN4igHUAiAtaR7Otq4qTJbJVXMu66
        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#158namai10.01msinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values ('YTo0OntzOjY6Il90b2tlbiI7czo0MDoiVTNtTFFicHN0czBjYlB6TElpNHp3YnlxY1dZOHNhQWdzRFZ3aUlNTSI7czoxMToicmVkaXJlY3RVcmwiO3M6NTA6Imh0dHA6Ly9uYW1haS5iZXRhYml0LmNvbS5ici9wcm9kdXRvcy92YXNvLW1hcnJvY29zIjtzOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czo1MDoiaHR0cDovL25hbWFpLmJldGFiaXQuY29tLmJyL3Byb2R1dG9zL3Zhc28tbWFycm9jb3MiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', 1752044994, null, '172.31.88.229', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', 'C1cSF6P1J06bN4igHUAiAtaR7Otq4qTJbJVXMu66')
        Bindings
        • 0: YTo0OntzOjY6Il90b2tlbiI7czo0MDoiVTNtTFFicHN0czBjYlB6TElpNHp3YnlxY1dZOHNhQWdzRFZ3aUlNTSI7czoxMToicmVkaXJlY3RVcmwiO3M6NTA6Imh0dHA6Ly9uYW1haS5iZXRhYml0LmNvbS5ici9wcm9kdXRvcy92YXNvLW1hcnJvY29zIjtzOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czo1MDoiaHR0cDovL25hbWFpLmJldGFiaXQuY29tLmJyL3Byb2R1dG9zL3Zhc28tbWFycm9jb3MiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19
        • 1: 1752044994
        • 2: 
        • 3: 172.31.88.229
        • 4: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
        • 5: C1cSF6P1J06bN4igHUAiAtaR7Otq4qTJbJVXMu66
        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
      42Image.php#?
      App\Models\Product
      16Product.php#?
      App\Models\Category
      9Category.php#?
      App\Models\Content
      1Content.php#?
          _token
          U3mLQbpsts0cbPzLIi4zwbyqcWY8saAgsDVwiIMM
          redirectUrl
          http://namai.betabit.com.br/produtos/vaso-marrocos
          _previous
          array:1 [ "url" => "http://namai.betabit.com.br/produtos/vaso-marrocos" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /produtos/vaso-marrocos
          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.217.11" ] "x-real-ip" => array:1 [ 0 => "216.73.217.11" ] "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 => "Wed, 09 Jul 2025 07:09:54 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpOQ1UvbWJ0T3hBSzQyMUpKUGdLMnc9PSIsInZhbHVlIjoiVjFIQklBaDh2VTJQUHNDU3BuS1B3cWtwRklJaEtHRzVIdEIwelBZQ254R1hNVVpuNDZxVUxqdDdoTjRlMDdvMkRUZFpMa2pOdHZWNzQ0VjV6V2Z3OGZBMlhwK1d1bCtQMlNTcEl3NTc2RUtDeCtZckY0TE5PWTdxVkdZSUxoUWsiLCJtYWMiOiJmMWNkN2U3MTgwNDRkODAxMzgwYjE3MDNiYTY2M2E2MDI4YTZmOGJiM2NjYmFhZmY3OTA3NWQ3ZTc3MDM3ODVmIiwidGFnIjoiIn0%3D; expires=Wed, 09 Jul 2025 09:09:54 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InpOQ1UvbWJ0T3hBSzQyMUpKUGdLMnc9PSIsInZhbHVlIjoiVjFIQklBaDh2VTJQUHNDU3BuS1B3cWtwRklJaEtHRzVIdEIwelBZQ254R1hNVVpuNDZxVUxqdDdoTjRlMDdvMkRUZFpMa" 1 => "namai_session=eyJpdiI6IitiMFRyL1k3eDBVWEx3am95YVRVMXc9PSIsInZhbHVlIjoiTXNjUTRTcFBTeXg1aEZKY1dIR3FJQmFpNGpPSzJUTzA5VmwyWDIySVRleEw5SWx5Z0Zod2U4NzJWV0lNekxHaVd5YU01MzdVaXdUWDRrWE5QSGRUeE5rekdXY2JRL2lkQUlhQytnR1VWVWZuRXV4bGNWS2NZTFlORUx5SnlmS0kiLCJtYWMiOiJhOTRlN2Q3MWY1MmY2Y2M4ZWU3NjhlZTVkZjlmZmRlMjY1NjQzYTc5ZjI1ODQwZjEyZjMwNTI5OWU4N2ZhNDFkIiwidGFnIjoiIn0%3D; expires=Wed, 09 Jul 2025 09:09:54 GMT; Max-Age=7200; path=/; httponly; samesite=laxnamai_session=eyJpdiI6IitiMFRyL1k3eDBVWEx3am95YVRVMXc9PSIsInZhbHVlIjoiTXNjUTRTcFBTeXg1aEZKY1dIR3FJQmFpNGpPSzJUTzA5VmwyWDIySVRleEw5SWx5Z0Zod2U4NzJWV0lNekxHaVd5YU" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InpOQ1UvbWJ0T3hBSzQyMUpKUGdLMnc9PSIsInZhbHVlIjoiVjFIQklBaDh2VTJQUHNDU3BuS1B3cWtwRklJaEtHRzVIdEIwelBZQ254R1hNVVpuNDZxVUxqdDdoTjRlMDdvMkRUZFpMa2pOdHZWNzQ0VjV6V2Z3OGZBMlhwK1d1bCtQMlNTcEl3NTc2RUtDeCtZckY0TE5PWTdxVkdZSUxoUWsiLCJtYWMiOiJmMWNkN2U3MTgwNDRkODAxMzgwYjE3MDNiYTY2M2E2MDI4YTZmOGJiM2NjYmFhZmY3OTA3NWQ3ZTc3MDM3ODVmIiwidGFnIjoiIn0%3D; expires=Wed, 09-Jul-2025 09:09:54 GMT; path=/XSRF-TOKEN=eyJpdiI6InpOQ1UvbWJ0T3hBSzQyMUpKUGdLMnc9PSIsInZhbHVlIjoiVjFIQklBaDh2VTJQUHNDU3BuS1B3cWtwRklJaEtHRzVIdEIwelBZQ254R1hNVVpuNDZxVUxqdDdoTjRlMDdvMkRUZFpMa" 1 => "namai_session=eyJpdiI6IitiMFRyL1k3eDBVWEx3am95YVRVMXc9PSIsInZhbHVlIjoiTXNjUTRTcFBTeXg1aEZKY1dIR3FJQmFpNGpPSzJUTzA5VmwyWDIySVRleEw5SWx5Z0Zod2U4NzJWV0lNekxHaVd5YU01MzdVaXdUWDRrWE5QSGRUeE5rekdXY2JRL2lkQUlhQytnR1VWVWZuRXV4bGNWS2NZTFlORUx5SnlmS0kiLCJtYWMiOiJhOTRlN2Q3MWY1MmY2Y2M4ZWU3NjhlZTVkZjlmZmRlMjY1NjQzYTc5ZjI1ODQwZjEyZjMwNTI5OWU4N2ZhNDFkIiwidGFnIjoiIn0%3D; expires=Wed, 09-Jul-2025 09:09:54 GMT; path=/; httponlynamai_session=eyJpdiI6IitiMFRyL1k3eDBVWEx3am95YVRVMXc9PSIsInZhbHVlIjoiTXNjUTRTcFBTeXg1aEZKY1dIR3FJQmFpNGpPSzJUTzA5VmwyWDIySVRleEw5SWx5Z0Zod2U4NzJWV0lNekxHaVd5YU" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "U3mLQbpsts0cbPzLIi4zwbyqcWY8saAgsDVwiIMM" "redirectUrl" => "http://namai.betabit.com.br/produtos/vaso-marrocos" "_previous" => array:1 [ "url" => "http://namai.betabit.com.br/produtos/vaso-marrocos" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-09 07:09:54GET/produtos/vaso-marrocos403868