| 0.0533280373 | SELECT p.product_id FROM `oc_product` p LEFT JOIN `oc_product_to_category` p2c ON (p.product_id = p2c.product_id) LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id) WHERE p2c.category_id = '1334' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '230220' AND p.product_id != '230220' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0157930851 | SELECT p.product_id FROM `oc_product` p LEFT JOIN `oc_product_to_category` p2c ON (p.product_id = p2c.product_id) LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id) WHERE p2c.category_id = '1364' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '230220' AND p.product_id != '230220' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0134761333 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0127751827 | DELETE FROM `oc_session` WHERE `expire` < '2025-12-17 12:45:42' |
| 0.0101170540 | 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' OR c.category_id IN(SELECT category_id FROM oc_category_parent cpr WHERE cpr.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.0094499588 | 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 = '230223' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0075139999 | 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 = '230226' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0072588921 | SELECT category_id, parent_id FROM oc_category ORDER BY parent_id |
| 0.0069670677 | 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 = '230221' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0060441494 | UPDATE oc_product SET viewed = (viewed + 1) WHERE product_id = '230220' |
| 0.0046751499 | 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 = '230225' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0044660568 | 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 = '230227' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0041370392 | 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 = '230220' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0040400028 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'ru-ru') |
| 0.0031590462 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC |
| 0.0031130314 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' |
| 0.0026769638 | SHOW TABLES LIKE 'oc_ocfilter_setting' |
| 0.0026068687 | SELECT p.product_id FROM `oc_product` p LEFT JOIN `oc_product_to_category` p2c ON (p.product_id = p2c.product_id) LEFT JOIN `oc_product_to_store` p2s ON (p.product_id = p2s.product_id) WHERE p2c.category_id = '1367' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '230220' AND p.product_id != '230220' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0025508404 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230223' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0023422241 | SELECT image FROM `oc_product_image` WHERE product_id = '230223' ORDER BY sort_order ASC LIMIT 4 |
| 0.0023341179 | SHOW TABLES LIKE 'oc_cartkeeper_share' |
| 0.0022819042 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230220' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0020899773 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' |
| 0.0020558834 | SELECT r.review_id, r.author, r.rating, r.text, r.plus, r.minus, r.admin_reply, r.images, r.votes_plus, r.votes_minus, r.real_buyer, p.product_id, pd.name, p.price, p.image, r.date_added FROM oc_review r LEFT JOIN oc_product p ON (r.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) WHERE p.product_id = '230220' AND p.date_available <= NOW() AND p.status = '1' AND r.status = '1' AND pd.language_id = '1' ORDER BY r.date_added DESC LIMIT 0,5 |
| 0.0017921925 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230220' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0017189980 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230220' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0016338825 | SELECT * FROM oc_product_image WHERE product_id = '230220' ORDER BY sort_order ASC |
| 0.0016260147 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=501' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0015728474 | SHOW TABLES LIKE 'oc_cartkeeper' |
| 0.0015509129 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0015490055 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0015220642 | SELECT DISTINCT * 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 i.information_id = '3' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' |
| 0.0015029907 | 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.0013630390 | 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 = '230221' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0012710094 | SELECT DISTINCT * 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 i.information_id = '3' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' |
| 0.0012230873 | 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 = '230220' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0011930466 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_notification' |
| 0.0011658669 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0011432171 | 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 = '230225' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0010759830 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' |
| 0.0010578632 | SELECT * FROM oc_product_to_layout WHERE product_id = '230220' AND store_id = '0' |
| 0.0010230541 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0010061264 | 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 = '230227' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0010018349 | 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 = '230226' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009691715 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0009639263 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230226' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0009620190 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0009350777 | SELECT category_id FROM oc_product_to_category WHERE product_id = '230220' ORDER BY main_category DESC LIMIT 1 |
| 0.0009350777 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '6f72368d81820cdc55fe1d0d1a' |
| 0.0009338856 | 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 = '230223' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009219646 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/tracking' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0009131432 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230220' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0009098053 | SELECT DISTINCT * 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 i.information_id = '3' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' |
| 0.0008811951 | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC |
| 0.0008759499 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/currency/currency' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0008499622 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=238' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0008308887 | SELECT * FROM oc_module WHERE module_id = '81' |
| 0.0008249283 | SELECT * FROM oc_extension WHERE `type` = 'analytics' |
| 0.0008249283 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_top' ORDER BY sort_order |
| 0.0008239746 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230221' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0008230209 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0008201599 | SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '6' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC |
| 0.0008149147 | SELECT * FROM oc_ocfilter_setting |
| 0.0007679462 | SELECT category_id FROM oc_product_to_category WHERE product_id = '230220' ORDER BY main_category DESC LIMIT 1 |
| 0.0007510185 | SELECT rd.* FROM oc_product_recurring pr JOIN oc_recurring_description rd ON (rd.language_id = 1 AND rd.recurring_id = pr.recurring_id) JOIN oc_recurring r ON r.recurring_id = rd.recurring_id WHERE pr.product_id = 230220 AND status = '1' AND pr.customer_group_id = '1' ORDER BY sort_order ASC |
| 0.0007319450 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/review' OR route = 'ru-ru') |
| 0.0007219315 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0007171631 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230225' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007119179 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
| 0.0007100105 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230220' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007040501 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/currency/currency' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007040501 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '6f72368d81820cdc55fe1d0d1a' |
| 0.0007019043 | SELECT images FROM `oc_review` WHERE product_id = '230220' AND status = '1' |
| 0.0006830692 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0006768703 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=995' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006749630 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_pwa' OR route = 'ru-ru') |
| 0.0006749630 | SELECT * FROM oc_product_discount WHERE product_id = '230220' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY quantity ASC, priority ASC, price ASC |
| 0.0006678104 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/uni_reviews' OR route = 'ru-ru') |
| 0.0006630421 | SELECT * FROM oc_product_to_category WHERE product_id = '230220' |
| 0.0006549358 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230227' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006508827 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1334' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006458759 | SELECT layout_id FROM `oc_layout_route` WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0006449223 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0006420612 | SELECT image FROM `oc_product_image` WHERE product_id = '230221' ORDER BY sort_order ASC LIMIT 4 |
| 0.0006389618 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/order' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006380081 | SELECT COUNT(DISTINCT layout_module_id) AS total FROM `oc_layout_module` WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
| 0.0006370544 | SELECT layout_id FROM `oc_layout_route` WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0006370544 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230220' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006349087 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0006330013 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '6f72368d81820cdc55fe1d0d1a' |
| 0.0006268024 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=655' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006258488 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'ru-ru') |
| 0.0006210804 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/newsletter' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006151199 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/home' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006051064 | SELECT query FROM oc_seo_url WHERE keyword = 'vstavka_bita_tortsevaya_5_16_torx_t25_l_70_mm_king_tony_187025t' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006039143 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_left' |
| 0.0005960464 | SELECT image FROM `oc_product_image` WHERE product_id = '230227' ORDER BY sort_order ASC LIMIT 4 |
| 0.0005950928 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1400' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005941391 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/logout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005931854 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/special' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005891323 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0005879402 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'ru-ru') |
| 0.0005869865 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=4' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005848408 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'extension/module/uni_login_register/page' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005800724 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=230220' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005757809 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/compare' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005741119 | SELECT category_id FROM oc_product_to_category WHERE product_id = '230220' ORDER BY main_category DESC LIMIT 1 |
| 0.0005729198 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0005700588 | SELECT * FROM oc_extension WHERE `type` = 'total' |
| 0.0005679131 | SELECT * FROM oc_product_to_layout WHERE product_id = '230220' AND store_id = '0' |
| 0.0005660057 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/language' |
| 0.0005650520 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0005648136 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/banner' |
| 0.0005638599 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005598068 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'manufacturer_id=415' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005540848 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1232' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005531311 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0005519390 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1497' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005509853 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/register' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005481243 | SELECT ag.attribute_group_id, agd.name FROM oc_product_attribute pa LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id) LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id) LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id) WHERE pa.product_id = '230220' AND agd.language_id = '1' GROUP BY ag.attribute_group_id ORDER BY ag.sort_order, agd.name |
| 0.0005471706 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0005431175 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1771' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005350113 | SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '6' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC |
| 0.0005338192 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005321503 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0005321503 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1058' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005259514 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1074' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005240440 | 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 = '0') ORDER BY tr1.priority ASC |
| 0.0005190372 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1334' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005130768 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=3' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005118847 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '6f72368d81820cdc55fe1d0d1a' |
| 0.0005080700 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') |
| 0.0005078316 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005068779 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
| 0.0005068779 | SELECT `data` FROM `oc_session` WHERE `session_id` = '6f72368d81820cdc55fe1d0d1a' AND `expire` > '2025-12-17 12:45:42' |
| 0.0005040169 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/menu' |
| 0.0005030632 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_subscribe' |
| 0.0004990101 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=16' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004980564 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1013' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004978180 | SELECT COUNT(DISTINCT layout_module_id) AS total FROM `oc_layout_module` WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
| 0.0004961491 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/uni_reviews' OR route = 'ru-ru') |
| 0.0004940033 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/download' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004889965 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'ru-ru') |
| 0.0004889965 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_slideshow_v2' |
| 0.0004839897 | 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 = '1367' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0004799366 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/voucher' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004739761 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'ru-ru') |
| 0.0004730225 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0004680157 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0004580021 | SELECT request_id, type, name, phone, mail, product_id, comment, admin_comment, date_added, date_modified, status FROM `oc_uni_request` WHERE request_id != '0' AND product_id = '230220' AND request_list = '1' AND status = '3' ORDER BY date_added DESC LIMIT 0,5 |
| 0.0004549026 | SELECT image FROM `oc_product_image` WHERE product_id = '230225' ORDER BY sort_order ASC LIMIT 4 |
| 0.0004549026 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_right' |
| 0.0004520416 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/language/language' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004520416 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/content_top' |
| 0.0004510880 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/sitemap' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004491806 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/manufacturer' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004491806 | SELECT * FROM oc_product_related pr LEFT JOIN oc_product p ON (pr.related_id = p.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pr.product_id = '230220' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0004479885 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004441738 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=6' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004439354 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/home' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004389286 | SELECT nr.news_id FROM `oc_uni_news_product_related` nr LEFT JOIN `oc_uni_news_story` n ON (nr.news_id = n.news_id) LEFT JOIN `oc_uni_news_story_to_store` n2s ON (n.news_id = n2s.news_id) WHERE nr.product_id = '230220' AND n2s.store_id = '0' AND n.date_added <= NOW() AND n.status = '1' ORDER BY n.date_added DESC LIMIT 20 |
| 0.0004370213 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
| 0.0004358292 | SELECT COUNT(DISTINCT layout_module_id) AS total FROM `oc_layout_module` WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
| 0.0004351139 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_right' |
| 0.0004341602 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1579' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004310608 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0004298687 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/cart' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004241467 | SELECT COUNT(DISTINCT layout_module_id) AS total FROM `oc_layout_module` WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
| 0.0004239082 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
| 0.0004229546 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/uni_reviews' OR route = 'ru-ru') |
| 0.0004210472 | 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 = '0') ORDER BY tr1.priority ASC |
| 0.0004160404 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=721' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004138947 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1547' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004100800 | SELECT category_id FROM oc_product_to_category WHERE product_id = '230220' ORDER BY main_category DESC LIMIT 1 |
| 0.0004091263 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_left' |
| 0.0004079342 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/register' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004050732 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0004050732 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://mgsnab.com/' |
| 0.0004050732 | SELECT category_id FROM oc_product_to_category WHERE product_id = '230220' ORDER BY main_category DESC LIMIT 1 |
| 0.0004000664 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/cart' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003998280 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'ru-ru') |
| 0.0003979206 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_bottom' ORDER BY sort_order |
| 0.0003948212 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/footer' |
| 0.0003910065 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0003900528 | 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.0003848076 | DELETE FROM oc_cart WHERE date_added < DATE_SUB(NOW(), INTERVAL '30' DAY) |
| 0.0003840923 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '6f72368d81820cdc55fe1d0d1a' |
| 0.0003829002 | SELECT * FROM oc_product_to_layout WHERE product_id = '230220' AND store_id = '0' |
| 0.0003819466 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/uni_checkout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003790855 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_request' OR route = 'ru-ru') |
| 0.0003781319 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0003750324 | SELECT * FROM oc_module WHERE module_id = '36' |
| 0.0003750324 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_subscribe' OR route = 'ru-ru') |
| 0.0003747940 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003740788 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=17' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003738403 | 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 = '1334' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003721714 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1574' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003709793 | SELECT language_id FROM oc_language WHERE code = '0' AND status = '1' LIMIT 1 |
| 0.0003690720 | SELECT image FROM `oc_product_image` WHERE product_id = '230226' ORDER BY sort_order ASC LIMIT 4 |
| 0.0003688335 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'affiliate/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003681183 | SELECT * FROM oc_product_to_layout WHERE product_id = '230220' AND store_id = '0' |
| 0.0003681183 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003681183 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '6f72368d81820cdc55fe1d0d1a' |
| 0.0003628731 | SELECT * FROM oc_currency |
| 0.0003621578 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/bundles' |
| 0.0003578663 | SELECT * FROM oc_module WHERE module_id = '31' |
| 0.0003571510 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'account/register' OR route = 'ru-ru') |
| 0.0003571510 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0003550053 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_request_list' |
| 0.0003550053 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/transaction' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003540516 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003540516 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0003528595 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '6f72368d81820cdc55fe1d0d1a' |
| 0.0003509521 | DELETE FROM oc_cartkeeper WHERE date_added < DATE_SUB(NOW(), INTERVAL '30' DAY) |
| 0.0003499985 | 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.0003499985 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/content_bottom' |
| 0.0003480911 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/checkout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003430843 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
| 0.0003418922 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/banner' |
| 0.0003409386 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'ru-ru') |
| 0.0003402233 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0003399849 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0003390312 | SELECT * FROM oc_module WHERE module_id = '31' |
| 0.0003371239 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_news_related' |
| 0.0003330708 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND `code` = 'ocfilter' |
| 0.0003328323 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0003328323 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/checkout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003321171 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003249645 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=15' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003240108 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0003230572 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0003221035 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0003199577 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0003190041 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003161430 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0003159046 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/currency' |
| 0.0003149509 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'product/product' |
| 0.0003139973 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'product/review' |
| 0.0003099442 | SELECT category_id FROM `oc_product_to_category` WHERE product_id = '230220' |
| 0.0003099442 | SELECT * FROM oc_product_to_layout WHERE product_id = '230220' AND store_id = '0' |
| 0.0003080368 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'ru-ru') |
| 0.0003051758 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/logout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003030300 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_news' OR route = 'ru-ru') |
| 0.0003008842 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/search' |
| 0.0002989769 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/order' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002980232 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
| 0.0002980232 | SET time_zone = '+00:00' |
| 0.0002942085 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0002911091 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'ru-ru') |
| 0.0002820492 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0002789497 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0002779961 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/return/add' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002779961 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/currency' |
| 0.0002770424 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/cart' |
| 0.0002758503 | SET time_zone = '+03:00' |
| 0.0002679825 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/header' |
| 0.0002579689 | SELECT * FROM oc_product_to_layout WHERE product_id = '230220' AND store_id = '0' |
| 0.0002429485 | SELECT * FROM oc_product_to_layout WHERE product_id = '230220' AND store_id = '0' |
| 0.0002429485 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_request' OR route = 'ru-ru') |
| 0.0002360344 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_request' OR route = 'ru-ru') |
| 0.0002310276 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_auto_related' |
| 0.0001950264 | SET SQL_BIG_SELECTS = 1 |
| 0.0001931190 | SELECT `session_id` FROM `oc_cart` WHERE `session_id` = '6f72368d81820cdc55fe1d0d1a' LIMIT 1 |
| 0.0001862049 | DELETE FROM oc_cartkeeper_share WHERE customer_id = '0' AND date_added < DATE_SUB(NOW(), INTERVAL '20' DAY) |
| 0.0001430511 | DELETE FROM oc_cartkeeper_share WHERE customer_id != '0' AND date_added < DATE_SUB(NOW(), INTERVAL '20' DAY) |