Michelin Latitude Tour HP 265/45 R21 104W
Yokohama Geolandar X-CV G057 265/45 R21 104W
Michelin Pilot Sport 4 SUV 265/45 R21 104W
Введите свой номер и мы перезвоним Вам
Товар был добавлен в корзину. Вы можете продолжить покупки или перейти к оформлению заказа
Вы нашли этот товар дешевле? Расскажите об этом
Условия акции:
Необходимо предоставить ссылку на сайт с данным товаром и конкурент должен быть из
Волгограда.

Чтобы избежать томительного ожидания в очереди около шиномонтажа Вы можете предварительно записаться у нас. Менеджер свяжется с Вами и уточнит все детали.
| 1 x Application (99.21%) | 17.62s |
| 1 x Booting (0.79%) | 140.11ms |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
select * from `categories` where (`parent` = 1 and `tmp` = '0' and `visible` = 1) order by `categories`.`order` asc2.52ms/app/Models/Product/Category.php:158avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `car_manufacturers` order by `name` asc5.37msmiddleware::client:22avtoshina_beta| Metadata | |
|---|---|
| Hints |
|
| Backtrace |
|
select * from `seo_redirects` where `page_from` = 'catalog/tyres/kapsen/712047' limit 189.3ms/app/Models/Redirect.php:33avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `title`, `h1`, `description`, `keywords` from `seo` where `page_url` = 'catalog/tyres/kapsen/712047' limit 15.15ms/app/Models/Seo.php:36avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product`.`id` as `product_id`, `product`.`alias` as `product_alias`, `product`.`manufacturer_id`, `product`.`card_name` as `product_name`, `product`.`product_type`, `category`.`alias` as `category_alias`, `category`.`name` as `category_name`, `product`.`category_id`, `category`.`parent` as `category_parent`, `manufacturer`.`name` as `manufacturer_name`, `manufacturer`.`alias` as `manufacturer_alias`, `store`.`store_price`, `store`.`store_sum`, GROUP_CONCAT(product_description.description, " ") as product_description, GROUP_CONCAT(video.url, " ") as video from `products` as `product` left join `manufacturers` as `manufacturer` on `product`.`manufacturer_id` = `manufacturer`.`id` inner join `categories` as `category` on `product`.`category_id` = `category`.`id` left join (SELECT product_id, sum(product_store.quantity) as store_sum, min(product_store.price) as store_price FROM product_store GROUP BY product_id) as store on `product`.`id` = `store`.`product_id` left join `product_videos` as `video` on `product`.`id` = `video`.`product_id` left join `product_description` on `product`.`id` = `product_description`.`product_id` where (`product`.`visible` = 1 and `product`.`tmp` = 0) and (`category`.`tmp` = 0 and `category`.`visible` = 1) and (manufacturer.visible IS NULL OR manufacturer.visible = 1) and `product`.`alias` = '712047' group by `product`.`id`, `product_description`.`product_id`, `video`.`product_id` limit 11.08s/app/Models/Product/Product.php:1013avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `tyres` where `product_id` = 712047 limit 111.21ms/app/Models/Product/Product.php:1019avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `id`, `path`, `order` from `product_images` where `product_id` = 712047 order by `order` asc4.63ms/app/Models/Product/ProductImage.php:37avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `tyres` where `product_id` = 712047 limit 18.62ms/app/Models/Product/Product.php:1028avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where `id` = 712047 limit 17.05ms/app/Models/Product/Product.php:1041avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` = 7120473.45ms/app/Models/Product/Product.php:1041avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `name` from `manufacturers` where `id` = 118400μs/app/Http/Controllers/Client/CatalogController.php:62avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `id` from `suppliers` where `type` = 'store'230μs/app/Models/Product/Product.php:1323avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product`.`id` as `product_id`, `product`.`alias` as `product_alias`, `product`.`manufacturer_id`, `product`.`card_name` as `product_name`, `product`.`product_type`, `category`.`alias` as `category_alias`, `category`.`name` as `category_name`, `product`.`category_id`, `category`.`parent` as `category_parent`, `manufacturer`.`name` as `manufacturer_name`, `manufacturer`.`alias` as `manufacturer_alias`, `store`.`store_sum`,
CASE
WHEN EXISTS (
SELECT 1
FROM product_store
WHERE product_store.product_id = product.id
AND product_store.supplier_id = 13
)
THEN
(SELECT LEAST(
COALESCE(NULLIF(price, 0), 9999999),
COALESCE(NULLIF(discount_price, 0), 9999999)
)
FROM product_store
WHERE product_id = product.id
AND supplier_id = 13
)
ELSE
CASE
WHEN EXISTS (
SELECT 1
FROM product_store
WHERE product_store.product_id = product.id
AND product_store.supplier_id IN (12,13)
)
THEN
(SELECT LEAST(
COALESCE(NULLIF(price, 0), 9999999),
COALESCE(NULLIF(discount_price, 0), 9999999)
)
FROM product_store
WHERE product_id = product.id
AND supplier_id IN (12,13)
LIMIT 1)
ELSE
CASE
WHEN EXISTS (
SELECT 1
FROM product_redprice
WHERE product_redprice.product_id = store.product_id
AND product_redprice.supplier_id = store.supplier_id
)
THEN
FLOOR((store.price * (100 - (SELECT discount
FROM product_redprice
WHERE product_redprice.product_id = store.product_id
AND product_redprice.supplier_id = store.supplier_id
LIMIT 1)) / 100) / 10) * 10
ELSE
store.store_min_price
END
END
END AS main_price
, `suppliers`.`type` from `products` as `product` left join `manufacturers` as `manufacturer` on `product`.`manufacturer_id` = `manufacturer`.`id` inner join `categories` as `category` on `product`.`category_id` = `category`.`id` left join (
SELECT
product_id,
supplier_id,
price, discount_price,
sum(product_store.quantity) as store_sum,
min(product_store.price) as store_min_price
FROM product_store
WHERE quantity > 0 AND price > 0
GROUP BY product_id, supplier_id, price, discount_price) AS store on `product`.`id` = `store`.`product_id` and `product`.`min_price_supplier_id` = `store`.`supplier_id` left join `suppliers` on `supplier_id` = `suppliers`.`id` inner join `product_to_promo` on `product`.`id` = `product_to_promo`.`product_id` inner join `promo_tags` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where (`product`.`visible` = 1 and `product`.`tmp` = 0) and (`category`.`tmp` = 0 and `category`.`visible` = 1) and `product`.`manufacturer_id` is not null and (manufacturer.visible IS NULL OR manufacturer.visible = 1) and (store_sum IS NOT NULL AND store_sum > 0) and `product`.`category_id` = 3 and `promo_tags`.`code` = 'recommend' order by `product`.`recommend_order` desc, `product_to_promo`.`created_at` desc limit 8920μs/app/Models/Product/Product.php:1226avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `product_images` where `product_id` in (746591, 714496, 30357, 30799, 669638, 584641, 668197, 666935)380μs/app/Libraries/ProductHelper.php:30avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `season` from `tyres` where `product_id` in (746591, 714496, 30357, 30799, 669638, 584641, 668197, 666935)890μs/app/Libraries/ProductHelper.php:33avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `product_id`, `model`, `width`, `height`, `diameter`, `speed_index`, `is_spike` from `tyres` where `product_id` in (746591, 714496, 30357, 30799, 669638, 584641, 668197, 666935)500μs/app/Libraries/ProductHelper.php:36avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `products` where (`id` = 746591) limit 12.03ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (746591)450μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (43)510μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1) and `images`.`imageable_type` = 'App\Models\PromoTag'460μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:03' and `to` >= '2025-11-05 22:32:03'1.1ms/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 714496) limit 11.21ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (714496)370μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)620μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'20.07ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:03' and `to` >= '2025-11-05 22:32:03'2.69ms/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 30357) limit 16.47ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (30357)3.43ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)420μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'290μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:03' and `to` >= '2025-11-05 22:32:03'310μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 30799) limit 116.71ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (30799)3.03ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)2.27ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'250μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:03' and `to` >= '2025-11-05 22:32:03'280μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 669638) limit 11.7ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (669638)1.07ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (43)940μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1) and `images`.`imageable_type` = 'App\Models\PromoTag'270μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:03' and `to` >= '2025-11-05 22:32:03'7.47ms/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 584641) limit 1320μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (584641)320μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)1.76ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'2.07ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:03' and `to` >= '2025-11-05 22:32:03'480μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 668197) limit 1630μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (668197)330μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)330μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'8.29ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:03' and `to` >= '2025-11-05 22:32:03'310μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 666935) limit 12.47ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (666935)13.95ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (43)400μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1) and `images`.`imageable_type` = 'App\Models\PromoTag'380μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:03' and `to` >= '2025-11-05 22:32:03'270μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_store`.`product_id`, `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`days` as `days`, CASE
WHEN product_redprice.discount IS NOT NULL
THEN
FLOOR((product_store.price * (100 - product_redprice.discount) / 100) / 10) * 10
ELSE
product_store.price
END AS minprice from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` left join `product_redprice` on `product_store`.`product_id` = `product_redprice`.`product_id` and `product_store`.`supplier_id` = `product_redprice`.`supplier_id` where `product_store`.`product_id` in (746591, 714496, 30357, 30799, 669638, 584641, 668197, 666935) and `product_store`.`quantity` > 0 and `product_store`.`price` > 0 order by `minprice` asc650μs/app/Libraries/ProductHelper.php:93avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 746591 order by `suppliers`.`type` desc560μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'ti-7595' and `supplier_id` = 13) and `quantity` > 0 limit 1370μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 746591 and `supplier_id` = 13)380μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 714496 order by `suppliers`.`type` desc490μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '86005' and `supplier_id` = 2) and `quantity` > 0 limit 1310μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 714496 and `supplier_id` = 2)280μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 30357 order by `suppliers`.`type` desc280μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'be-1641' and `supplier_id` = 12) and `quantity` > 0 limit 1240μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'be-2656' and `supplier_id` = 13) and `quantity` > 0 limit 1420μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 30357 and `supplier_id` = 13)290μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '87703515284' and `supplier_id` = 3) and `quantity` > 0 limit 1310μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '000029179' and `supplier_id` = 4) and `quantity` > 0 limit 1460μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 30357 and `supplier_id` = 4)390μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '87233254782' and `supplier_id` = 8) and `quantity` > 0 limit 1490μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '97318' and `supplier_id` = 9) and `quantity` > 0 limit 1260μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '9818' and `supplier_id` = 1) and `quantity` > 0 limit 1250μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '69100' and `supplier_id` = 2) and `quantity` > 0 limit 1940μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 30799 order by `suppliers`.`type` desc560μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'we-0542' and `supplier_id` = 13) and `quantity` > 0 limit 14.4ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 30799 and `supplier_id` = 13)520μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'we-0474' and `supplier_id` = 12) and `quantity` > 0 limit 11.9ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '19232' and `supplier_id` = 2) and `quantity` > 0 limit 1290μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '2555' and `supplier_id` = 3) and `quantity` > 0 limit 1410μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '000007050' and `supplier_id` = 4) and `quantity` > 0 limit 18.87ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 30799 and `supplier_id` = 4)7.97ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 669638 order by `suppliers`.`type` desc10.45ms/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'ne-7551' and `supplier_id` = 13) and `quantity` > 0 limit 11.26ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 669638 and `supplier_id` = 13)390μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 584641 order by `suppliers`.`type` desc590μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'we-0103' and `supplier_id` = 13) and `quantity` > 0 limit 1880μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 584641 and `supplier_id` = 13)2.45ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '1326061' and `supplier_id` = 10) and `quantity` > 0 limit 11.27ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 668197 order by `suppliers`.`type` desc840μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'co-7511' and `supplier_id` = 13) and `quantity` > 0 limit 14.6ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 668197 and `supplier_id` = 13)4.03ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 666935 order by `suppliers`.`type` desc1.96ms/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'tr-7487' and `supplier_id` = 13) and `quantity` > 0 limit 18.83ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 666935 and `supplier_id` = 13)200μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `path`, `manufacturer_id` from `manufacturer_images` where `manufacturer_images`.`manufacturer_id` in (74, 91, 93, 99, 321, 99, 117, 278)220μs/app/Libraries/ProductHelper.php:117avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `id` from `suppliers` where `type` = 'store'2.4ms/app/Models/Product/Product.php:1323avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `products` where `id` = 712047 limit 1220μs/app/Models/Product/Product.php:1240avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `tyres` where `product_id` = 712047 limit 1190μs/app/Models/Product/Product.php:1246avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product`.`id` as `product_id`, `product`.`alias` as `product_alias`, `product`.`manufacturer_id`, `product`.`card_name` as `product_name`, `product`.`product_type`, `category`.`alias` as `category_alias`, `category`.`name` as `category_name`, `product`.`category_id`, `category`.`parent` as `category_parent`, `manufacturer`.`name` as `manufacturer_name`, `manufacturer`.`alias` as `manufacturer_alias`, `store`.`store_sum`,
CASE
WHEN EXISTS (
SELECT 1
FROM product_store
WHERE product_store.product_id = product.id
AND product_store.supplier_id = 13
)
THEN
(SELECT LEAST(
COALESCE(NULLIF(price, 0), 9999999),
COALESCE(NULLIF(discount_price, 0), 9999999)
)
FROM product_store
WHERE product_id = product.id
AND supplier_id = 13
)
ELSE
CASE
WHEN EXISTS (
SELECT 1
FROM product_store
WHERE product_store.product_id = product.id
AND product_store.supplier_id IN (12,13)
)
THEN
(SELECT LEAST(
COALESCE(NULLIF(price, 0), 9999999),
COALESCE(NULLIF(discount_price, 0), 9999999)
)
FROM product_store
WHERE product_id = product.id
AND supplier_id IN (12,13)
LIMIT 1)
ELSE
CASE
WHEN EXISTS (
SELECT 1
FROM product_redprice
WHERE product_redprice.product_id = store.product_id
AND product_redprice.supplier_id = store.supplier_id
)
THEN
FLOOR((store.price * (100 - (SELECT discount
FROM product_redprice
WHERE product_redprice.product_id = store.product_id
AND product_redprice.supplier_id = store.supplier_id
LIMIT 1)) / 100) / 10) * 10
ELSE
store.store_min_price
END
END
END AS main_price
, `suppliers`.`type` from `products` as `product` left join `manufacturers` as `manufacturer` on `product`.`manufacturer_id` = `manufacturer`.`id` inner join `categories` as `category` on `product`.`category_id` = `category`.`id` left join (
SELECT
product_id,
supplier_id,
price, discount_price,
sum(product_store.quantity) as store_sum,
min(product_store.price) as store_min_price
FROM product_store
WHERE quantity > 0 AND price > 0
GROUP BY product_id, supplier_id, price, discount_price) AS store on `product`.`id` = `store`.`product_id` and `product`.`min_price_supplier_id` = `store`.`supplier_id` left join `suppliers` on `supplier_id` = `suppliers`.`id` inner join `tyres` on `product`.`id` = `tyres`.`product_id` where (`product`.`visible` = 1 and `product`.`tmp` = 0) and (`category`.`tmp` = 0 and `category`.`visible` = 1) and `product`.`manufacturer_id` is not null and (manufacturer.visible IS NULL OR manufacturer.visible = 1) and (store_sum IS NOT NULL AND store_sum > 0) and `tyres`.`diameter` = 21 and `tyres`.`width` = 265 and `tyres`.`height` = 45 and `tyres`.`season` = 010.28s/app/Models/Product/Product.php:1256avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product`.`id` as `product_id`, `product`.`alias` as `product_alias`, `product`.`manufacturer_id`, `product`.`card_name` as `product_name`, `product`.`product_type`, `category`.`alias` as `category_alias`, `category`.`name` as `category_name`, `product`.`category_id`, `category`.`parent` as `category_parent`, `manufacturer`.`name` as `manufacturer_name`, `manufacturer`.`alias` as `manufacturer_alias`, `store`.`store_sum`,
CASE
WHEN EXISTS (
SELECT 1
FROM product_store
WHERE product_store.product_id = product.id
AND product_store.supplier_id = 13
)
THEN
(SELECT LEAST(
COALESCE(NULLIF(price, 0), 9999999),
COALESCE(NULLIF(discount_price, 0), 9999999)
)
FROM product_store
WHERE product_id = product.id
AND supplier_id = 13
)
ELSE
CASE
WHEN EXISTS (
SELECT 1
FROM product_store
WHERE product_store.product_id = product.id
AND product_store.supplier_id IN (12,13)
)
THEN
(SELECT LEAST(
COALESCE(NULLIF(price, 0), 9999999),
COALESCE(NULLIF(discount_price, 0), 9999999)
)
FROM product_store
WHERE product_id = product.id
AND supplier_id IN (12,13)
LIMIT 1)
ELSE
CASE
WHEN EXISTS (
SELECT 1
FROM product_redprice
WHERE product_redprice.product_id = store.product_id
AND product_redprice.supplier_id = store.supplier_id
)
THEN
FLOOR((store.price * (100 - (SELECT discount
FROM product_redprice
WHERE product_redprice.product_id = store.product_id
AND product_redprice.supplier_id = store.supplier_id
LIMIT 1)) / 100) / 10) * 10
ELSE
store.store_min_price
END
END
END AS main_price
, `suppliers`.`type` from `products` as `product` left join `manufacturers` as `manufacturer` on `product`.`manufacturer_id` = `manufacturer`.`id` inner join `categories` as `category` on `product`.`category_id` = `category`.`id` left join (
SELECT
product_id,
supplier_id,
price, discount_price,
sum(product_store.quantity) as store_sum,
min(product_store.price) as store_min_price
FROM product_store
WHERE quantity > 0 AND price > 0
GROUP BY product_id, supplier_id, price, discount_price) AS store on `product`.`id` = `store`.`product_id` and `product`.`min_price_supplier_id` = `store`.`supplier_id` left join `suppliers` on `supplier_id` = `suppliers`.`id` inner join `tyres` on `product`.`id` = `tyres`.`product_id` where (`product`.`visible` = 1 and `product`.`tmp` = 0) and (`category`.`tmp` = 0 and `category`.`visible` = 1) and `product`.`manufacturer_id` is not null and (manufacturer.visible IS NULL OR manufacturer.visible = 1) and (store_sum IS NOT NULL AND store_sum > 0) and `tyres`.`diameter` = 21 and `tyres`.`width` = 265 and `tyres`.`height` = 45 and `tyres`.`season` = 0 and `product`.`id` <> 712047 limit 54.02s/app/Models/Product/Product.php:1295avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `product_images` where `product_id` in (83564, 86654, 92833, 96942, 514898)10.35ms/app/Libraries/ProductHelper.php:30avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `season` from `tyres` where `product_id` in (83564, 86654, 92833, 96942, 514898)650μs/app/Libraries/ProductHelper.php:33avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `product_id`, `model`, `width`, `height`, `diameter`, `speed_index`, `is_spike` from `tyres` where `product_id` in (83564, 86654, 92833, 96942, 514898)11.61ms/app/Libraries/ProductHelper.php:36avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `products` where (`id` = 83564) limit 1430μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (83564)13.84ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (35, 39, 42)890μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (3, 7, 12) and `images`.`imageable_type` = 'App\Models\PromoTag'200μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:18' and `to` >= '2025-11-05 22:32:18'840μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 86654) limit 1370μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (86654)320μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42)210μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (3) and `images`.`imageable_type` = 'App\Models\PromoTag'130μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:18' and `to` >= '2025-11-05 22:32:18'140μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 92833) limit 1290μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (92833)400μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (35, 39, 42)670μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (3, 7, 12) and `images`.`imageable_type` = 'App\Models\PromoTag'150μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:18' and `to` >= '2025-11-05 22:32:18'140μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 96942) limit 1710μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (96942)430μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (35, 39, 42)650μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (3, 7, 12) and `images`.`imageable_type` = 'App\Models\PromoTag'180μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:18' and `to` >= '2025-11-05 22:32:18'170μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 514898) limit 19.18ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (514898)11.55ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (35, 39, 42)790μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (3, 7, 12) and `images`.`imageable_type` = 'App\Models\PromoTag'210μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-05 22:32:18' and `to` >= '2025-11-05 22:32:18'180μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_store`.`product_id`, `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`days` as `days`, CASE
WHEN product_redprice.discount IS NOT NULL
THEN
FLOOR((product_store.price * (100 - product_redprice.discount) / 100) / 10) * 10
ELSE
product_store.price
END AS minprice from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` left join `product_redprice` on `product_store`.`product_id` = `product_redprice`.`product_id` and `product_store`.`supplier_id` = `product_redprice`.`supplier_id` where `product_store`.`product_id` in (83564, 86654, 92833, 96942, 514898) and `product_store`.`quantity` > 0 and `product_store`.`price` > 0 order by `minprice` asc5.55ms/app/Libraries/ProductHelper.php:93avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 83564 order by `suppliers`.`type` desc970μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '867486' and `supplier_id` = 11) and `quantity` > 0 limit 1139ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '867486' and `supplier_id` = 10) and `quantity` > 0 limit 198.09ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '579679' and `supplier_id` = 5) and `quantity` > 0 limit 174.01ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 83564 and `supplier_id` = 5)1.75ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '579679' and `supplier_id` = 11) and `quantity` > 0 limit 1123ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 83564 and `supplier_id` = 11)480μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '87155681085' and `supplier_id` = 8) and `quantity` > 0 limit 161.44ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 86654 order by `suppliers`.`type` desc950μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '28043' and `supplier_id` = 1) and `quantity` > 0 limit 115.98ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'R4547' and `supplier_id` = 5) and `quantity` > 0 limit 1146ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 86654 and `supplier_id` = 5)850μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'R4547' and `supplier_id` = 11) and `quantity` > 0 limit 1130ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 86654 and `supplier_id` = 11)2ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'УТ-00010556' and `supplier_id` = 9) and `quantity` > 0 limit 1229ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '87997089904' and `supplier_id` = 8) and `quantity` > 0 limit 153.28ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 92833 order by `suppliers`.`type` desc6.78ms/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '010765' and `supplier_id` = 5) and `quantity` > 0 limit 14.53ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 92833 and `supplier_id` = 5)490μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '010765' and `supplier_id` = 11) and `quantity` > 0 limit 110.58ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 92833 and `supplier_id` = 11)490μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'УТ-00020183' and `supplier_id` = 9) and `quantity` > 0 limit 123.58ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '87759766080' and `supplier_id` = 8) and `quantity` > 0 limit 177.67ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 96942 order by `suppliers`.`type` desc1.24ms/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '2821400' and `supplier_id` = 5) and `quantity` > 0 limit 16.34ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 96942 and `supplier_id` = 5)1.4ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '2821400' and `supplier_id` = 11) and `quantity` > 0 limit 13.96ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 96942 and `supplier_id` = 11)840μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '87896895089' and `supplier_id` = 8) and `quantity` > 0 limit 154.26ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 514898 order by `suppliers`.`type` desc1.14ms/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '95947' and `supplier_id` = 2) and `quantity` > 0 limit 148.06ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 514898 and `supplier_id` = 2)1.52ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '1026878' and `supplier_id` = 10) and `quantity` > 0 limit 1108ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '1025831' and `supplier_id` = 11) and `quantity` > 0 limit 152.09ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 514898 and `supplier_id` = 11)9.27ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'УТ-00020552' and `supplier_id` = 9) and `quantity` > 0 limit 112.61ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 514898 and `supplier_id` = 9)5.88ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '1025831' and `supplier_id` = 5) and `quantity` > 0 limit 1135ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 514898 and `supplier_id` = 5)4.49ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `path`, `manufacturer_id` from `manufacturer_images` where `manufacturer_images`.`manufacturer_id` in (65, 67, 65, 71, 68)670μs/app/Libraries/ProductHelper.php:117avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `product_description` where `product_id` = 712047 limit 16.17ms/app/Http/Controllers/Client/CatalogController.php:70avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` = 3 and `images`.`imageable_id` is not null and `images`.`imageable_type` = 'App\Models\PromoTag' limit 1580μsview::catalog.product:65avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` = 42 limit 1340μsview::catalog.product:67avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 1250μsview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 1200μsview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 1170μsview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 1210μsview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 1300μsview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
200
[]
[]
0 of 0array:18 [▶ "cookie" => array:1 [▶ 0 => "self_delivery_points=%7B%22stores%22%3A%5B%7B%22id%22%3A12%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu0434%2C+%5Cu0443%5Cu043b.+%5Cu0438%5Cu043c.+%5Cu041c%5Cu0435%5Cu043d%5Cu0434%5Cu0435%5Cu043b%5Cu0435%5Cu0435%5Cu0432%5Cu0430%2C+51%22%7D%2C%7B%22id%22%3A13%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu0434%2C+%5Cu0443%5Cu043b.+%5Cu041d.+%5Cu041a%5Cu0438%5Cu0431%5Cu0430%5Cu043b%5Cu044c%5Cu0447%5Cu0438%5Cu0447%5Cu0430%2C+18%22%7D%5D%2C%22pickup%22%3A%5B%7B%22id%22%3A15%2C%22address%22%3A%22%5Cu0433.+%5Cu0421%5Cu0443%5Cu0440%5Cu043e%5Cu0432%5Cu0438%5Cu043a%5Cu0438%5Cu043d%5Cu043e%2C+%5Cu0443%5Cu043b.+%5Cu0428%5Cu043e%5Cu0441%5Cu0441%5Cu0435%5Cu0439%5Cu043d%5Cu0430%5Cu044f%2C+37%5C%2F1%22%7D%2C%7B%22id%22%3A16%2C%22address%22%3A%22%5Cu0433.+%5Cu041c%5Cu043e%5Cu0441%5Cu043a%5Cu0432%5Cu0430%2C+%5Cu0443%5Cu043b.+%5Cu041f%5Cu043b%5Cu043e%5Cu0449%5Cu0430%5Cu0434%5Cu044c+%5Cu041f%5Cu043e%5Cu0431%5Cu0435%5Cu0434%5Cu044b%2C+1+%5Cu043a%5Cu0415%22%7D%5D%7D; self_delivery_points=%7B%22stores%22%3A%5B%7B%22id%22%3A12%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu0434%2C+%5Cu0443%5Cu043b.+%5Cu0438%5Cu043c.+%5Cu041c%5Cu0435%5Cu043d%5Cu0434%5Cu0435%5Cu043b%5Cu0435%5Cu0435%5Cu0432%5Cu0430%2C+51%22%7D%2C%7B%22id%22%3A13%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu0434%2C+%5Cu0443%5Cu043b.+%5Cu041d.+%5Cu041a%5Cu0438%5Cu0431%5Cu0430%5Cu043b%5Cu044c%5Cu0447%5Cu0438%5Cu0447%5Cu0430%2C+18%22%7D%5D%2C%22pickup%22%3A%5B%7B%22id%22%3A15%2C%22address%22%3A%22%5Cu0433.+%5Cu0421%5Cu0443%5Cu0440%5Cu043e%5Cu0432%5Cu0438%5Cu043a%5Cu0438%5Cu043d%5Cu043e%2C+%5Cu0443%5Cu043b.+%5Cu0428%5Cu043e%5Cu0441%5Cu0441%5Cu0435%5Cu0439%5Cu043d%5Cu0430%5Cu044f%2C+37%5C%2F1%22%7D%2C%7B%22id%22%3A16%2C%22address%22%3A%22%5Cu0433.+%5Cu041c%5Cu043e%5Cu0441%5Cu043a%5Cu0432%5Cu0430%2C+%5Cu0443%5Cu043b.+%5Cu041f%5Cu043b%5Cu043e%5Cu0449%5Cu0430%5Cu0434%5Cu044c+%5Cu041f%5Cu043e%5Cu0431%5Cu0435%5Cu0434%5Cu044b%2C+1+%5Cu043a%5Cu0415%22%7D%5D%7D; XSRF-TOKEN=eyJpdiI6Im9RZVV5S0xRRHVjTVUzMmxqQ1wvK3JRPT0iLCJ2YWx1ZSI6Ilo3andxZ3dBUmhobjNGaWZ0d0Z3ZWsxQnIzYkdcL3ZoMU9qZEdwVEVhRW1QNklReU1KNVYyZFpYQnlON3ExYUt4IiwibWFjIjoiY2MwMmFhYjA5MDRmNzA0MDAzY2Q0OGMyOWQ3ZDE3OGRhZGNhOGI3ZDk5NjU5NmU4NDRhNzVkNTQ3N2E5M2E5YSJ9; laravel_session=eyJpdiI6IjJhN0g1RmxZY1pXWjFpdkhnb3NMWmc9PSIsInZhbHVlIjoiRHdkWVMxaDRlTStUOUdLeVQ3VXRsaDNcL083bE1uWSttTmhZMlZSRXJ4dXljTTBNc0p1TVUzd3FPUStsQXRPZXFBS1JOYkl1UEErdU9sZHBRZE5DV2lYTnpaUzFidXVleHJpZkt1SzNoZXE0WnhsTnVWUTNPTHo0cWVoYW1UR3pNIiwibWFjIjoiZDFjZWM1MDMyNTFjNmE1MDI5NTczMTU5Njc1MGRjOWE5ZGYxNTYzYzcxODIxNGM0ZWQ1MDZkMTA4MmIyNjg0MCJ9 ◀self_delivery_points=%7B%22stores%22%3A%5B%7B%22id%22%3A12%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu04 ▶" ] "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 => "keep-alive" ] "host" => array:1 [▶ 0 => "dev.avtoshina34.ru" ] "content-length" => array:1 [▶ 0 => "" ] "content-type" => array:1 [▶ 0 => "" ] ]
0 of 0array:42 [▶ "USER" => "www-data" "HOME" => "/var/www" "HTTP_COOKIE" => "self_delivery_points=%7B%22stores%22%3A%5B%7B%22id%22%3A12%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu0434%2C+%5Cu0443%5Cu043b.+%5Cu0438%5Cu043c.+%5Cu041c%5Cu0435%5Cu043d%5Cu0434%5Cu0435%5Cu043b%5Cu0435%5Cu0435%5Cu0432%5Cu0430%2C+51%22%7D%2C%7B%22id%22%3A13%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu0434%2C+%5Cu0443%5Cu043b.+%5Cu041d.+%5Cu041a%5Cu0438%5Cu0431%5Cu0430%5Cu043b%5Cu044c%5Cu0447%5Cu0438%5Cu0447%5Cu0430%2C+18%22%7D%5D%2C%22pickup%22%3A%5B%7B%22id%22%3A15%2C%22address%22%3A%22%5Cu0433.+%5Cu0421%5Cu0443%5Cu0440%5Cu043e%5Cu0432%5Cu0438%5Cu043a%5Cu0438%5Cu043d%5Cu043e%2C+%5Cu0443%5Cu043b.+%5Cu0428%5Cu043e%5Cu0441%5Cu0441%5Cu0435%5Cu0439%5Cu043d%5Cu0430%5Cu044f%2C+37%5C%2F1%22%7D%2C%7B%22id%22%3A16%2C%22address%22%3A%22%5Cu0433.+%5Cu041c%5Cu043e%5Cu0441%5Cu043a%5Cu0432%5Cu0430%2C+%5Cu0443%5Cu043b.+%5Cu041f%5Cu043b%5Cu043e%5Cu0449%5Cu0430%5Cu0434%5Cu044c+%5Cu041f%5Cu043e%5Cu0431%5Cu0435%5Cu0434%5Cu044b%2C+1+%5Cu043a%5Cu0415%22%7D%5D%7D; self_delivery_points=%7B%22stores%22%3A%5B%7B%22id%22%3A12%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu0434%2C+%5Cu0443%5Cu043b.+%5Cu0438%5Cu043c.+%5Cu041c%5Cu0435%5Cu043d%5Cu0434%5Cu0435%5Cu043b%5Cu0435%5Cu0435%5Cu0432%5Cu0430%2C+51%22%7D%2C%7B%22id%22%3A13%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu0434%2C+%5Cu0443%5Cu043b.+%5Cu041d.+%5Cu041a%5Cu0438%5Cu0431%5Cu0430%5Cu043b%5Cu044c%5Cu0447%5Cu0438%5Cu0447%5Cu0430%2C+18%22%7D%5D%2C%22pickup%22%3A%5B%7B%22id%22%3A15%2C%22address%22%3A%22%5Cu0433.+%5Cu0421%5Cu0443%5Cu0440%5Cu043e%5Cu0432%5Cu0438%5Cu043a%5Cu0438%5Cu043d%5Cu043e%2C+%5Cu0443%5Cu043b.+%5Cu0428%5Cu043e%5Cu0441%5Cu0441%5Cu0435%5Cu0439%5Cu043d%5Cu0430%5Cu044f%2C+37%5C%2F1%22%7D%2C%7B%22id%22%3A16%2C%22address%22%3A%22%5Cu0433.+%5Cu041c%5Cu043e%5Cu0441%5Cu043a%5Cu0432%5Cu0430%2C+%5Cu0443%5Cu043b.+%5Cu041f%5Cu043b%5Cu043e%5Cu0449%5Cu0430%5Cu0434%5Cu044c+%5Cu041f%5Cu043e%5Cu0431%5Cu0435%5Cu0434%5Cu044b%2C+1+%5Cu043a%5Cu0415%22%7D%5D%7D; XSRF-TOKEN=eyJpdiI6Im9RZVV5S0xRRHVjTVUzMmxqQ1wvK3JRPT0iLCJ2YWx1ZSI6Ilo3andxZ3dBUmhobjNGaWZ0d0Z3ZWsxQnIzYkdcL3ZoMU9qZEdwVEVhRW1QNklReU1KNVYyZFpYQnlON3ExYUt4IiwibWFjIjoiY2MwMmFhYjA5MDRmNzA0MDAzY2Q0OGMyOWQ3ZDE3OGRhZGNhOGI3ZDk5NjU5NmU4NDRhNzVkNTQ3N2E5M2E5YSJ9; laravel_session=eyJpdiI6IjJhN0g1RmxZY1pXWjFpdkhnb3NMWmc9PSIsInZhbHVlIjoiRHdkWVMxaDRlTStUOUdLeVQ3VXRsaDNcL083bE1uWSttTmhZMlZSRXJ4dXljTTBNc0p1TVUzd3FPUStsQXRPZXFBS1JOYkl1UEErdU9sZHBRZE5DV2lYTnpaUzFidXVleHJpZkt1SzNoZXE0WnhsTnVWUTNPTHo0cWVoYW1UR3pNIiwibWFjIjoiZDFjZWM1MDMyNTFjNmE1MDI5NTczMTU5Njc1MGRjOWE5ZGYxNTYzYzcxODIxNGM0ZWQ1MDZkMTA4MmIyNjg0MCJ9 ◀self_delivery_points=%7B%22stores%22%3A%5B%7B%22id%22%3A12%2C%22address%22%3A%22%5Cu0433.+%5Cu0412%5Cu043e%5Cu043b%5Cu0433%5Cu043e%5Cu0433%5Cu0440%5Cu0430%5Cu04 ▶" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "dev.avtoshina34.ru" "SCRIPT_FILENAME" => "/var/www/avtoshina_beta/public/index.php" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "dev.avtoshina34.ru" "SERVER_PORT" => "443" "SERVER_ADDR" => "89.223.120.242" "REMOTE_PORT" => "23423" "REMOTE_ADDR" => "216.73.216.110" "SERVER_SOFTWARE" => "nginx/1.14.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/var/www/avtoshina_beta/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/catalog/tyres/kapsen/712047" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1762371122.3122 "REQUEST_TIME" => 1762371122 ]
0 of 0array:3 [▶ "self_delivery_points" => null "XSRF-TOKEN" => null "laravel_session" => "YpGIoaFll9VKoIlj1KIFyRquoPeS38HN9VDbklXf" ]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Wed, 05 Nov 2025 19:32:20 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImtcL2hvYlgrMHNsRzhKUllGbGx5d3Z3PT0iLCJ2YWx1ZSI6Ik9mcnBKUVwvSkVzdWM1cWJpV2luQ3JhTG9OWUVWMEJwNktqMkdGSW1DbHlQaXM4Um1sSGk1N011TnZKTzE4amJiIiwibWFjIjoiZWMxMWVjMjliNWFiODI4ODc0NzllODA5YjBhMTdkOTYwMGQyMGZiNGQ5YWJiZTE0ZGE0ZGMzNDQ3MzA3MGE4OSJ9; expires=Wed, 05-Nov-2025 21:32:20 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6ImtcL2hvYlgrMHNsRzhKUllGbGx5d3Z3PT0iLCJ2YWx1ZSI6Ik9mcnBKUVwvSkVzdWM1cWJpV2luQ3JhTG9OWUVWMEJwNktqMkdGSW1DbHlQaXM4Um1sSGk1N011TnZKTzE4amJiIiwib ▶" 1 => "laravel_session=eyJpdiI6IjFncTZrWGVhdVFseEVyeFwvQlBBZkVnPT0iLCJ2YWx1ZSI6IlhyNlJqaE1CZk04YUp3OW1iNFNJMnhPeFg2c29lTzVqVElTaUNrNEwxXC91YjhyZyt5SHRva01YZ2NYMnZ4bmxEUnFCOWY3Z3Bwb3pjUTNcLzlcL1piMGdtVFJOZ1wvcGhreEVNQ2hXUEMxeGNqUlwvWjVEbndRa0VIY1BJQmhPaldsdnkiLCJtYWMiOiI3NTgyNTkyOTU2MzRkMWU1ZTllYTI2MTFkZDRmMWRhNThmMmFkOGNhZTk2YTg4MWQwZWIxNzNkNDQ1OGE2NmVlIn0%3D; expires=Wed, 05-Nov-2025 21:32:20 GMT; Max-Age=7200; path=/; httponly ◀laravel_session=eyJpdiI6IjFncTZrWGVhdVFseEVyeFwvQlBBZkVnPT0iLCJ2YWx1ZSI6IlhyNlJqaE1CZk04YUp3OW1iNFNJMnhPeFg2c29lTzVqVElTaUNrNEwxXC91YjhyZyt5SHRva01YZ2NYMnZ4bmxE ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImtcL2hvYlgrMHNsRzhKUllGbGx5d3Z3PT0iLCJ2YWx1ZSI6Ik9mcnBKUVwvSkVzdWM1cWJpV2luQ3JhTG9OWUVWMEJwNktqMkdGSW1DbHlQaXM4Um1sSGk1N011TnZKTzE4amJiIiwibWFjIjoiZWMxMWVjMjliNWFiODI4ODc0NzllODA5YjBhMTdkOTYwMGQyMGZiNGQ5YWJiZTE0ZGE0ZGMzNDQ3MzA3MGE4OSJ9; expires=Wed, 05-Nov-2025 21:32:20 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6ImtcL2hvYlgrMHNsRzhKUllGbGx5d3Z3PT0iLCJ2YWx1ZSI6Ik9mcnBKUVwvSkVzdWM1cWJpV2luQ3JhTG9OWUVWMEJwNktqMkdGSW1DbHlQaXM4Um1sSGk1N011TnZKTzE4amJiIiwib ▶" 1 => "laravel_session=eyJpdiI6IjFncTZrWGVhdVFseEVyeFwvQlBBZkVnPT0iLCJ2YWx1ZSI6IlhyNlJqaE1CZk04YUp3OW1iNFNJMnhPeFg2c29lTzVqVElTaUNrNEwxXC91YjhyZyt5SHRva01YZ2NYMnZ4bmxEUnFCOWY3Z3Bwb3pjUTNcLzlcL1piMGdtVFJOZ1wvcGhreEVNQ2hXUEMxeGNqUlwvWjVEbndRa0VIY1BJQmhPaldsdnkiLCJtYWMiOiI3NTgyNTkyOTU2MzRkMWU1ZTllYTI2MTFkZDRmMWRhNThmMmFkOGNhZTk2YTg4MWQwZWIxNzNkNDQ1OGE2NmVlIn0%3D; expires=Wed, 05-Nov-2025 21:32:20 GMT; path=/; httponly ◀laravel_session=eyJpdiI6IjFncTZrWGVhdVFseEVyeFwvQlBBZkVnPT0iLCJ2YWx1ZSI6IlhyNlJqaE1CZk04YUp3OW1iNFNJMnhPeFg2c29lTzVqVElTaUNrNEwxXC91YjhyZyt5SHRva01YZ2NYMnZ4bmxE ▶" ] ]
0 of 0array:4 [▶ "_token" => "N8rQug9JDARNGY4t3dqVXw7BtAs1oruWLObGjmfk" "_previous" => array:1 [▶ "url" => "https://dev.avtoshina34.ru/catalog/tyres/kapsen/712047" ] "PHPDEBUGBAR_STACK_DATA" => [] "_flash" => array:2 [▶ "old" => [] "new" => [] ] ]
