Спасибо за вашу заявку!

Мы обязательно сообщим вам, как только товар появится в наличии!

Мы получили вашу заявку!

Ожидайте звонка,
наш менеджер свяжется с вами.
!

Спасибо за вашу заявку!

Мы обязательно сообщим вам, как только товар появится в наличии!

Мы получили вашу заявку!

Ожидайте звонка,
наш менеджер свяжется с вами.
!

Спасибо за вашу заявку!

Мы обязательно сообщим вам, как только товар появится в наличии!

Мы получили вашу заявку!

Ожидайте звонка,
наш менеджер свяжется с вами.
!

Спасибо за вашу заявку!

Мы обязательно сообщим вам, как только товар появится в наличии!

Мы получили вашу заявку!

Ожидайте звонка,
наш менеджер свяжется с вами.
!

Пушки для бадминтона для бадминтона

5 товаров
5

Портативная пушка для бадминтона Time Out

Портативная пушка для бадминтона Time Out

  • Предзаказ

8 990 ₽

Заказ в один клик

Пушка для бадминтона Siboasi B2202A

Пушка для бадминтона Siboasi B2202A

  • Предзаказ

308 000 ₽

Заказ в один клик

Пушка для бадминтона Siboasi B4025

Пушка для бадминтона Siboasi B4025

  • Предзаказ

585 000 ₽

Заказ в один клик

Пушка для бадминтона Siboasi B5

Пушка для бадминтона Siboasi B5

  • Предзаказ

195 000 ₽

Заказ в один клик

Пушка для бадминтона Siboasi S4025A

Пушка для бадминтона Siboasi S4025A

  • Предзаказ

358 000 ₽

Заказ в один клик

Background

Следите за нашими обновлениями



Мы всегда в курсе последних тенденций мира бадминтона. Это позволяет нам предлагать только самый современный инвентарь, одежду и обувь. Для нас важно, чтобы каждый клиент мог найти для себя оптимальный вариант по размеру и функционалу.

Не храним свои находки в секрете — сразу сообщаем о последних поступлениях. Если вы хотите всегда быть в курсе изменений в нашем ассортименте, скидок, акций, новостей, подпишитесь на рассылку. Последние события мимо вас не пройдут.

Подписка на рассылку

Подпишитесь на рассылку, чтобы первыми узнавать
о новинках и специальных предложениях

Debug Info
SQL
Controllers
Total SQL Time: 0.079917s
0.004315s
DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 30 DAY)
0.002798s
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
0.002733s
SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '2954' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
0.002560s
SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC
0.002281s
SELECT p.product_id, p.quantity>0 as instock, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.quantity = '1' AND pd2.customer_group_id = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND (p.quantity > 0 OR p.stock_status_id = 8) AND cp.path_id = '170' AND (p.quantity > 0 OR p.stock_status_id = 8) GROUP BY p.product_id ORDER BY instock DESC, p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,24
0.002235s
SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '170' AND (p.quantity > 0 OR p.stock_status_id = 8)
0.002204s
SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '2736' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
0.001667s
SELECT p.product_id, p.quantity>0 as instock, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.quantity = '1' AND pd2.customer_group_id = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND (p.quantity > 0 OR p.stock_status_id = 8) AND cp.path_id = '170' AND (p.quantity > 0 OR p.stock_status_id = 8) GROUP BY p.product_id ORDER BY instock DESC, p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,24
0.001495s
SELECT * FROM oc_product_option_value pov LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id) LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id) WHERE pov.product_id = '2736' AND pov.product_option_id = '1511558' AND ovd.language_id = '1' ORDER BY ov.sort_order
0.001434s
SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC
0.001364s
SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'IMDiscount'
0.001235s
SELECT * FROM oc_blog_category c LEFT JOIN oc_blog_category_description cd ON (c.blog_category_id = cd.blog_category_id) LEFT JOIN oc_blog_category_to_store c2s ON (c.blog_category_id = c2s.blog_category_id) WHERE cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.parent_id, c.sort_order, cd.name
0.001230s
SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '2956' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
0.001214s
SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '2957' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
0.001171s
SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '2951' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
0.001121s
SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '0' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
0.001044s
SELECT * FROM oc_product_to_category WHERE product_id = '2736'
0.001032s
SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'module_cookie_consent'
0.000989s
SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'module_checkout_consent'
0.000961s
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '170' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
0.000933s
SELECT * FROM oc_product_option po LEFT JOIN `oc_option` o ON (po.option_id = o.option_id) LEFT JOIN oc_option_description od ON (o.option_id = od.option_id) WHERE po.product_id = '2736' AND od.language_id = '1' ORDER BY o.sort_order
0.000929s
SELECT * FROM oc_product_option po LEFT JOIN `oc_option` o ON (po.option_id = o.option_id) LEFT JOIN oc_option_description od ON (o.option_id = od.option_id) WHERE po.product_id = '2954' AND od.language_id = '1' ORDER BY o.sort_order
0.000928s
SELECT * FROM oc_product_option po LEFT JOIN `oc_option` o ON (po.option_id = o.option_id) LEFT JOIN oc_option_description od ON (o.option_id = od.option_id) WHERE po.product_id = '2957' AND od.language_id = '1' ORDER BY o.sort_order
0.000902s
SELECT `value` FROM `oc_setting` WHERE `key` = 'config_language'
0.000885s
SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'IMDiscountData'
0.000885s
SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'IMDiscountData'
0.000837s
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '170' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
0.000741s
SELECT * FROM oc_product_option po LEFT JOIN `oc_option` o ON (po.option_id = o.option_id) LEFT JOIN oc_option_description od ON (o.option_id = od.option_id) WHERE po.product_id = '2956' AND od.language_id = '1' ORDER BY o.sort_order
0.000728s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000700s
SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `event_id` ASC
0.000695s
SELECT * FROM oc_product_option po LEFT JOIN `oc_option` o ON (po.option_id = o.option_id) LEFT JOIN oc_option_description od ON (o.option_id = od.option_id) WHERE po.product_id = '2951' AND od.language_id = '1' ORDER BY o.sort_order
0.000658s
SHOW COLUMNS FROM `oc_socnetauth2_customer2account`
0.000632s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000614s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000604s
SELECT * FROM `oc_custommenu` m LEFT JOIN oc_custommenu_description md ON (m.custommenu_id = md.custommenu_id) LEFT JOIN oc_custommenu_to_store ms ON (m.custommenu_id = ms.custommenu_id) WHERE ms.store_id = '0' AND md.language_id = '1' AND m.status = 1 ORDER BY m.sort_order
0.000560s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000529s
SELECT * FROM `oc_custommenu_child` mc LEFT JOIN oc_custommenu_child_description mcd ON (mc.custommenu_child_id = mcd.custommenu_child_id) LEFT JOIN oc_custommenu_child_to_store mcs ON (mc.custommenu_child_id = mcs.custommenu_child_id) WHERE mcs.store_id = '0'AND mcd.language_id = '1' AND mc.status = 1 ORDER BY mc.sort_order
0.000504s
SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '170' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
0.000503s
SELECT COUNT(DISTINCT p.article_id) AS total FROM oc_article p LEFT JOIN oc_article_description pd ON (p.article_id = pd.article_id) LEFT JOIN oc_article_to_store p2s ON (p.article_id = p2s.article_id) LEFT JOIN oc_article_to_blog_category p2c ON (p.article_id = p2c.article_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.blog_category_id = '0'
0.000487s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000486s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000485s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000478s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000471s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000470s
UPDATE `oc_socnetauth2_customer2account` SET code = '' WHERE DATE_ADD(mdate, INTERVAL 15 MINUTE)<NOW()
0.000466s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000463s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000462s
SHOW COLUMNS FROM `oc_socnetauth2_customer2account`
0.000451s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000449s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000447s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000444s
select imdisc_id, name, type, is_active, date_start, date_end, params from `oc_imdisc` d where d.is_active = 1 and ( d.date_start is null or d.date_start <= '2025-07-04') and ( d.date_end is null or d.date_end >= '2025-07-04') order by date_start desc, date_end desc, name asc
0.000441s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000436s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000426s
SELECT * FROM oc_extension WHERE `type` = 'openbay'
0.000425s
SHOW COLUMNS FROM `oc_socnetauth2_customer2account`
0.000423s
SELECT COUNT(DISTINCT p.article_id) AS total FROM oc_article p LEFT JOIN oc_article_description pd ON (p.article_id = pd.article_id) LEFT JOIN oc_article_to_store p2s ON (p.article_id = p2s.article_id) LEFT JOIN oc_article_to_blog_category p2c ON (p.article_id = p2c.article_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.blog_category_id = '0'
0.000420s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000415s
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2761') ORDER BY tr1.priority ASC
0.000413s
SELECT * FROM oc_layout_module WHERE layout_id = '124' AND position = 'column_left' ORDER BY sort_order
0.000403s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000394s
SHOW COLUMNS FROM `oc_socnetauth2_customer2account`
0.000391s
SELECT * FROM oc_category_to_layout WHERE category_id = '170' AND store_id = '0'
0.000390s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000378s
SELECT * FROM oc_currency
0.000364s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000357s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000356s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000355s
SELECT COUNT(DISTINCT p.article_id) AS total FROM oc_article p LEFT JOIN oc_article_description pd ON (p.article_id = pd.article_id) LEFT JOIN oc_article_to_store p2s ON (p.article_id = p2s.article_id) LEFT JOIN oc_article_to_blog_category p2c ON (p.article_id = p2c.article_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.blog_category_id = '0'
0.000351s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000349s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000344s
SHOW COLUMNS FROM `oc_socnetauth2_customer2account`
0.000344s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000331s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000324s
SELECT * FROM oc_layout_module WHERE layout_id = '124' AND position = 'content_bottom' ORDER BY sort_order
0.000321s
SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://https://badm-store.ru//'
0.000318s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000317s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000315s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000315s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000302s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000299s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000299s
SELECT * FROM oc_extension WHERE `type` = 'openbay'
0.000296s
SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
0.000295s
SELECT * FROM oc_layout_module WHERE layout_id = '124' AND position = 'content_top' ORDER BY sort_order
0.000295s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000291s
UPDATE `oc_socnetauth2_customer2account` SET code = '' WHERE DATE_ADD(mdate, INTERVAL 15 MINUTE)<NOW()
0.000291s
SHOW COLUMNS FROM `oc_socnetauth2_customer2account`
0.000286s
SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
0.000286s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000281s
UPDATE `oc_socnetauth2_customer2account` SET code = '' WHERE DATE_ADD(mdate, INTERVAL 15 MINUTE)<NOW()
0.000276s
SELECT * FROM oc_layout_module WHERE layout_id = '124' AND position = 'column_right' ORDER BY sort_order
0.000274s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000271s
SELECT * FROM oc_product_to_category WHERE product_id = '2954'
0.000269s
SELECT * FROM oc_extension WHERE `type` = 'module' AND `code` = 'related_options'
0.000268s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000267s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000264s
SELECT `id` FROM `oc_seo_tags_generator_not_use` WHERE `id` = '170' AND `essence_id` = '2'
0.000262s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000260s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000259s
SELECT * FROM oc_extension WHERE `type` = 'total'
0.000256s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000248s
SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
0.000245s
SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
0.000244s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000242s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000241s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000237s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000232s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000231s
SELECT * FROM oc_product_to_category WHERE product_id = '2957'
0.000231s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000229s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000226s
SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
0.000225s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000222s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000220s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000220s
SELECT * FROM oc_category_to_layout WHERE category_id = '170' AND store_id = '0'
0.000218s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000217s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000212s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000210s
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2761') ORDER BY tr1.priority ASC
0.000208s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000208s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000207s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000206s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000206s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000199s
SELECT * FROM oc_extension WHERE `type` = 'analytics'
0.000199s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000197s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000195s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000194s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000194s
SELECT * FROM oc_product_to_category WHERE product_id = '2956'
0.000191s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000187s
SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '1'
0.000183s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000183s
SELECT * FROM oc_product_to_category WHERE product_id = '2951'
0.000182s
SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000178s
SELECT * FROM oc_extension WHERE `type` = 'module' AND `code` = 'related_options'
0.000178s
SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'a1b7dc8db3177417aa05503a8d37e510'
0.000160s
SELECT * FROM oc_category_to_layout WHERE category_id = '170' AND store_id = '0'
0.000157s
SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '1'
0.000152s
SELECT * FROM oc_language WHERE status = '1'
0.000131s
SELECT * FROM oc_category_to_layout WHERE category_id = '170' AND store_id = '0'
Total Controller Time: 1.205675s
startup/session — 0.001502s × 1x
extension/module/progroman/citymanager — 0.004580s × 2x
startup/startup — 0.037603s × 1x
startup/error — 0.000828s × 1x
startup/event — 0.060456s × 1x
startup/maintenance — 0.000793s × 1x
event/compatibility — 0.070134s × 150x
startup/seo_pro — 0.015095s × 1x
extension/module/avail — 0.003646s × 5x
extension/module/v2pagecache — 0.047869s × 25x
event/theme — 0.008976s × 15x
extension/module/category — 0.038046s × 1x
common/column_left — 0.048591s × 1x
common/column_right — 0.003475s × 1x
extension/module/pro_sticker — 0.003135s × 1x
common/content_top — 0.009077s × 1x
common/content_bottom — 0.003979s × 1x
common/remarketing — 0.003163s × 3x
common/footer — 0.022420s × 1x
event/cdekshipping — 0.034056s × 90x
account/socnetauth2 — 0.012051s × 3x
extension/analytics/google_analytics — 0.001133s × 1x
common/language — 0.005842s × 1x
common/currency — 0.006148s × 1x
blog/menu — 0.014204s × 1x
common/search — 0.004346s × 1x
common/cart — 0.112638s × 1x
common/header — 0.198180s × 1x
product/category — 0.433709s × 1x