Под заказ: 12

Терминал доступный
При оплате картой взимается комиссия 1%
| Ширина: | 8 | 
| Диаметр: | 20 | 
| DIA | 67.1 | 
| Вылет ET | 30-40 | 
| PCD | 139.7x6 | 
| Тип диска | Легкосплавный | 
 
    
    
    
        Tech-Line KHW2010 (Pajero IV) Gray 8.00x20.00 6/139.70 ET30-40 d67.10
 
    
    
    
        Tech-Line KHW2010 (Pajero IV) Gray-FP 8.00x20.00 6/139.70 ET30-40 d67.10
 
    
    
    
        Premium Series КР007 (Pajero Sport) 8.00x20.00 6/139.70 ET30-40 d67.10
 
    
    
    
        Premium Series КР007 (Pajero Sport) 8.00x20.00 6/139.70 ET30-40 d67.10
 
                    
                                
                    
                                        
                         
                    
                
            Введите свой номер и мы перезвоним Вам
Товар был добавлен в корзину. Вы можете продолжить покупки или перейти к оформлению заказа
Вы нашли этот товар дешевле? Расскажите об этом
Условия акции:
Необходимо предоставить ссылку на сайт с данным товаром и конкурент должен быть из
            Волгограда.

Чтобы избежать томительного ожидания в очереди около шиномонтажа Вы можете предварительно записаться у нас. Менеджер свяжется с Вами и уточнит все детали.
| 1 x Application (97.85%) | 456.20ms | 
| 1 x Booting (2.13%) | 9.93ms | 
| Params | |
|---|---|
| 0 |  | 
| Params | |
|---|---|
| 0 |  | 
| 1 |  | 
| 2 |  | 
| 3 |  | 
| 4 |  | 
| 5 |  | 
| 6 |  | 
| 7 |  | 
| 8 |  | 
| 9 |  | 
| 10 |  | 
| 11 |  | 
| Params | |
|---|---|
| 0 |  | 
| 1 |  | 
| 2 |  | 
| 3 |  | 
| 4 |  | 
| 5 |  | 
| 6 |  | 
| 7 |  | 
| 8 |  | 
| 9 |  | 
| 10 |  | 
| 11 |  | 
| Params | |
|---|---|
| 0 |  | 
| 1 |  | 
| 2 |  | 
| 3 |  | 
| 4 |  | 
| 5 |  | 
| 6 |  | 
| 7 |  | 
| 8 |  | 
| 9 |  | 
| 10 |  | 
| 11 |  | 
select * from `categories` where (`parent` = 1 and `tmp` = '0' and `visible` = 1) order by `categories`.`order` asc740μs/app/Models/Product/Category.php:158avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `car_manufacturers` order by `name` asc580μsmiddleware::client:22avtoshina_beta| Metadata | |
|---|---|
| Hints | 
 | 
| Backtrace | 
 | 
select * from `seo_redirects` where `page_from` = 'catalog/getPromoBlock' limit 1420μs/app/Models/Redirect.php:33avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `title`, `h1`, `description`, `keywords` from `seo` where `page_url` = 'catalog/getPromoBlock' limit 1200μs/app/Models/Seo.php:36avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `id` from `suppliers` where `type` = 'store'190μs/app/Models/Product/Product.php:1323avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `products` where `id` = '621501' limit 1690μs/app/Models/Product/Product.php:1240avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `wheels` where `product_id` = '621501' limit 1700μs/app/Models/Product/Product.php:1260avtoshina_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 `wheels` on `product`.`id` = `wheels`.`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 `wheels`.`width` = 8 and `wheels`.`diameter` = 20 and `wheels`.`ET` = '30-40' and `wheels`.`DIA` = 67.1 and `wheels`.`pcd` = 6 and `wheels`.`pcd_x` = 139.7840μs/app/Models/Product/Product.php:1269avtoshina_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 `wheels` on `product`.`id` = `wheels`.`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 `wheels`.`width` = 8 and `wheels`.`diameter` = 20 and `wheels`.`ET` = '30-40' and `wheels`.`DIA` = 67.1 and `wheels`.`pcd` = 6 and `wheels`.`pcd_x` = 139.7 and `product`.`id` <> '621501' limit 5241ms/app/Models/Product/Product.php:1295avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `product_images` where `product_id` in (621502, 621504, 623820, 623822, 627967)1.48ms/app/Libraries/ProductHelper.php:30avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 621502) limit 1230μ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 (621502)250μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)600μ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'300μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'1.35ms/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 621504) limit 1280μ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 (621504)220μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)380μ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'190μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'300μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 623820) limit 1230μ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 (623820)290μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)300μ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'240μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'200μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 623822) limit 1200μ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 (623822)200μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)330μ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'190μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'270μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 627967) limit 1300μ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 (627967)240μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)260μ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'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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'190μ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 (621502, 621504, 623820, 623822, 627967) and `product_store`.`quantity` > 0 and `product_store`.`price` > 0 order by `minprice` asc520μ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` = 621502 order by `suppliers`.`type` desc320μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS523118' and `supplier_id` = 5) and `quantity` > 0 limit 1220μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 621502 and `supplier_id` = 5)210μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS523118' and `supplier_id` = 11) and `quantity` > 0 limit 1200μ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` = 621504 order by `suppliers`.`type` desc260μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS523117' and `supplier_id` = 5) and `quantity` > 0 limit 1290μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 621504 and `supplier_id` = 5)210μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS523117' and `supplier_id` = 11) and `quantity` > 0 limit 1220μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 621504 and `supplier_id` = 11)200μ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` = 623820 order by `suppliers`.`type` desc370μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS521796' and `supplier_id` = 5) and `quantity` > 0 limit 1210μ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` = 'WHS521796' and `supplier_id` = 11) and `quantity` > 0 limit 1400μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 623820 and `supplier_id` = 11)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` = 623822 order by `suppliers`.`type` desc420μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS521043' and `supplier_id` = 5) 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` = 'WHS521043' and `supplier_id` = 11) and `quantity` > 0 limit 1190μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 623822 and `supplier_id` = 11)200μ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` = 627967 order by `suppliers`.`type` desc250μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS521795' and `supplier_id` = 5) and `quantity` > 0 limit 1210μ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` = 'WHS521795' and `supplier_id` = 11) and `quantity` > 0 limit 1220μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 627967 and `supplier_id` = 11)220μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `path`, `manufacturer_id` from `manufacturer_images` where `manufacturer_images`.`manufacturer_id` in (14, 14, 314, 314, 314)220μs/app/Libraries/ProductHelper.php:117avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `id` from `suppliers` where `type` = 'store'280μs/app/Models/Product/Product.php:1323avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select distinct `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` left join `product_images` on `product`.`id` = `product_images`.`product_id` left join `product_redprice` on `product`.`id` = `product_redprice`.`product_id` left join `product_store` on `product`.`id` = `product_store`.`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 (`product_store`.`discount_price` > 0 and `product_store`.`price` > `product_store`.`discount_price` or `product`.`id` = `product_redprice`.`product_id` and `store`.`supplier_id` = `product_redprice`.`supplier_id`) limit 15870μs/app/Models/Product/Product.php:1197avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `product_images` where `product_id` in (8002, 8120, 356988, 357335, 422430, 422442, 422786, 422881, 490215, 490216, 522537, 522597, 522598, 522910, 522921)300μs/app/Libraries/ProductHelper.php:30avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 8002) limit 1270μ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 (8002)390μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (39, 42)670μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `images` where `images`.`imageable_id` in (3, 12) and `images`.`imageable_type` = 'App\Models\PromoTag'340μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'270μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 8120) limit 1310μ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 (8120)300μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)310μ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'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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'300μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 356988) limit 1300μ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 (356988)230μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)300μ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'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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'310μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 357335) limit 1310μ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 (357335)340μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)350μ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'310μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'300μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 422430) limit 1310μ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 (422430)270μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)320μ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'190μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'180μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 422442) limit 1220μ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 (422442)220μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)290μ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'170μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'270μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 422786) limit 1260μ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 (422786)200μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)310μ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'190μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'280μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 422881) limit 1200μ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 (422881)1.09ms/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)360μ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'330μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'420μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 490215) limit 1420μ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 (490215)390μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (39, 42)730μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `images` where `images`.`imageable_id` in (3, 12) 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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'220μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 490216) limit 1190μ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 (490216)190μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)200μ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'160μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'390μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 522537) limit 1260μ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 (522537)250μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)260μ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'260μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'270μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 522597) limit 1230μ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 (522597)200μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)260μ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'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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'250μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 522598) limit 1300μ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 (522598)210μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)300μ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'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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'320μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 522910) limit 1260μ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 (522910)210μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)270μ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'260μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'230μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 522921) limit 1180μ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 (522921)230μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (42)280μ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'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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'160μ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 (8002, 8120, 356988, 357335, 422430, 422442, 422786, 422881, 490215, 490216, 522537, 522597, 522598, 522910, 522921) and `product_store`.`quantity` > 0 and `product_store`.`price` > 0 order by `minprice` asc390μ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` = 8002 order by `suppliers`.`type` desc340μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'tz-2030' and `supplier_id` = 13) and `quantity` > 0 limit 1200μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 8002 and `supplier_id` = 13)170μ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` = 8120 order by `suppliers`.`type` desc170μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'tr-0435' and `supplier_id` = 13) and `quantity` > 0 limit 1170μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 8120 and `supplier_id` = 13)240μ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` = 356988 order by `suppliers`.`type` desc200μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS158817' and `supplier_id` = 5) and `quantity` > 0 limit 1180μ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` = 'WHS158817' and `supplier_id` = 11) and `quantity` > 0 limit 1160μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 356988 and `supplier_id` = 11)180μ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` = 357335 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` = 'tr-40020' and `supplier_id` = 13) 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` = 'tr-40020' and `supplier_id` = 12) and `quantity` > 0 limit 1250μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 357335 and `supplier_id` = 12)170μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS209646' and `supplier_id` = 5) and `quantity` > 0 limit 1160μ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` = 'WHS209646' and `supplier_id` = 11) and `quantity` > 0 limit 1170μ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` = 422430 order by `suppliers`.`type` desc260μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS221916' and `supplier_id` = 5) and `quantity` > 0 limit 1250μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 422430 and `supplier_id` = 5)160μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS221916' and `supplier_id` = 11) and `quantity` > 0 limit 1160μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 422430 and `supplier_id` = 11)150μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '000000571' and `supplier_id` = 4) and `quantity` > 0 limit 1260μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 422430 and `supplier_id` = 4)160μ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` = 422442 order by `suppliers`.`type` desc200μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS221899' and `supplier_id` = 5) and `quantity` > 0 limit 1150μ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` = '980860' and `supplier_id` = 10) and `quantity` > 0 limit 1170μ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` = 'WHS221899' and `supplier_id` = 11) and `quantity` > 0 limit 1140μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 422442 and `supplier_id` = 11)160μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '137556' and `supplier_id` = 9) and `quantity` > 0 limit 1220μ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` = 422786 order by `suppliers`.`type` desc300μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS221893' and `supplier_id` = 5) and `quantity` > 0 limit 1210μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 422786 and `supplier_id` = 5)140μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS221893' and `supplier_id` = 11) and `quantity` > 0 limit 1140μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 422786 and `supplier_id` = 11)140μ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` = 422881 order by `suppliers`.`type` desc220μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS221898' and `supplier_id` = 5) and `quantity` > 0 limit 1190μ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` = 'WHS221898' and `supplier_id` = 11) and `quantity` > 0 limit 1150μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 422881 and `supplier_id` = 11)160μ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` = 490215 order by `suppliers`.`type` desc220μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'tr-X40927' and `supplier_id` = 13) and `quantity` > 0 limit 1160μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 490215 and `supplier_id` = 13)160μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '000088351' and `supplier_id` = 4) and `quantity` > 0 limit 1160μ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` = 490216 order by `suppliers`.`type` desc190μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'tr-8667' and `supplier_id` = 13) and `quantity` > 0 limit 1170μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 490216 and `supplier_id` = 13)170μ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` = 522537 order by `suppliers`.`type` desc180μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '1098050' and `supplier_id` = 10) and `quantity` > 0 limit 1280μ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` = 'УТ-00009432' and `supplier_id` = 9) and `quantity` > 0 limit 1170μ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` = '97086' and `supplier_id` = 2) and `quantity` > 0 limit 1170μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 522537 and `supplier_id` = 2)170μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '88254384560' and `supplier_id` = 8) and `quantity` > 0 limit 1150μ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` = 522597 order by `suppliers`.`type` desc220μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS500776' and `supplier_id` = 5) and `quantity` > 0 limit 1170μ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` = 'WHS500776' and `supplier_id` = 11) and `quantity` > 0 limit 1150μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 522597 and `supplier_id` = 11)150μ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` = 522598 order by `suppliers`.`type` desc270μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS503030' and `supplier_id` = 5) and `quantity` > 0 limit 1180μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 522598 and `supplier_id` = 5)160μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS503030' and `supplier_id` = 11) and `quantity` > 0 limit 1150μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 522598 and `supplier_id` = 11)140μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'НФ-00014836' and `supplier_id` = 4) and `quantity` > 0 limit 1150μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 522598 and `supplier_id` = 4)170μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '81121' and `supplier_id` = 2) and `quantity` > 0 limit 1190μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 522598 and `supplier_id` = 2)180μ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` = 522910 order by `suppliers`.`type` desc250μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'tr-7368' and `supplier_id` = 13) and `quantity` > 0 limit 1190μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 522910 and `supplier_id` = 13)150μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'НФ-00007200' and `supplier_id` = 4) and `quantity` > 0 limit 1180μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 522910 and `supplier_id` = 4)160μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS083584' and `supplier_id` = 5) and `quantity` > 0 limit 1210μ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` = 'WHS083584' and `supplier_id` = 11) and `quantity` > 0 limit 1160μ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` = 522921 order by `suppliers`.`type` desc190μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS229143' and `supplier_id` = 5) and `quantity` > 0 limit 1150μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 522921 and `supplier_id` = 5)170μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS229143' and `supplier_id` = 11) and `quantity` > 0 limit 1200μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `path`, `manufacturer_id` from `manufacturer_images` where `manufacturer_images`.`manufacturer_id` in (21, 255, 23, 23, 21, 21, 21, 21, 23, 23, 23, 21, 21, 23, 23)240μs/app/Libraries/ProductHelper.php:117avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `id` from `suppliers` where `type` = 'store'140μ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 `promo_tags`.`code` = 'profit' order by `product`.`profit_order` desc, `product_to_promo`.`created_at` desc limit 5790μs/app/Models/Product/Product.php:1226avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `product_images` where `product_id` in (631111, 540869, 697185, 85267, 620623)320μs/app/Libraries/ProductHelper.php:30avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `product_id`, `season` from `tyres` where `product_id` in (631111, 540869, 697185, 85267, 620623)270μ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 (631111, 540869, 697185, 85267, 620623)200μs/app/Libraries/ProductHelper.php:36avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 631111) limit 1200μ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 (631111)190μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (37, 38, 39, 44)840μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `images` where `images`.`imageable_id` in (2, 8, 11, 12) and `images`.`imageable_type` = 'App\Models\PromoTag'220μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'160μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 540869) limit 1180μ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 (540869)170μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (37, 38, 39, 44)510μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `images` where `images`.`imageable_id` in (2, 8, 11, 12) and `images`.`imageable_type` = 'App\Models\PromoTag'160μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'200μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 697185) limit 1190μ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 (697185)180μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (37, 38, 39, 42, 44)880μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `images` where `images`.`imageable_id` in (2, 3, 8, 11, 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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'160μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 85267) limit 1200μ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 (85267)180μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (37, 38, 39, 44)590μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `images` where `images`.`imageable_id` in (2, 8, 11, 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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'180μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 620623) limit 1170μ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 (620623)260μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (37, 38, 39, 44)520μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `images` where `images`.`imageable_id` in (2, 8, 11, 12) and `images`.`imageable_type` = 'App\Models\PromoTag'160μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'550μ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 (631111, 540869, 697185, 85267, 620623) and `product_store`.`quantity` > 0 and `product_store`.`price` > 0 order by `minprice` asc400μ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` = 631111 order by `suppliers`.`type` desc460μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'TS72291' and `supplier_id` = 5) and `quantity` > 0 limit 1230μ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` = 'НФ-00029916' and `supplier_id` = 4) and `quantity` > 0 limit 1240μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 631111 and `supplier_id` = 4)230μ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` = 540869 order by `suppliers`.`type` desc270μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'НФ-00025485' and `supplier_id` = 4) and `quantity` > 0 limit 1190μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 540869 and `supplier_id` = 4)170μ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` = 697185 order by `suppliers`.`type` desc340μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '1707361' and `supplier_id` = 10) 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` = 'TS72291' and `supplier_id` = 11) and `quantity` > 0 limit 1250μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 697185 and `supplier_id` = 11)260μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '112139539585' and `supplier_id` = 8) 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` = 'УТ-00023581' and `supplier_id` = 9) and `quantity` > 0 limit 1280μ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` = '117355' and `supplier_id` = 2) and `quantity` > 0 limit 1230μ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` = 85267 order by `suppliers`.`type` desc210μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '1514575' and `supplier_id` = 1) and `quantity` > 0 limit 1170μ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` = 'TS82294' and `supplier_id` = 5) and `quantity` > 0 limit 1160μ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` = 'TS82294' and `supplier_id` = 11) and `quantity` > 0 limit 1180μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 85267 and `supplier_id` = 11)140μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '1514575' and `supplier_id` = 10) and `quantity` > 0 limit 1230μ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` = '76045' and `supplier_id` = 2) and `quantity` > 0 limit 1180μ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` = '107287521901' and `supplier_id` = 8) and `quantity` > 0 limit 1290μ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` = 620623 order by `suppliers`.`type` desc200μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = '27846' and `supplier_id` = 1) and `quantity` > 0 limit 1170μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 620623 and `supplier_id` = 1)150μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `path`, `manufacturer_id` from `manufacturer_images` where `manufacturer_images`.`manufacturer_id` in (64, 64, 64, 64, 64)200μs/app/Libraries/ProductHelper.php:117avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `id` from `suppliers` where `type` = 'store'170μ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 `promo_tags`.`code` = 'recommend' order by `product`.`recommend_order` desc, `product_to_promo`.`created_at` desc limit 5810μs/app/Models/Product/Product.php:1226avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `product_images` where `product_id` in (774840, 774839, 774838, 774837, 774836)220μs/app/Libraries/ProductHelper.php:30avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `categories` where `id` = 7 limit 1180μs/app/Models/Product/Category.php:203avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 774840) limit 1190μ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 (774840)190μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (43)290μ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'220μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'210μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `categories` where `id` = 7 limit 1210μs/app/Models/Product/Category.php:203avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 774839) limit 1200μ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 (774839)220μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (43)230μ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'260μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'210μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `categories` where `id` = 7 limit 1150μs/app/Models/Product/Category.php:203avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 774838) limit 1150μ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 (774838)180μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (43)170μ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'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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'140μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `categories` where `id` = 7 limit 1150μs/app/Models/Product/Category.php:203avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 774837) limit 1170μ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 (774837)170μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (43)230μ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'170μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'170μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `categories` where `id` = 7 limit 1170μs/app/Models/Product/Category.php:203avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select * from `products` where (`id` = 774836) limit 1170μ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 (774836)190μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select * from `site_content` where `site_content`.`id` in (43)220μ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'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-10-31 21:22:41' and `to` >= '2025-10-31 21:22:41'200μ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 (774840, 774839, 774838, 774837, 774836) and `product_store`.`quantity` > 0 and `product_store`.`price` > 0 order by `minprice` asc510μ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` = 774840 order by `suppliers`.`type` desc310μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'zo-0799' and `supplier_id` = 12) and `quantity` > 0 limit 1320μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 774840 and `supplier_id` = 12)210μ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` = 774839 order by `suppliers`.`type` desc220μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'zo-0589' and `supplier_id` = 12) and `quantity` > 0 limit 1260μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 774839 and `supplier_id` = 12)230μ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` = 774838 order by `suppliers`.`type` desc250μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'zo-0588' and `supplier_id` = 12) and `quantity` > 0 limit 1180μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 774838 and `supplier_id` = 12)190μ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` = 774837 order by `suppliers`.`type` desc270μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'zo-1815' and `supplier_id` = 12) and `quantity` > 0 limit 1510μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 774837 and `supplier_id` = 12)210μ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` = 774836 order by `suppliers`.`type` desc290μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'zo-0401' and `supplier_id` = 12) and `quantity` > 0 limit 1230μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Hints | 
 | 
| Backtrace | 
 | 
select `discount` from `product_redprice` where (`product_id` = 774836 and `supplier_id` = 12)170μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
select `path`, `manufacturer_id` from `manufacturer_images` where `manufacturer_images`.`manufacturer_id` in (443, 443, 443, 443, 443)180μs/app/Libraries/ProductHelper.php:117avtoshina_beta| Metadata | |
|---|---|
| Bindings | 
 | 
| Backtrace | 
 | 
200
0 of 0array:1 [▶ "id" => "621501" ]
0 of 0array:1 [▶ "id" => "621501" ]
0 of 0array:19 [▶ "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=eyJpdiI6IlE2ekhWRmpRTlNQa1E5Zk9mUW5iV0E9PSIsInZhbHVlIjoiOVpFXC9YeXRzUGtLY25vc1dBQllYZVptQmtiaW9iM2phekljbnlJTkR2UXZEd01IVjlcL1wvUktLQmQ4NWFnXC83dW4iLCJtYWMiOiJiN2JmODE5ODJkZTM1NWNjNWMzNGNlMmU3MGMxYmMzNGQzOTdmZTM5MDM0NDEwMmY0MDg0NjQzNTZiMWI1NDkxIn0%3D; laravel_session=eyJpdiI6IkRYOElcLzFLeGIzc1FENVErR0JHcnFRPT0iLCJ2YWx1ZSI6InJJVEJjeGpKblBBc0RPODludWJXMnhNWE10VE4xTXprSEt2NHFEM2drdkIwdlhRbUtyRWp4VWR2ZlpGblRXdkhIQWVlcTYzekxKUG1yN2hOczJxTmNqeTlWb0FWXC9HcW9cLzV3YUt3YlpVaDhQMlFncjVTMkZzVW9hV3pLSUFcL1BlIiwibWFjIjoiZDA3Yjk5ZDUxY2ZiYmY1NDRjNTc2NGYyM2I4MmM4OGMwN2E4NGY4YWFiOGUxNWMwNmJhOTdmOTYxMGFmYzk1OCJ9 ◀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" ] "referer" => array:1 [▶ 0 => "https://dev.avtoshina34.ru/catalog/wheels/tech-line/621501?page=4" ] "sec-fetch-dest" => array:1 [▶ 0 => "empty" ] "sec-fetch-mode" => array:1 [▶ 0 => "cors" ] "sec-fetch-site" => array:1 [▶ 0 => "same-origin" ] "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"" ] "accept" => array:1 [▶ 0 => "text/html, */*; q=0.01" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "x-requested-with" => array:1 [▶ 0 => "XMLHttpRequest" ] "x-csrf-token" => array:1 [▶ 0 => "mhna97RpGIpukV8uM6v2zHVJfsiW2am22x29xNKG" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "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:43 [▶ "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=eyJpdiI6IlE2ekhWRmpRTlNQa1E5Zk9mUW5iV0E9PSIsInZhbHVlIjoiOVpFXC9YeXRzUGtLY25vc1dBQllYZVptQmtiaW9iM2phekljbnlJTkR2UXZEd01IVjlcL1wvUktLQmQ4NWFnXC83dW4iLCJtYWMiOiJiN2JmODE5ODJkZTM1NWNjNWMzNGNlMmU3MGMxYmMzNGQzOTdmZTM5MDM0NDEwMmY0MDg0NjQzNTZiMWI1NDkxIn0%3D; laravel_session=eyJpdiI6IkRYOElcLzFLeGIzc1FENVErR0JHcnFRPT0iLCJ2YWx1ZSI6InJJVEJjeGpKblBBc0RPODludWJXMnhNWE10VE4xTXprSEt2NHFEM2drdkIwdlhRbUtyRWp4VWR2ZlpGblRXdkhIQWVlcTYzekxKUG1yN2hOczJxTmNqeTlWb0FWXC9HcW9cLzV3YUt3YlpVaDhQMlFncjVTMkZzVW9hV3pLSUFcL1BlIiwibWFjIjoiZDA3Yjk5ZDUxY2ZiYmY1NDRjNTc2NGYyM2I4MmM4OGMwN2E4NGY4YWFiOGUxNWMwNmJhOTdmOTYxMGFmYzk1OCJ9 ◀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_REFERER" => "https://dev.avtoshina34.ru/catalog/wheels/tech-line/621501?page=4" "HTTP_SEC_FETCH_DEST" => "empty" "HTTP_SEC_FETCH_MODE" => "cors" "HTTP_SEC_FETCH_SITE" => "same-origin" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_ACCEPT" => "text/html, */*; q=0.01" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_X_REQUESTED_WITH" => "XMLHttpRequest" "HTTP_X_CSRF_TOKEN" => "mhna97RpGIpukV8uM6v2zHVJfsiW2am22x29xNKG" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "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" => "16016" "REMOTE_ADDR" => "216.73.216.57" "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/getPromoBlock?id=621501" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "id=621501" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1761934961.4455 "REQUEST_TIME" => 1761934961 ]
0 of 0array:3 [▶ "self_delivery_points" => null "XSRF-TOKEN" => null "laravel_session" => "iuTkbuZ5uojjcXEtLwU7qEIDloppSkfDkym6yNa1" ]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 31 Oct 2025 18:22:41 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkhENzh1Qzh5bzFWNkZ3Njg0YzZtT0E9PSIsInZhbHVlIjoiN3I3NkV6M3YzSm1IY08yQWE1MnZ1aDloNk4rUzF2M1RzdEdrQ1A2b0ZHQUp4UTlGSjdOdFVRUHowY0NHSHIrMSIsIm1hYyI6IjZjMTA2YjAzNTg2Mzc5OGI4NjcxYWM1N2FlZTlkMTM5YzU1NmM4Yzk4YmU0ZTAwOGYwMTA2NjdkMzhmOWI3Y2QifQ%3D%3D; expires=Fri, 31-Oct-2025 20:22:41 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IkhENzh1Qzh5bzFWNkZ3Njg0YzZtT0E9PSIsInZhbHVlIjoiN3I3NkV6M3YzSm1IY08yQWE1MnZ1aDloNk4rUzF2M1RzdEdrQ1A2b0ZHQUp4UTlGSjdOdFVRUHowY0NHSHIrMSIsIm1hY ▶" 1 => "laravel_session=eyJpdiI6Ijkxa1N1bkVYbU90UmlFZXlBcSttK0E9PSIsInZhbHVlIjoiV2puUmhFSzA4elNQejArdnduZDd3em5KRXJkXC9wV0xHa2YrR1A0ZzRiZENhS2xDN0dJUGJcL1preERZRWpVU0VOeFdoa2g4VVlPZVAybW5oNVVyb2VIOXdEN1B1V2hUUGtBbGUrNGx4VkxuK0pUWmRoZlNyMFVuRExcL3Bid3BINUUiLCJtYWMiOiJkYWMwZGVkNTEyNWRhM2YxZWI5YjMyY2UxOTYzNzUwZGQ0ZGM1YWYzYTZlNmY3YzhiNGQ3NjJkMDc4Y2MwYTIxIn0%3D; expires=Fri, 31-Oct-2025 20:22:41 GMT; Max-Age=7200; path=/; httponly ◀laravel_session=eyJpdiI6Ijkxa1N1bkVYbU90UmlFZXlBcSttK0E9PSIsInZhbHVlIjoiV2puUmhFSzA4elNQejArdnduZDd3em5KRXJkXC9wV0xHa2YrR1A0ZzRiZENhS2xDN0dJUGJcL1preERZRWpVU0VO ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkhENzh1Qzh5bzFWNkZ3Njg0YzZtT0E9PSIsInZhbHVlIjoiN3I3NkV6M3YzSm1IY08yQWE1MnZ1aDloNk4rUzF2M1RzdEdrQ1A2b0ZHQUp4UTlGSjdOdFVRUHowY0NHSHIrMSIsIm1hYyI6IjZjMTA2YjAzNTg2Mzc5OGI4NjcxYWM1N2FlZTlkMTM5YzU1NmM4Yzk4YmU0ZTAwOGYwMTA2NjdkMzhmOWI3Y2QifQ%3D%3D; expires=Fri, 31-Oct-2025 20:22:41 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IkhENzh1Qzh5bzFWNkZ3Njg0YzZtT0E9PSIsInZhbHVlIjoiN3I3NkV6M3YzSm1IY08yQWE1MnZ1aDloNk4rUzF2M1RzdEdrQ1A2b0ZHQUp4UTlGSjdOdFVRUHowY0NHSHIrMSIsIm1hY ▶" 1 => "laravel_session=eyJpdiI6Ijkxa1N1bkVYbU90UmlFZXlBcSttK0E9PSIsInZhbHVlIjoiV2puUmhFSzA4elNQejArdnduZDd3em5KRXJkXC9wV0xHa2YrR1A0ZzRiZENhS2xDN0dJUGJcL1preERZRWpVU0VOeFdoa2g4VVlPZVAybW5oNVVyb2VIOXdEN1B1V2hUUGtBbGUrNGx4VkxuK0pUWmRoZlNyMFVuRExcL3Bid3BINUUiLCJtYWMiOiJkYWMwZGVkNTEyNWRhM2YxZWI5YjMyY2UxOTYzNzUwZGQ0ZGM1YWYzYTZlNmY3YzhiNGQ3NjJkMDc4Y2MwYTIxIn0%3D; expires=Fri, 31-Oct-2025 20:22:41 GMT; path=/; httponly ◀laravel_session=eyJpdiI6Ijkxa1N1bkVYbU90UmlFZXlBcSttK0E9PSIsInZhbHVlIjoiV2puUmhFSzA4elNQejArdnduZDd3em5KRXJkXC9wV0xHa2YrR1A0ZzRiZENhS2xDN0dJUGJcL1preERZRWpVU0VO ▶" ] ]
0 of 0array:4 [▶ "_token" => "BPthPsGBCQBIxFoqw9c8tow2W7C8yFlFTXQcyA0I" "_previous" => array:1 [▶ "url" => "https://dev.avtoshina34.ru/catalog/winter-tyres/marshal/92655?page=1" ] "PHPDEBUGBAR_STACK_DATA" => [] "_flash" => array:2 [▶ "old" => [] "new" => [] ] ]

 
                             
                                 
                         
                                 
             
                 
                     
                     
                     
                     
                    