Tech-Line KHW1702 (DFM AX 7) Black 7.00x17.00 5/108.00 ET43 d65.10
Khomen Wheels KHW1703 (DFM AX 7) Black-FP 7.00x17.00 5/108.00 ET43 d65.10
Replay KA11 Sil 7.00x17.00 5/108.00 ET43 d65.10
Введите свой номер и мы перезвоним Вам
Товар был добавлен в корзину. Вы можете продолжить покупки или перейти к оформлению заказа
Вы нашли этот товар дешевле? Расскажите об этом
Условия акции:
Необходимо предоставить ссылку на сайт с данным товаром и конкурент должен быть из
Волгограда.

Чтобы избежать томительного ожидания в очереди около шиномонтажа Вы можете предварительно записаться у нас. Менеджер свяжется с Вами и уточнит все детали.
| 1 x Application (99.54%) | 2.90s |
| 1 x Booting (0.45%) | 13.19ms |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| Params | |
|---|---|
| 0 | |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
select * from `categories` where (`parent` = 1 and `tmp` = '0' and `visible` = 1) order by `categories`.`order` asc590μs/app/Models/Product/Category.php:158avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `car_manufacturers` order by `name` asc980μsmiddleware::client:22avtoshina_beta| Metadata | |
|---|---|
| Hints |
|
| Backtrace |
|
select * from `seo_redirects` where `page_from` = 'catalog/wheels/Khomen-Wheels/746905' limit 1580μs/app/Models/Redirect.php:33avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `title`, `h1`, `description`, `keywords` from `seo` where `page_url` = 'catalog/wheels/Khomen-Wheels/746905' limit 11.79ms/app/Models/Seo.php:36avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product`.`id` as `product_id`, `product`.`alias` as `product_alias`, `product`.`manufacturer_id`, `product`.`card_name` as `product_name`, `product`.`product_type`, `category`.`alias` as `category_alias`, `category`.`name` as `category_name`, `product`.`category_id`, `category`.`parent` as `category_parent`, `manufacturer`.`name` as `manufacturer_name`, `manufacturer`.`alias` as `manufacturer_alias`, `store`.`store_price`, `store`.`store_sum`, GROUP_CONCAT(product_description.description, " ") as product_description, GROUP_CONCAT(video.url, " ") as video from `products` as `product` left join `manufacturers` as `manufacturer` on `product`.`manufacturer_id` = `manufacturer`.`id` inner join `categories` as `category` on `product`.`category_id` = `category`.`id` left join (SELECT product_id, sum(product_store.quantity) as store_sum, min(product_store.price) as store_price FROM product_store GROUP BY product_id) as store on `product`.`id` = `store`.`product_id` left join `product_videos` as `video` on `product`.`id` = `video`.`product_id` left join `product_description` on `product`.`id` = `product_description`.`product_id` where (`product`.`visible` = 1 and `product`.`tmp` = 0) and (`category`.`tmp` = 0 and `category`.`visible` = 1) and (manufacturer.visible IS NULL OR manufacturer.visible = 1) and `product`.`alias` = '746905' group by `product`.`id`, `product_description`.`product_id`, `video`.`product_id` limit 1439ms/app/Models/Product/Product.php:1013avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `id`, `path`, `order` from `product_images` where `product_id` = 746905 order by `order` asc3.06ms/app/Models/Product/ProductImage.php:37avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `wheels` where `product_id` = 746905 limit 11.17ms/app/Models/Product/Product.php:1028avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where `id` = 746905 limit 1740μs/app/Models/Product/Product.php:1041avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` = 7469051.58ms/app/Models/Product/Product.php:1041avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `name` from `manufacturers` where `id` = 307730μs/app/Http/Controllers/Client/CatalogController.php:62avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `id` from `suppliers` where `type` = 'store'310μs/app/Models/Product/Product.php:1323avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product`.`id` as `product_id`, `product`.`alias` as `product_alias`, `product`.`manufacturer_id`, `product`.`card_name` as `product_name`, `product`.`product_type`, `category`.`alias` as `category_alias`, `category`.`name` as `category_name`, `product`.`category_id`, `category`.`parent` as `category_parent`, `manufacturer`.`name` as `manufacturer_name`, `manufacturer`.`alias` as `manufacturer_alias`, `store`.`store_sum`,
CASE
WHEN EXISTS (
SELECT 1
FROM product_store
WHERE product_store.product_id = product.id
AND product_store.supplier_id = 13
)
THEN
(SELECT LEAST(
COALESCE(NULLIF(price, 0), 9999999),
COALESCE(NULLIF(discount_price, 0), 9999999)
)
FROM product_store
WHERE product_id = product.id
AND supplier_id = 13
)
ELSE
CASE
WHEN EXISTS (
SELECT 1
FROM product_store
WHERE product_store.product_id = product.id
AND product_store.supplier_id IN (12,13)
)
THEN
(SELECT LEAST(
COALESCE(NULLIF(price, 0), 9999999),
COALESCE(NULLIF(discount_price, 0), 9999999)
)
FROM product_store
WHERE product_id = product.id
AND supplier_id IN (12,13)
LIMIT 1)
ELSE
CASE
WHEN EXISTS (
SELECT 1
FROM product_redprice
WHERE product_redprice.product_id = store.product_id
AND product_redprice.supplier_id = store.supplier_id
)
THEN
FLOOR((store.price * (100 - (SELECT discount
FROM product_redprice
WHERE product_redprice.product_id = store.product_id
AND product_redprice.supplier_id = store.supplier_id
LIMIT 1)) / 100) / 10) * 10
ELSE
store.store_min_price
END
END
END AS main_price
, `suppliers`.`type` from `products` as `product` left join `manufacturers` as `manufacturer` on `product`.`manufacturer_id` = `manufacturer`.`id` inner join `categories` as `category` on `product`.`category_id` = `category`.`id` left join (
SELECT
product_id,
supplier_id,
price, discount_price,
sum(product_store.quantity) as store_sum,
min(product_store.price) as store_min_price
FROM product_store
WHERE quantity > 0 AND price > 0
GROUP BY product_id, supplier_id, price, discount_price) AS store on `product`.`id` = `store`.`product_id` and `product`.`min_price_supplier_id` = `store`.`supplier_id` left join `suppliers` on `supplier_id` = `suppliers`.`id` inner join `product_to_promo` on `product`.`id` = `product_to_promo`.`product_id` inner join `promo_tags` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where (`product`.`visible` = 1 and `product`.`tmp` = 0) and (`category`.`tmp` = 0 and `category`.`visible` = 1) and `product`.`manufacturer_id` is not null and (manufacturer.visible IS NULL OR manufacturer.visible = 1) and (store_sum IS NOT NULL AND store_sum > 0) and `product`.`category_id` = 2 and `promo_tags`.`code` = 'recommend' order by `product`.`recommend_order` desc, `product_to_promo`.`created_at` desc limit 81.04ms/app/Models/Product/Product.php:1226avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `product_images` where `product_id` in (714812, 704702, 704700, 704699, 704697, 704694, 704692, 704674)330μs/app/Libraries/ProductHelper.php:30avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 714812) 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 (714812)290μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)550μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'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-11-03 12:03:25' and `to` >= '2025-11-03 12:03:25'890μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 704702) limit 1360μ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 (704702)310μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)480μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'280μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-03 12:03:25' and `to` >= '2025-11-03 12:03:25'310μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 704700) limit 1290μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (704700)350μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)440μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'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-11-03 12:03:25' and `to` >= '2025-11-03 12:03:25'290μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 704699) 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 (704699)350μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)400μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'280μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-03 12:03:25' and `to` >= '2025-11-03 12:03:25'330μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 704697) limit 1290μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (704697)480μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)560μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'290μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-03 12:03:25' and `to` >= '2025-11-03 12:03:25'310μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 704694) 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 (704694)320μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)420μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'290μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-03 12:03:25' and `to` >= '2025-11-03 12:03:25'300μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 704692) limit 1840μ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 (704692)350μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)420μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'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-11-03 12:03:25' and `to` >= '2025-11-03 12:03:25'350μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 704674) limit 1340μ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 (704674)330μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42, 43)410μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` in (1, 3) and `images`.`imageable_type` = 'App\Models\PromoTag'460μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-03 12:03:25' and `to` >= '2025-11-03 12:03:25'320μ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 (714812, 704702, 704700, 704699, 704697, 704694, 704692, 704674) and `product_store`.`quantity` > 0 and `product_store`.`price` > 0 order by `minprice` asc1.24ms/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` = 714812 order by `suppliers`.`type` desc430μ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-X40020' and `supplier_id` = 12) and `quantity` > 0 limit 1380μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 714812 and `supplier_id` = 12)570μ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` = 704702 order by `suppliers`.`type` desc870μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'НФ-00031294' and `supplier_id` = 4) and `quantity` > 0 limit 1620μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 704702 and `supplier_id` = 4)290μ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` = 704700 order by `suppliers`.`type` desc350μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'НФ-00016444' and `supplier_id` = 4) and `quantity` > 0 limit 1630μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 704700 and `supplier_id` = 4)300μ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` = 704699 order by `suppliers`.`type` desc430μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'НФ-00031298' and `supplier_id` = 4) and `quantity` > 0 limit 1300μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 704699 and `supplier_id` = 4)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` = 704697 order by `suppliers`.`type` desc450μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'НФ-00031296' and `supplier_id` = 4) and `quantity` > 0 limit 1300μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 704697 and `supplier_id` = 4)310μ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` = 704694 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` = 'НФ-00001172' 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` = 704694 and `supplier_id` = 4)430μ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` = 704692 order by `suppliers`.`type` desc410μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'НФ-00007741' and `supplier_id` = 4) 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` = 704692 and `supplier_id` = 4)280μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 704674 order by `suppliers`.`type` desc380μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'НФ-00031297' and `supplier_id` = 4) and `quantity` > 0 limit 1370μs/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 704674 and `supplier_id` = 4)300μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `path`, `manufacturer_id` from `manufacturer_images` where `manufacturer_images`.`manufacturer_id` in (23, 252, 252, 252, 252, 252, 252, 252)340μs/app/Libraries/ProductHelper.php:117avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `id` from `suppliers` where `type` = 'store'310μs/app/Models/Product/Product.php:1323avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `products` where `id` = 746905 limit 1370μs/app/Models/Product/Product.php:1240avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `wheels` where `product_id` = 746905 limit 1350μ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` = 7 and `wheels`.`diameter` = 17 and `wheels`.`ET` = '43' and `wheels`.`DIA` = 65.1 and `wheels`.`pcd` = 5 and `wheels`.`pcd_x` = 1081.22s/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` = 7 and `wheels`.`diameter` = 17 and `wheels`.`ET` = '43' and `wheels`.`DIA` = 65.1 and `wheels`.`pcd` = 5 and `wheels`.`pcd_x` = 108 and `product`.`id` <> 746905 limit 5549ms/app/Models/Product/Product.php:1295avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `product_images` where `product_id` in (705342, 766931, 772866, 772869, 779507)1.85ms/app/Libraries/ProductHelper.php:30avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 705342) limit 1850μ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 (705342)940μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42)340μ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'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-11-03 12:03:27' and `to` >= '2025-11-03 12:03:27'440μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 766931) limit 1370μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (766931)690μ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'320μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-03 12:03:27' and `to` >= '2025-11-03 12:03:27'210μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 772866) limit 1320μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `promo_tags`.*, `product_to_promo`.`product_id` from `promo_tags` inner join `product_to_promo` on `product_to_promo`.`tag_id` = `promo_tags`.`id` where `product_to_promo`.`product_id` in (772866)330μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` in (42)470μ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-11-03 12:03:27' and `to` >= '2025-11-03 12:03:27'310μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 772869) limit 11ms/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 (772869)450μ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'200μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-03 12:03:27' and `to` >= '2025-11-03 12:03:27'500μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `products` where (`id` = 779507) limit 11.28ms/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 (779507)480μs/app/Libraries/ProductHelper.php:63avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `promocodes` where `activity` = 1 and `used_times` > 0 and `from` <= '2025-11-03 12:03:27' and `to` >= '2025-11-03 12:03:27'270μs/app/Models/Promocode.php:100avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_store`.`product_id`, `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`days` as `days`, CASE
WHEN product_redprice.discount IS NOT NULL
THEN
FLOOR((product_store.price * (100 - product_redprice.discount) / 100) / 10) * 10
ELSE
product_store.price
END AS minprice from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` left join `product_redprice` on `product_store`.`product_id` = `product_redprice`.`product_id` and `product_store`.`supplier_id` = `product_redprice`.`supplier_id` where `product_store`.`product_id` in (705342, 766931, 772866, 772869, 779507) and `product_store`.`quantity` > 0 and `product_store`.`price` > 0 order by `minprice` asc1.34ms/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` = 705342 order by `suppliers`.`type` desc500μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS525605' and `supplier_id` = 11) and `quantity` > 0 limit 142.45ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 705342 and `supplier_id` = 11)410μs/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS525605' and `supplier_id` = 5) and `quantity` > 0 limit 168.86ms/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` = 766931 order by `suppliers`.`type` desc1.8ms/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS526691' and `supplier_id` = 11) and `quantity` > 0 limit 163.86ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 766931 and `supplier_id` = 11)1.03ms/app/Models/Product/ProductStore.php:178avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_store`.`id`, `product_store`.`code`, `product_store`.`price`, `product_store`.`discount_price`, `product_store`.`quantity`, `product_store`.`supplier_id`, `suppliers`.`type`, `suppliers`.`name` as `supplier_name`, `suppliers`.`type` as `type`, `suppliers`.`self_delivery_point_id` as `sdp_id` from `product_store` inner join `suppliers` on `product_store`.`supplier_id` = `suppliers`.`id` where `product_id` = 772866 order by `suppliers`.`type` desc2.51ms/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS526842' and `supplier_id` = 11) and `quantity` > 0 limit 1111ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS526842' and `supplier_id` = 5) and `quantity` > 0 limit 173.76ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 772866 and `supplier_id` = 5)1.12ms/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` = 772869 order by `suppliers`.`type` desc630μs/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS526841' and `supplier_id` = 11) and `quantity` > 0 limit 158.42ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS526841' and `supplier_id` = 5) and `quantity` > 0 limit 150.93ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 772869 and `supplier_id` = 5)1.09ms/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` = 779507 order by `suppliers`.`type` desc1.12ms/app/Models/Product/ProductStore.php:51avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select `product_id`, `supplier_id`, `price`, `discount_price` from `product_store` where (`code` = 'WHS527805' and `supplier_id` = 11) and `quantity` > 0 limit 157.02ms/app/Models/Product/ProductStore.php:172avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select `discount` from `product_redprice` where (`product_id` = 779507 and `supplier_id` = 11)690μ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, 307, 11, 11, 307)570μs/app/Libraries/ProductHelper.php:117avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Backtrace |
|
select * from `product_description` where `product_id` = 746905 limit 1350μs/app/Http/Controllers/Client/CatalogController.php:70avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `images` where `images`.`imageable_id` = 3 and `images`.`imageable_id` is not null and `images`.`imageable_type` = 'App\Models\PromoTag' limit 1330μsview::catalog.product:65avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `site_content` where `site_content`.`id` = 42 limit 1340μsview::catalog.product:67avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 12.09msview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 1590μsview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 14.06msview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 1230μsview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
select * from `self_delivery_points` where `type` = 'store' limit 1230μsview::catalog.productPreview:18avtoshina_beta| Metadata | |
|---|---|
| Bindings |
|
| Hints |
|
| Backtrace |
|
200
0 of 0array:1 [▶ "page" => "14" ]
0 of 0array:1 [▶ "page" => "14" ]
0 of 0array:17 [▶ "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "dev.avtoshina34.ru" ] "content-length" => array:1 [▶ 0 => "" ] "content-type" => array:1 [▶ 0 => "" ] ]
0 of 0array:41 [▶ "USER" => "www-data" "HOME" => "/var/www" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "dev.avtoshina34.ru" "SCRIPT_FILENAME" => "/var/www/avtoshina_beta/public/index.php" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "dev.avtoshina34.ru" "SERVER_PORT" => "443" "SERVER_ADDR" => "89.223.120.242" "REMOTE_PORT" => "13021" "REMOTE_ADDR" => "216.73.216.163" "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/wheels/Khomen-Wheels/746905?page=14" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=14" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1762160605.2224 "REQUEST_TIME" => 1762160605 ]
[]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Mon, 03 Nov 2025 09:03:28 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjI1SGVqWkRJOEV4aGRxRDUyXC9hVUd3PT0iLCJ2YWx1ZSI6IldBQ3hjZVBjYTZSd2dnbE9RemM5RUJCMVF6bEN4cHBNbVB0ZHlFUzlPQldJdGZmaStialFUSHVvNmdaTWdmVVAiLCJtYWMiOiIzZWFjMmExZmFhMDFkNWE2M2FhODE5YmI0YmY5ZWNlNmE3YzI2OGNmZmVmYmMyZWM1NjUwMGMzODI4Y2IxMjU5In0%3D; expires=Mon, 03-Nov-2025 11:03:28 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IjI1SGVqWkRJOEV4aGRxRDUyXC9hVUd3PT0iLCJ2YWx1ZSI6IldBQ3hjZVBjYTZSd2dnbE9RemM5RUJCMVF6bEN4cHBNbVB0ZHlFUzlPQldJdGZmaStialFUSHVvNmdaTWdmVVAiLCJtY ▶" 1 => "laravel_session=eyJpdiI6IktwS3l5Vm9qS0JWWGJWVFVcL0diNDVnPT0iLCJ2YWx1ZSI6InM5XC9uWHQyMmVNN2htK2w2TXVnc3g0YUdrYWh4SytndVNvYUpobzJRdE4yalRHQzZuZmNvTjhlditkd2RMekNzRXlPMUxWQTd6cUg2b2U3amRMeUd6eG4wbWpyTlhoXC9kSGh5Yml3cHFOSTF5QUwwajkwSDZGemYwMFdYVjR0S1giLCJtYWMiOiJiMDYxZWJlMDg1ODcwZmI0YjMyZjczZWRkMTY4OTllMzU1MjMxNzIzNGUwOTQ2OGUzYjdhMzA4MmM2OTM3YWJhIn0%3D; expires=Mon, 03-Nov-2025 11:03:28 GMT; Max-Age=7200; path=/; httponly ◀laravel_session=eyJpdiI6IktwS3l5Vm9qS0JWWGJWVFVcL0diNDVnPT0iLCJ2YWx1ZSI6InM5XC9uWHQyMmVNN2htK2w2TXVnc3g0YUdrYWh4SytndVNvYUpobzJRdE4yalRHQzZuZmNvTjhlditkd2RMekNz ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjI1SGVqWkRJOEV4aGRxRDUyXC9hVUd3PT0iLCJ2YWx1ZSI6IldBQ3hjZVBjYTZSd2dnbE9RemM5RUJCMVF6bEN4cHBNbVB0ZHlFUzlPQldJdGZmaStialFUSHVvNmdaTWdmVVAiLCJtYWMiOiIzZWFjMmExZmFhMDFkNWE2M2FhODE5YmI0YmY5ZWNlNmE3YzI2OGNmZmVmYmMyZWM1NjUwMGMzODI4Y2IxMjU5In0%3D; expires=Mon, 03-Nov-2025 11:03:28 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjI1SGVqWkRJOEV4aGRxRDUyXC9hVUd3PT0iLCJ2YWx1ZSI6IldBQ3hjZVBjYTZSd2dnbE9RemM5RUJCMVF6bEN4cHBNbVB0ZHlFUzlPQldJdGZmaStialFUSHVvNmdaTWdmVVAiLCJtY ▶" 1 => "laravel_session=eyJpdiI6IktwS3l5Vm9qS0JWWGJWVFVcL0diNDVnPT0iLCJ2YWx1ZSI6InM5XC9uWHQyMmVNN2htK2w2TXVnc3g0YUdrYWh4SytndVNvYUpobzJRdE4yalRHQzZuZmNvTjhlditkd2RMekNzRXlPMUxWQTd6cUg2b2U3amRMeUd6eG4wbWpyTlhoXC9kSGh5Yml3cHFOSTF5QUwwajkwSDZGemYwMFdYVjR0S1giLCJtYWMiOiJiMDYxZWJlMDg1ODcwZmI0YjMyZjczZWRkMTY4OTllMzU1MjMxNzIzNGUwOTQ2OGUzYjdhMzA4MmM2OTM3YWJhIn0%3D; expires=Mon, 03-Nov-2025 11:03:28 GMT; path=/; httponly ◀laravel_session=eyJpdiI6IktwS3l5Vm9qS0JWWGJWVFVcL0diNDVnPT0iLCJ2YWx1ZSI6InM5XC9uWHQyMmVNN2htK2w2TXVnc3g0YUdrYWh4SytndVNvYUpobzJRdE4yalRHQzZuZmNvTjhlditkd2RMekNz ▶" ] ]
0 of 0array:3 [▶ "_token" => "OIL8mSb8j2866lgFN9HUFwObdCE2jJX1yw0IwKlm" "_previous" => array:1 [▶ "url" => "https://dev.avtoshina34.ru/catalog/wheels/Khomen-Wheels/746905?page=14" ] "PHPDEBUGBAR_STACK_DATA" => [] ]
