| 11.2866759300 | 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 = '1771' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '242853' AND p.product_id != '242853' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 5.1765680313 | 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 = '242853' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 1.3074219227 | 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 = '242853' 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.6823499203 | 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 = '1922' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '242853' AND p.product_id != '242853' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0195231438 | DELETE FROM `oc_session` WHERE `expire` < '2025-12-17 09:23:39' |
| 0.0160691738 | UPDATE oc_product SET viewed = (viewed + 1) WHERE product_id = '242853' |
| 0.0144279003 | 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.0056188107 | SELECT category_id, parent_id FROM oc_category ORDER BY parent_id |
| 0.0051229000 | 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 = '242878' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0049610138 | 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 = '242926' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0045228004 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/currency' |
| 0.0044581890 | 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 = '242879' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0042850971 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0042810440 | 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 = '242927' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0042769909 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
| 0.0042629242 | 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 = '244744' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0040769577 | 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 = '1937' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '242853' AND p.product_id != '242853' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0040211678 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/special' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0039989948 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '56b76286f997846bddb5cd7369' |
| 0.0039780140 | 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 = '242853' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0039157867 | 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.0039091110 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0034790039 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '56b76286f997846bddb5cd7369' |
| 0.0030910969 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_pwa' OR route = 'ru-ru') |
| 0.0030148029 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0029327869 | 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.0028309822 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC |
| 0.0027310848 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '56b76286f997846bddb5cd7369' |
| 0.0025689602 | 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.0024380684 | 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.0023961067 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/search' |
| 0.0023770332 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_news_related' |
| 0.0023341179 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'ru-ru') |
| 0.0022881031 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/footer' |
| 0.0022690296 | 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.0022239685 | SHOW TABLES LIKE 'oc_ocfilter_setting' |
| 0.0021879673 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_subscribe' OR route = 'ru-ru') |
| 0.0021729469 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/register' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0021531582 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' |
| 0.0020990372 | 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 = '242927' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0020442009 | 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 = '244744' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0019159317 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0018441677 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' |
| 0.0016818047 | 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 = '242879' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0016620159 | SELECT category_id FROM oc_product_to_category WHERE product_id = '242853' ORDER BY main_category DESC LIMIT 1 |
| 0.0016248226 | 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 = '242878' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0015919209 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242853' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0015730858 | 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 = '242926' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0015659332 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242853' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0015640259 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'product/product' |
| 0.0015490055 | 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.0014829636 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0014600754 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0014400482 | SHOW TABLES LIKE 'oc_cartkeeper' |
| 0.0014259815 | SHOW TABLES LIKE 'oc_cartkeeper_share' |
| 0.0014040470 | SELECT image FROM `oc_product_image` WHERE product_id = '242878' ORDER BY sort_order ASC LIMIT 4 |
| 0.0013661385 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'manufacturer_id=0' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0013260841 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242853' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0012919903 | 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.0012321472 | 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.0011980534 | 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 = '242853' AND agd.language_id = '1' GROUP BY ag.attribute_group_id ORDER BY ag.sort_order, agd.name |
| 0.0011811256 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0011739731 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/cart' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0011560917 | 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 = '242853' AND n2s.store_id = '0' AND n.date_added <= NOW() AND n.status = '1' ORDER BY n.date_added DESC LIMIT 20 |
| 0.0011270046 | 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 = '1951' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '242853' AND p.product_id != '242853' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0010859966 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/cart' |
| 0.0010640621 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'affiliate/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0010600090 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'ru-ru') |
| 0.0009999275 | SELECT * FROM oc_module WHERE module_id = '36' |
| 0.0009911060 | SELECT category_id FROM oc_product_to_category WHERE product_id = '242853' ORDER BY main_category DESC LIMIT 1 |
| 0.0009880066 | 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 = '242853' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009801388 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_notification' |
| 0.0009660721 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242853' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0009379387 | 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 = '1948' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '242853' AND p.product_id != '242853' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0008981228 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '56b76286f997846bddb5cd7369' |
| 0.0008878708 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0008780956 | SELECT image FROM `oc_product_image` WHERE product_id = '242879' ORDER BY sort_order ASC LIMIT 4 |
| 0.0008299351 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242927' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0008280277 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/checkout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0008230209 | 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.0008220673 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'ru-ru') |
| 0.0008161068 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0007898808 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/order' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007758141 | SELECT query FROM oc_seo_url WHERE keyword = 'akkumulyatornyj-tortsevatel-dlya-trub-rotorica-gf-15' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007560253 | 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.0007510185 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'product/review' |
| 0.0007328987 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=244744' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007271767 | SELECT * FROM oc_extension WHERE `type` = 'analytics' |
| 0.0007028580 | 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 = 242853 AND status = '1' AND pr.customer_group_id = '1' ORDER BY sort_order ASC |
| 0.0006890297 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1948' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006411076 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_news' OR route = 'ru-ru') |
| 0.0006408691 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242926' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006399155 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242853' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006389618 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_subscribe' |
| 0.0006260872 | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC |
| 0.0006170273 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/register' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006160736 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/language' |
| 0.0005960464 | SELECT category_id FROM oc_product_to_category WHERE product_id = '242853' ORDER BY main_category DESC LIMIT 1 |
| 0.0005941391 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242853' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005769730 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://mgsnab.com/' |
| 0.0005619526 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242853' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005450249 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1922' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005290508 | 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.0005249977 | DELETE FROM oc_cartkeeper WHERE date_added < DATE_SUB(NOW(), INTERVAL '30' DAY) |
| 0.0005040169 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242878' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004978180 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=242879' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004971027 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004880428 | SELECT * FROM oc_ocfilter_setting |
| 0.0004649162 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') |
| 0.0004549026 | SELECT * FROM oc_product_image WHERE product_id = '242853' ORDER BY sort_order ASC |
| 0.0004549026 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/home' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004498959 | 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.0004460812 | SELECT * FROM oc_extension WHERE `type` = 'total' |
| 0.0004448891 | SELECT category_id FROM oc_product_to_category WHERE product_id = '242853' ORDER BY main_category DESC LIMIT 1 |
| 0.0004439354 | DELETE FROM oc_cart WHERE date_added < DATE_SUB(NOW(), INTERVAL '30' DAY) |
| 0.0004429817 | 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.0004398823 | DELETE FROM oc_cartkeeper_share WHERE customer_id = '0' AND date_added < DATE_SUB(NOW(), INTERVAL '20' DAY) |
| 0.0004398823 | 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.0004370213 | 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.0004370213 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1922' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004270077 | 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.0004260540 | SELECT image FROM `oc_product_image` WHERE product_id = '242927' ORDER BY sort_order ASC LIMIT 4 |
| 0.0004241467 | 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.0004231930 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004179478 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1922' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004138947 | 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 = '242853' AND request_list = '1' AND status = '3' ORDER BY date_added DESC LIMIT 0,5 |
| 0.0004119873 | 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.0004119873 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004110336 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '56b76286f997846bddb5cd7369' |
| 0.0004069805 | 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.0004057884 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0004007816 | SELECT category_id FROM `oc_product_to_category` WHERE product_id = '242853' |
| 0.0003969669 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1951' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003957748 | SELECT * FROM oc_module WHERE module_id = '31' |
| 0.0003938675 | SELECT image FROM `oc_product_image` WHERE product_id = '244744' ORDER BY sort_order ASC LIMIT 4 |
| 0.0003929138 | 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.0003800392 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0003788471 | SELECT * FROM oc_currency |
| 0.0003771782 | 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.0003769398 | SELECT `data` FROM `oc_session` WHERE `session_id` = '56b76286f997846bddb5cd7369' AND `expire` > '2025-12-17 09:23:39' |
| 0.0003750324 | 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 = '1922' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003678799 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND `code` = 'ocfilter' |
| 0.0003659725 | 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.0003640652 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/compare' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003609657 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_request_list' |
| 0.0003569126 | SELECT language_id FROM oc_language WHERE code = '0' AND status = '1' LIMIT 1 |
| 0.0003530979 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
| 0.0003528595 | 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.0003499985 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0003499985 | 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.0003480911 | 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.0003471375 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1948' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003459454 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
| 0.0003399849 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_top' ORDER BY sort_order |
| 0.0003371239 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '56b76286f997846bddb5cd7369' |
| 0.0003359318 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
| 0.0003359318 | 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 = '1937' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003328323 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0003321171 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1937' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003318787 | 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.0003290176 | 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 = '1951' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003290176 | 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.0003268719 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003259182 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0003211498 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_bottom' ORDER BY sort_order |
| 0.0003190041 | SELECT layout_id FROM `oc_layout_route` WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0003178120 | 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.0003170967 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0003170967 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0003170967 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1937' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003161430 | SELECT category_id FROM oc_product_to_category WHERE product_id = '242853' ORDER BY main_category DESC LIMIT 1 |
| 0.0003139973 | 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.0003130436 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/home' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003111362 | 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 = '1771' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003108978 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1922' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003089905 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0003077984 | SELECT images FROM `oc_review` WHERE product_id = '242853' AND status = '1' |
| 0.0003070831 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0003058910 | 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.0003051758 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
| 0.0003049374 | 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 = '1951' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003018379 | SELECT * FROM oc_product_to_category WHERE product_id = '242853' |
| 0.0003011227 | 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.0002970695 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=1937' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002961159 | 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.0002939701 | SELECT `session_id` FROM `oc_cart` WHERE `session_id` = '56b76286f997846bddb5cd7369' LIMIT 1 |
| 0.0002930164 | 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.0002930164 | 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.0002918243 | 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 = '1948' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002908707 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
| 0.0002870560 | SELECT image FROM `oc_product_image` WHERE product_id = '242926' ORDER BY sort_order ASC LIMIT 4 |
| 0.0002870560 | 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.0002861023 | 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.0002818108 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002810955 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0002808571 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '56b76286f997846bddb5cd7369' |
| 0.0002808571 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'ru-ru') |
| 0.0002758503 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0002689362 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002689362 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0002679825 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0002679825 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0002670288 | SELECT * FROM oc_product_discount WHERE product_id = '242853' 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.0002658367 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_auto_related' |
| 0.0002651215 | 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.0002639294 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/manufacturer' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002629757 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0002620220 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0002570152 | SELECT * FROM oc_product_to_layout WHERE product_id = '242853' AND store_id = '0' |
| 0.0002570152 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/tracking' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002539158 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/download' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002539158 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/sitemap' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002508163 | 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.0002470016 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/logout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002470016 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002460480 | 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.0002460480 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0002450943 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/order' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002439022 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_request' OR route = 'ru-ru') |
| 0.0002431870 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0002381802 | 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.0002379417 | SELECT layout_id FROM `oc_layout_route` WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0002369881 | SELECT * FROM oc_product_to_layout WHERE product_id = '242853' AND store_id = '0' |
| 0.0002357960 | SET time_zone = '+03:00' |
| 0.0002350807 | 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.0002329350 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0002300739 | DELETE FROM oc_cartkeeper_share WHERE customer_id != '0' AND date_added < DATE_SUB(NOW(), INTERVAL '20' DAY) |
| 0.0002291203 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'ru-ru') |
| 0.0002291203 | 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.0002281666 | 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.0002279282 | 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.0002250671 | 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.0002238750 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0002188683 | SET time_zone = '+00:00' |
| 0.0002188683 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/newsletter' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002181530 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002181530 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/banner' |
| 0.0002179146 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/uni_reviews' OR route = 'ru-ru') |
| 0.0002160072 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/content_top' |
| 0.0002140999 | 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.0002131462 | SELECT * FROM oc_product_to_layout WHERE product_id = '242853' AND store_id = '0' |
| 0.0002131462 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0002131462 | SELECT * FROM oc_product_to_layout WHERE product_id = '242853' AND store_id = '0' |
| 0.0002121925 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/bundles' |
| 0.0002110004 | SELECT * FROM oc_module WHERE module_id = '81' |
| 0.0002110004 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_left' |
| 0.0002100468 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/uni_reviews' OR route = 'ru-ru') |
| 0.0002098083 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002059937 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' |
| 0.0002059937 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/header' |
| 0.0002050400 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_left' |
| 0.0002009869 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_request' OR route = 'ru-ru') |
| 0.0002009869 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/banner' |
| 0.0002000332 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/transaction' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0001971722 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0001969337 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_right' |
| 0.0001950264 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/logout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0001940727 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'ru-ru') |
| 0.0001940727 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'ru-ru') |
| 0.0001919270 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/cart' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0001909733 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0001909733 | SELECT * FROM oc_product_to_layout WHERE product_id = '242853' AND store_id = '0' |
| 0.0001897812 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/voucher' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0001890659 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'account/register' OR route = 'ru-ru') |
| 0.0001888275 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/checkout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0001881123 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/currency' |
| 0.0001850128 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'ru-ru') |
| 0.0001850128 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0001831055 | 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.0001800060 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/uni_reviews' OR route = 'ru-ru') |
| 0.0001800060 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_slideshow_v2' |
| 0.0001780987 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0001771450 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_request' OR route = 'ru-ru') |
| 0.0001749992 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0001709461 | SELECT * FROM oc_product_to_layout WHERE product_id = '242853' AND store_id = '0' |
| 0.0001659393 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'ru-ru') |
| 0.0001621246 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/content_bottom' |
| 0.0001599789 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0001580715 | SELECT * FROM oc_product_to_layout WHERE product_id = '242853' AND store_id = '0' |
| 0.0001571178 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0001571178 | SELECT * FROM oc_module WHERE module_id = '31' |
| 0.0001511574 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/review' OR route = 'ru-ru') |
| 0.0001430511 | SET SQL_BIG_SELECTS = 1 |
| 0.0001409054 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/menu' |
| 0.0001351833 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_right' |