POL ANAUE 1

POLTRONA E CONTORNO ANAUÊ (showroom)

POLTRONA A: 0,90 A. ASS: 0,45 L: 0,80 C: 0,85 P: 0,55 BANCO: A: 0,40 L: 0,50 C: 0,50 1 UN. CADA

Visualizar em 3D

Produtos Relacionados

Whatsapp Facebook Instagram Pinterest
Request history8.2.17PHP Version291msRequest Duration3MBMemory UsageGET pronta-entrega/{slug}Route
    • Booting (22.62ms)time
    • Application (269ms)time
    • 1 x Application (92.23%)
      269ms
      1 x Booting (7.77%)
      22.62ms
      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 duplicatesnamai174ms
      • # 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.62msselect * from `sessions` where `id` = '3NjIC3PWvFr5NHo3k9KA0ufE7upRZsuilHsnkiNi' limit 1
        Bindings
        • 0: 3NjIC3PWvFr5NHo3k9KA0ufE7upRZsuilHsnkiNi
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:117
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:105
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:89
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
      • SiteController.php#336namai2.24msselect * from `products` where `slug` = 'poltrona-e-contorno-anaue-showroom' and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: poltrona-e-contorno-anaue-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#336namai1.11msselect * from `images` where `images`.`product_id` in (708439478) 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.46msselect `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 (708439478)
        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.66msselect `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.71msselect `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.14msselect `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#1114namai1.99msselect * 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#1114namai1.87msselect * 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.78msselect `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#1114namai5.5msselect * 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#1114namai1.1msselect * 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.06msselect `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#1114namai2.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` = 1346033) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1346033
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.35msselect * 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.26msselect `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.02msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 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#1114namai1.66msselect * from `images` where `images`.`product_id` in (708439630) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.16msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178133 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178133
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.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#1114namai960μsselect * 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#1133namai1msselect `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#1114namai950μsselect * 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.33msselect * 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.11msselect `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#1114namai980μsselect * 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#1114namai820μsselect * from `images` where `images`.`product_id` in (708439624) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.07msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178134 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178134
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.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` = 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#1114namai2.14msselect * from `images` where `images`.`product_id` in (708443389) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.11msselect `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#1114namai950μsselect * 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#1114namai700μsselect * from `images` where `images`.`product_id` in (708567991) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.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#1114namai930μsselect * 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#1114namai680μsselect * from `images` where `images`.`product_id` in (708570183) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.36msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1331362 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1331362
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.12msselect * 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#1114namai690μsselect * 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.19msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178145 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178145
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.21msselect * 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#1114namai660μsselect * from `images` where `images`.`product_id` in (708461616) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai920μsselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1289036 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1289036
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.02msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 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#1114namai720μsselect * from `images` where `images`.`product_id` in (708570188) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.13msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1331365 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1331365
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.02msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 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#1114namai680μsselect * 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.35msselect `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.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` = 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#1114namai810μsselect * from `images` where `images`.`product_id` in (708570181) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.43msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1346071 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1346071
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.46msselect * 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#1114namai750μsselect * from `images` where `images`.`product_id` in (708510486) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.17msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178162 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178162
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.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` = 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#1114namai850μsselect * 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.2msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178138 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178138
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.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` = 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#1114namai1.28msselect * 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.16msselect `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.13msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 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.01msselect * 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#1133namai990μsselect `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.15msselect * 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#1114namai960μsselect * from `images` where `images`.`product_id` in (708607253) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai930μsselect `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.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` = 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#1114namai840μsselect * 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#1133namai900μsselect `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#1114namai1msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 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#1114namai810μsselect * 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.4msselect `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.26msselect * 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#1114namai920μsselect * from `images` where `images`.`product_id` in (708461709) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.56msselect `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.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` = 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#1114namai690μsselect * from `images` where `images`.`product_id` in (708570182) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai960μsselect `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.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` = 1178142) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1178142
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai690μsselect * from `images` where `images`.`product_id` in (708441324) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.15msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178142 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178142
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.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` = 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#1114namai760μsselect * from `images` where `images`.`product_id` in (708439481) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.11msselect `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.11msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 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#1114namai680μsselect * from `images` where `images`.`product_id` in (708507418) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai940μsselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178149 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178149
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.58msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 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#1114namai670μsselect * 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#1133namai900μsselect `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.54msselect * 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#1114namai700μsselect * from `images` where `images`.`product_id` in (708574203) order by `order` asc
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1133namai1.02msselect `id`, `name`, `slug`, `parent_id`, MAX(id) as id from `categories` where `parent_id` = 1178159 and exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `slug` like '%showroom%' and `in_catalog` = 1 and `products`.`deleted_at` is null) group by `id`, `name`, `slug`, `parent_id` order by `name` asc
        Bindings
        • 0: 1178159
        • 1: %showroom%
        • 2: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1133
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai1.18msselect * from `products` where exists (select * from `categories` inner join `product_categories` on `product_categories`.`category_id` = `categories`.`id` where `products`.`id` = `product_categories`.`product_id` and `category_id` = 1355315) and `in_catalog` = 1 and `products`.`deleted_at` is null limit 1
        Bindings
        • 0: 1355315
        • 1: 1
        Backtrace
        • app/Http/Controllers/SiteController.php:1114
        • app/Http/Controllers/SiteController.php:1106
        • app/Http/Controllers/SiteController.php:338
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • SiteController.php#1114namai670μsselect * 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#1133namai910μsselect `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#345namai2.09msselect `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` = 708439478 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708439478
        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#346namai910μsselect `id` from `categories` where exists (select * from `products` inner join `product_categories` on `product_categories`.`product_id` = `products`.`id` where `categories`.`id` = `product_categories`.`category_id` and `product_id` = 708439478 and `products`.`deleted_at` is null)
        Bindings
        • 0: 708439478
        Backtrace
        • app/Http/Controllers/SiteController.php:346
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • SiteController.php#371namai2.25msselect `products`.*, (select count(*) > 0 from `favorites` where `favorites`.`product_id` = `products`.`id` and `favorites`.`user_id` is null) as `favorited` from `products` where `id` != 708439478 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 (1178131, 1178142, 1178120, 1178135)) and `slug` like '%showroom%' and `products`.`deleted_at` is null limit 8
        Bindings
        • 0: 708439478
        • 1: 1
        • 2: 1178131
        • 3: 1178142
        • 4: 1178120
        • 5: 1178135
        • 6: %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
      • namai2.73msselect * from `images` where `images`.`product_id` in (708444411, 708456376, 708456623, 708489202, 708570177, 708581458, 708607254, 708628910) order by `order` asc
      • namai880μsselect * from `quotes` where `user_id` is null and `product_id` = ? limit 1
      • namai9.05msinsert into `clicks` (`user_id`, `product_id`, `updated_at`, `created_at`) values (?, ?, ?, ?)
      • namai7.38msupdate `products` set `clicks` = `clicks` + 1 where `id` = ? and `products`.`deleted_at` is null
      • namai10.76msselect * from `contents` where (`key` = ?) limit 1
      • namai1.25msselect * from `sessions` where `id` = ? limit 1
      • namai8.63msinsert into `sessions` (`payload`, `last_activity`, `user_id`, `ip_address`, `user_agent`, `id`) values (?, ?, ?, ?, ?, ?)
      App\Models\Image
      126Image.php#?
      App\Models\Category
      40Category.php#?
      App\Models\Product
      39Product.php#?
      App\Models\Content
      1Content.php#?
          _token
          Yauh758SSkIjJgPVKyqy6vjtqeViuZUI80VVrjyS
          redirectUrl
          http://namai.betabit.com.br/pronta-entrega/poltrona-e-contorno-anaue-showroom
          _previous
          array:1 [ "url" => "http://namai.betabit.com.br/pronta-entrega/poltrona-e-contorno-anaue-showroom"...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /pronta-entrega/poltrona-e-contorno-anaue-showroom
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-host" => array:1 [ 0 => "namai.betabit.com.br" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.197" ] "x-real-ip" => array:1 [ 0 => "216.73.216.197" ] "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 => "Mon, 09 Jun 2025 18:47:22 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik1xWDdBNlBMTkN6ZHQ3U0NyQmdRTXc9PSIsInZhbHVlIjoieFBrczIxK0l4a2lWamN5SXJsOSsyQlBaLy9pUFYva1g5RWtvNzNjSUNJWFB2N2lRVEZkK2RYT2ZwSWZsVXRkNjBQSGRzbkFhc0NJQkd1SG9KT0R3cVVZREF4b1Z4eVpzZG4xU2dDVWk1OUZWblhWK1pON1prb0NZdFJqcnExL3UiLCJtYWMiOiIyNGFhZDFmY2E2ZWI3YmI1MTBhMDJlMTE4NDEwZTNjZjVhNzZlNjVmNDE4MWY2NTcxZjRkZmM5ZDEzZjFlYjkzIiwidGFnIjoiIn0%3D; expires=Mon, 09 Jun 2025 20:47:23 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ik1xWDdBNlBMTkN6ZHQ3U0NyQmdRTXc9PSIsInZhbHVlIjoieFBrczIxK0l4a2lWamN5SXJsOSsyQlBaLy9pUFYva1g5RWtvNzNjSUNJWFB2N2lRVEZkK2RYT2ZwSWZsVXRkNjBQSGRzb" 1 => "namai_session=eyJpdiI6IkthK2lBOTluQ3RTSGtsOU5yUGk4Y0E9PSIsInZhbHVlIjoid0w4dWZlUU1zMUhyVE0zdnFNZnpXdDF1aVQ3OHBhN3ozZjV4Rk5GOUJmM1VueDhRVXo3Rm5NQXZnMFBNQ1ozSG5hWmZUMzJRbTM1ZmhWK0NZenl0b0wzRWc1T0RBSkxrSUJtNDBiMHFDNGtteVVtUEdZMkV6N2dKY3hJM2tZUEciLCJtYWMiOiJjODQzZTcxNDI0NDg0OTRmZmQwZWQ3NzI0NmNiYzJhYTI5Nzg1NmUxMTRiY2VhYzE1NGI5ZDkxZDcxN2YxYmIzIiwidGFnIjoiIn0%3D; expires=Mon, 09 Jun 2025 20:47:23 GMT; Max-Age=7200; path=/; httponly; samesite=laxnamai_session=eyJpdiI6IkthK2lBOTluQ3RTSGtsOU5yUGk4Y0E9PSIsInZhbHVlIjoid0w4dWZlUU1zMUhyVE0zdnFNZnpXdDF1aVQ3OHBhN3ozZjV4Rk5GOUJmM1VueDhRVXo3Rm5NQXZnMFBNQ1ozSG5hWm" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik1xWDdBNlBMTkN6ZHQ3U0NyQmdRTXc9PSIsInZhbHVlIjoieFBrczIxK0l4a2lWamN5SXJsOSsyQlBaLy9pUFYva1g5RWtvNzNjSUNJWFB2N2lRVEZkK2RYT2ZwSWZsVXRkNjBQSGRzbkFhc0NJQkd1SG9KT0R3cVVZREF4b1Z4eVpzZG4xU2dDVWk1OUZWblhWK1pON1prb0NZdFJqcnExL3UiLCJtYWMiOiIyNGFhZDFmY2E2ZWI3YmI1MTBhMDJlMTE4NDEwZTNjZjVhNzZlNjVmNDE4MWY2NTcxZjRkZmM5ZDEzZjFlYjkzIiwidGFnIjoiIn0%3D; expires=Mon, 09-Jun-2025 20:47:23 GMT; path=/XSRF-TOKEN=eyJpdiI6Ik1xWDdBNlBMTkN6ZHQ3U0NyQmdRTXc9PSIsInZhbHVlIjoieFBrczIxK0l4a2lWamN5SXJsOSsyQlBaLy9pUFYva1g5RWtvNzNjSUNJWFB2N2lRVEZkK2RYT2ZwSWZsVXRkNjBQSGRzb" 1 => "namai_session=eyJpdiI6IkthK2lBOTluQ3RTSGtsOU5yUGk4Y0E9PSIsInZhbHVlIjoid0w4dWZlUU1zMUhyVE0zdnFNZnpXdDF1aVQ3OHBhN3ozZjV4Rk5GOUJmM1VueDhRVXo3Rm5NQXZnMFBNQ1ozSG5hWmZUMzJRbTM1ZmhWK0NZenl0b0wzRWc1T0RBSkxrSUJtNDBiMHFDNGtteVVtUEdZMkV6N2dKY3hJM2tZUEciLCJtYWMiOiJjODQzZTcxNDI0NDg0OTRmZmQwZWQ3NzI0NmNiYzJhYTI5Nzg1NmUxMTRiY2VhYzE1NGI5ZDkxZDcxN2YxYmIzIiwidGFnIjoiIn0%3D; expires=Mon, 09-Jun-2025 20:47:23 GMT; path=/; httponlynamai_session=eyJpdiI6IkthK2lBOTluQ3RTSGtsOU5yUGk4Y0E9PSIsInZhbHVlIjoid0w4dWZlUU1zMUhyVE0zdnFNZnpXdDF1aVQ3OHBhN3ozZjV4Rk5GOUJmM1VueDhRVXo3Rm5NQXZnMFBNQ1ozSG5hWm" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "Yauh758SSkIjJgPVKyqy6vjtqeViuZUI80VVrjyS" "redirectUrl" => "http://namai.betabit.com.br/pronta-entrega/poltrona-e-contorno-anaue-showroom" "_previous" => array:1 [ "url" => "http://namai.betabit.com.br/pronta-entrega/poltrona-e-contorno-anaue-showroom" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-09 18:47:23GET/pronta-entrega/poltrona-e-contorno-anaue-showroom40107206