Imagem do WhatsApp de 2024-02-22 à(s) 10.38.55_0c142914

POLTRONA ÁBACO (showroom)

A: 70 cm A. ASS: 40 cm L: 95 cm C: 80 cm P: 55 cm

Visualizar em 3D

Produtos Relacionados

Whatsapp Facebook Instagram Pinterest
Request history8.2.17PHP Version578msRequest Duration3MBMemory UsageGET pronta-entrega/{slug}Route
    • Booting (56.19ms)time
    • Application (522ms)time
    • 1 x Application (90.28%)
      522ms
      1 x Booting (9.72%)
      56.19ms
      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 duplicatesnamai377ms
      • # 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.23msselect * from `sessions` where `id` = 'JDrGCUGYBfHNawWcKrtuwoivjOczatCY95Hjw87N' limit 1
        Bindings
        • 0: JDrGCUGYBfHNawWcKrtuwoivjOczatCY95Hjw87N
        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#336namai3.7msselect * from `products` where `slug` = 'poltrona-abaco-showroom' and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: poltrona-abaco-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.63msselect * from `images` where `images`.`product_id` in (708444070) 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#336namai1.34msselect `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 (708444070)
        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#1105namai9.74msselect `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.94msselect `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#1133namai2.3msselect `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#1114namai9.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` = 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#1114namai17.89msselect * 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#1133namai7.6msselect `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#1114namai8.08msselect * 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#1114namai3.74msselect * 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#1133namai2.53msselect `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#1114namai5.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` = 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#1114namai2.43msselect * 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.86msselect `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.93msselect * 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#1114namai5.62msselect * 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#1133namai2.39msselect `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#1114namai2.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` = 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.58msselect * 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#1133namai2.16msselect `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.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` = 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#1114namai1.31msselect * 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.68msselect `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#1114namai11.88msselect * 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#1114namai3.85msselect * 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#1133namai17.01msselect `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#1114namai6.88msselect * 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#1114namai17.61msselect * 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#1133namai8.47msselect `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#1114namai10.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#1114namai6.97msselect * 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#1133namai11.04msselect `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#1114namai2.25msselect * 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#1114namai1.41msselect * 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#1133namai2.17msselect `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#1114namai2.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` = 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.44msselect * 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.89msselect `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#1114namai2.56msselect * 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#1114namai1.62msselect * 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#1133namai2.13msselect `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#1114namai2.29msselect * 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#1114namai1.43msselect * 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#1133namai3.58msselect `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#1114namai4.6msselect * 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#1114namai1.56msselect * 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.98msselect `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.87msselect * 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#1114namai1.73msselect * 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#1133namai8.81msselect `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#1114namai2.04msselect * 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#1114namai4.83msselect * 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#1133namai2.1msselect `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#1114namai4.56msselect * 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#1114namai2.67msselect * 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.82msselect `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#1114namai4msselect * 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.36msselect * 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.7msselect `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#1114namai1.82msselect * 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#1114namai1.32msselect * 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.87msselect `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.71msselect * 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#1114namai1.4msselect * 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.79msselect `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.72msselect * 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.94msselect * 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#1133namai4.07msselect `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#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` = 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#1114namai2.03msselect * 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.91msselect `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#1114namai2.25msselect * 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#1114namai1.28msselect * 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.74msselect `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.93msselect * 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#1114namai1.59msselect * 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#1133namai2.47msselect `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.64msselect * 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#1114namai1.17msselect * 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#1133namai1.84msselect `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#1114namai2.52msselect * 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#1114namai1.19msselect * 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.72msselect `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.86msselect * 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#1114namai1.14msselect * 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#1133namai2.18msselect `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.62msselect * 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.14msselect * 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.48msselect `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.75msselect * 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#1114namai1.38msselect * 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.96msselect `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.43msselect * 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.22msselect * 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#1133namai2.38msselect `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.38msselect `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` = 708444070 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708444070
        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.21msselect `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` = 708444070 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708444070
        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#371namai4.82msselect `products`.*, (select count(*) > 0 from `favorites` where `favorites`.`product_id` = `products`.`id` and `favorites`.`user_id` is null) as `favorited` from `products` where `id` != 708444070 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 (1178120)) and `slug` like '%showroom%' and `products`.`deleted_at` is null limit 8
        Bindings
        • 0: 708444070
        • 1: 1
        • 2: 1178120
        • 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
      • namai6.33msselect * from `images` where `images`.`product_id` in (708444411, 708456376, 708456623, 708489202, 708570177, 708581458, 708607254, 708628910) order by `order` asc
      • namai1.39msselect * from `quotes` where `user_id` is null and `product_id` = ? limit 1
      • namai8.87msinsert into `clicks` (`user_id`, `product_id`, `updated_at`, `created_at`) values (?, ?, ?, ?)
      • namai9.79msupdate `products` set `clicks` = `clicks` + 1 where `id` = ? and `products`.`deleted_at` is null
      • namai1.22msselect * from `contents` where (`key` = ?) limit 1
      • namai840μsselect * from `sessions` where `id` = ? limit 1
      • namai8.31msinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values (?, ?, ?, ?, ?, ?)
      App\Models\Image
      127Image.php#?
      App\Models\Product
      39Product.php#?
      App\Models\Category
      34Category.php#?
      App\Models\Content
      1Content.php#?
          _token
          RGyh1P1p84i2yNn0jd58SEqDC6DVKGnBtHzlCvzB
          redirectUrl
          http://namai.betabit.com.br/pronta-entrega/poltrona-abaco-showroom
          _previous
          array:1 [ "url" => "http://namai.betabit.com.br/pronta-entrega/poltrona-abaco-showroom" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /pronta-entrega/poltrona-abaco-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 => "3.143.218.47" ] "x-real-ip" => array:1 [ 0 => "3.143.218.47" ] "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 => "Tue, 03 Jun 2025 16:23:00 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImR2T0d3b2R6THpZeFY2SEppTGwvN1E9PSIsInZhbHVlIjoidVJ3bDNGd1ZWcUpQTDUwWUFwdERYWFBINjZkaG5Jd2IxaC95RkVib1l4V1FVRFpLNkhNZm11QzBob3VXajhCd0QvSVRrN0NYb2ZDTEJpSjJqdUlabVVUdUpJYWFkVUdadVhvQnRtRlNhMmxsckExUmlDbTU4enYrWUYyVjlWQnkiLCJtYWMiOiJkYWE1ZDQ1OTZjMmMwNDY2YWM2NzYxMzhhZjM1OTU4ZjY4YWJkMTZiZDRhMmUxM2FkYmYyMzRhMzc4MWU3MmRkIiwidGFnIjoiIn0%3D; expires=Tue, 03 Jun 2025 18:23:00 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImR2T0d3b2R6THpZeFY2SEppTGwvN1E9PSIsInZhbHVlIjoidVJ3bDNGd1ZWcUpQTDUwWUFwdERYWFBINjZkaG5Jd2IxaC95RkVib1l4V1FVRFpLNkhNZm11QzBob3VXajhCd0QvSVRrN" 1 => "namai_session=eyJpdiI6Imh4enFmZS9Ea0wwVngzdFlaS0Z1Qnc9PSIsInZhbHVlIjoiRk9DdUNTL0dib0NvTFgxeVloM3pkTDJwWFRseXlwRDM5M2orSEpoSnMvaFJDeFV5dko3RTkvelhCOGZiM1lCUGJSZlRVWGQxQXVQbFJFL1M3RldLcXBsNk9NVjR5bzFKRkdpVHJ0N3grYmQ1NjJaV0hEQlQ4dkxUcnB0K3VScVAiLCJtYWMiOiI2NmRkMmQ1ZDdiYWY3OGJlYTk2OTQ0NjU4ZTg4NjI5YTdmOTk3YzBlMGMzMGZhMWQ4YmY3MjdiZGNmNDJjNjE2IiwidGFnIjoiIn0%3D; expires=Tue, 03 Jun 2025 18:23:00 GMT; Max-Age=7200; path=/; httponly; samesite=laxnamai_session=eyJpdiI6Imh4enFmZS9Ea0wwVngzdFlaS0Z1Qnc9PSIsInZhbHVlIjoiRk9DdUNTL0dib0NvTFgxeVloM3pkTDJwWFRseXlwRDM5M2orSEpoSnMvaFJDeFV5dko3RTkvelhCOGZiM1lCUGJSZl" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImR2T0d3b2R6THpZeFY2SEppTGwvN1E9PSIsInZhbHVlIjoidVJ3bDNGd1ZWcUpQTDUwWUFwdERYWFBINjZkaG5Jd2IxaC95RkVib1l4V1FVRFpLNkhNZm11QzBob3VXajhCd0QvSVRrN0NYb2ZDTEJpSjJqdUlabVVUdUpJYWFkVUdadVhvQnRtRlNhMmxsckExUmlDbTU4enYrWUYyVjlWQnkiLCJtYWMiOiJkYWE1ZDQ1OTZjMmMwNDY2YWM2NzYxMzhhZjM1OTU4ZjY4YWJkMTZiZDRhMmUxM2FkYmYyMzRhMzc4MWU3MmRkIiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 18:23:00 GMT; path=/XSRF-TOKEN=eyJpdiI6ImR2T0d3b2R6THpZeFY2SEppTGwvN1E9PSIsInZhbHVlIjoidVJ3bDNGd1ZWcUpQTDUwWUFwdERYWFBINjZkaG5Jd2IxaC95RkVib1l4V1FVRFpLNkhNZm11QzBob3VXajhCd0QvSVRrN" 1 => "namai_session=eyJpdiI6Imh4enFmZS9Ea0wwVngzdFlaS0Z1Qnc9PSIsInZhbHVlIjoiRk9DdUNTL0dib0NvTFgxeVloM3pkTDJwWFRseXlwRDM5M2orSEpoSnMvaFJDeFV5dko3RTkvelhCOGZiM1lCUGJSZlRVWGQxQXVQbFJFL1M3RldLcXBsNk9NVjR5bzFKRkdpVHJ0N3grYmQ1NjJaV0hEQlQ4dkxUcnB0K3VScVAiLCJtYWMiOiI2NmRkMmQ1ZDdiYWY3OGJlYTk2OTQ0NjU4ZTg4NjI5YTdmOTk3YzBlMGMzMGZhMWQ4YmY3MjdiZGNmNDJjNjE2IiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 18:23:00 GMT; path=/; httponlynamai_session=eyJpdiI6Imh4enFmZS9Ea0wwVngzdFlaS0Z1Qnc9PSIsInZhbHVlIjoiRk9DdUNTL0dib0NvTFgxeVloM3pkTDJwWFRseXlwRDM5M2orSEpoSnMvaFJDeFV5dko3RTkvelhCOGZiM1lCUGJSZl" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "RGyh1P1p84i2yNn0jd58SEqDC6DVKGnBtHzlCvzB" "redirectUrl" => "http://namai.betabit.com.br/pronta-entrega/poltrona-abaco-showroom" "_previous" => array:1 [ "url" => "http://namai.betabit.com.br/pronta-entrega/poltrona-abaco-showroom" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-03 16:23:00GET/pronta-entrega/poltrona-abaco-showroom40107201