| 0.0504179001 | SELECT * FROM oc_product_option_value pov LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id) LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id) WHERE pov.product_id = '118402' AND pov.product_option_id = '944' AND ovd.language_id = '1' ORDER BY ov.sort_order |
| 0.0478379726 | SELECT * FROM oc_product_option_value pov LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id) LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id) WHERE pov.product_id = '118400' AND pov.product_option_id = '942' AND ovd.language_id = '1' ORDER BY ov.sort_order |
| 0.0418510437 | SELECT * FROM oc_product_option_value pov LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id) LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id) WHERE pov.product_id = '118399' AND pov.product_option_id = '941' AND ovd.language_id = '1' ORDER BY ov.sort_order |
| 0.0412921906 | SELECT * FROM oc_product_option_value pov LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id) LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id) WHERE pov.product_id = '118398' AND pov.product_option_id = '940' AND ovd.language_id = '1' ORDER BY ov.sort_order |
| 0.0411069393 | SELECT * FROM oc_product_option_value pov LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id) LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id) WHERE pov.product_id = '118403' AND pov.product_option_id = '945' AND ovd.language_id = '1' ORDER BY ov.sort_order |
| 0.0393199921 | SELECT * FROM oc_product_option_value pov LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id) LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id) WHERE pov.product_id = '118401' AND pov.product_option_id = '943' AND ovd.language_id = '1' ORDER BY ov.sort_order |
| 0.0244679451 | 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 = '721' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '118398' AND p.product_id != '118398' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0102550983 | DELETE FROM `oc_session` WHERE `expire` < '2025-12-17 09:55:57' |
| 0.0090680122 | 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.0077772141 | SELECT category_id, parent_id FROM oc_category ORDER BY parent_id |
| 0.0055980682 | UPDATE oc_product SET viewed = (viewed + 1) WHERE product_id = '118398' |
| 0.0054330826 | 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 = '731' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '118398' AND p.product_id != '118398' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0053508282 | 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 = '118398' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0052380562 | 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 = '118403' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0052199364 | 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 = '118402' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0044560432 | 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 = '118401' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0041928291 | 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 = '118400' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0039808750 | 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 = '118399' AND od.language_id = '1' ORDER BY o.sort_order |
| 0.0033540726 | 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 = '760' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '118398' AND p.product_id != '118398' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0033409595 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' |
| 0.0032889843 | SELECT category_id FROM oc_product_to_category WHERE product_id = '118398' ORDER BY main_category DESC LIMIT 1 |
| 0.0031878948 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' |
| 0.0030431747 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC |
| 0.0026059151 | 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.0022480488 | SHOW TABLES LIKE 'oc_ocfilter_setting' |
| 0.0017020702 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118398' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0016210079 | 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.0016031265 | 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 = '877' AND p.quantity > '0' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.product_id > '118398' AND p.product_id != '118398' GROUP BY p.product_id ORDER BY p.product_id ASC LIMIT 5 |
| 0.0015480518 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0015120506 | SHOW TABLES LIKE 'oc_cartkeeper' |
| 0.0014159679 | 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 = '118401' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0013849735 | 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.0013740063 | SHOW TABLES LIKE 'oc_cartkeeper_share' |
| 0.0013680458 | 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.0013129711 | 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.0012459755 | SELECT * FROM oc_product_discount WHERE product_id = '118398' 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.0012359619 | SELECT layout_id FROM `oc_layout_route` WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0011091232 | 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.0010929108 | 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 = '118402' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0010838509 | 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 = '118399' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0010519028 | 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.0010321140 | 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.0010221004 | 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 = '118400' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0010180473 | 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.0009980202 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
| 0.0009880066 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118398' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0009589195 | 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 = '118403' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009169579 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/bundles' |
| 0.0008690357 | 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 = '118398' 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.0008471012 | SELECT * FROM oc_product_to_layout WHERE product_id = '118398' AND store_id = '0' |
| 0.0008130074 | SELECT * FROM oc_product_to_layout WHERE product_id = '118398' AND store_id = '0' |
| 0.0008049011 | 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 = '118398' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007989407 | 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.0007867813 | 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.0007681847 | 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.0007379055 | SELECT * FROM oc_product_to_layout WHERE product_id = '118398' AND store_id = '0' |
| 0.0007328987 | 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.0007319450 | DELETE FROM oc_cartkeeper WHERE date_added < DATE_SUB(NOW(), INTERVAL '30' DAY) |
| 0.0007290840 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/download' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007278919 | SELECT images FROM `oc_review` WHERE product_id = '118398' AND status = '1' |
| 0.0007259846 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118398' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007090569 | 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.0007040501 | 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.0007030964 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0006937981 | 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 = '118398' AND agd.language_id = '1' GROUP BY ag.attribute_group_id ORDER BY ag.sort_order, agd.name |
| 0.0006830692 | 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.0006818771 | 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 = '877' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0006809235 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'ru-ru') |
| 0.0006790161 | 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.0006768703 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/home' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006759167 | 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.0006670952 | SELECT * FROM oc_ocfilter_setting |
| 0.0006568432 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118398' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006520748 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'product/review' |
| 0.0006480217 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0006248951 | 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.0006208420 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006201267 | 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 = '118398' AND n2s.store_id = '0' AND n.date_added <= NOW() AND n.status = '1' ORDER BY n.date_added DESC LIMIT 20 |
| 0.0006151199 | SELECT * FROM oc_product_to_layout WHERE product_id = '118398' AND store_id = '0' |
| 0.0006129742 | SELECT * FROM oc_product_image WHERE product_id = '118398' ORDER BY sort_order ASC |
| 0.0006029606 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/transaction' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006020069 | SELECT a.attribute_id, ad.name, pa.text FROM oc_product_attribute pa LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id) LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id) WHERE pa.product_id = '118398' AND a.attribute_group_id = '1' AND ad.language_id = '1' AND pa.language_id = '1' ORDER BY a.sort_order, ad.name |
| 0.0006010532 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118398' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005998611 | SELECT * FROM oc_module WHERE module_id = '31' |
| 0.0005970001 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005841255 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/logout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005769730 | 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.0005769730 | 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.0005719662 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
| 0.0005710125 | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC |
| 0.0005710125 | 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.0005609989 | 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.0005590916 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118402' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005559921 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/search' |
| 0.0005531311 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118400' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005431175 | SELECT * FROM oc_extension WHERE `type` = 'total' |
| 0.0005381107 | SELECT category_id FROM oc_product_to_category WHERE product_id = '118398' ORDER BY main_category DESC LIMIT 1 |
| 0.0005319118 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0005290508 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118401' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005261898 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '26493fc7ccf59d4293279b88c3' |
| 0.0005259514 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/language' |
| 0.0005249977 | 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.0005238056 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '26493fc7ccf59d4293279b88c3' |
| 0.0005230904 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/compare' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005099773 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0005099773 | SELECT query FROM oc_seo_url WHERE keyword = 'kaska_deltaplus_quartz_up_iii_s_khrapovikom_oranzhevyy' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005080700 | 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.0005071163 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005059242 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
| 0.0005059242 | 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.0004999638 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0004990101 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
| 0.0004971027 | SELECT * FROM oc_product_to_category WHERE product_id = '118398' |
| 0.0004940033 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/header' |
| 0.0004940033 | 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.0004889965 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/cart' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004861355 | 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.0004861355 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004749298 | SELECT `data` FROM `oc_session` WHERE `session_id` = '26493fc7ccf59d4293279b88c3' AND `expire` > '2025-12-17 09:55:57' |
| 0.0004749298 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004730225 | 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.0004670620 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/order' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004639626 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_bottom' ORDER BY sort_order |
| 0.0004630089 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0004620552 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'ru-ru') |
| 0.0004570484 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0004549026 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND `code` = 'ocfilter' |
| 0.0004529953 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'ru-ru') |
| 0.0004529953 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0004518032 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_auto_related' |
| 0.0004498959 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0004489422 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
| 0.0004451275 | 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.0004429817 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004420280 | SELECT * FROM oc_extension WHERE `type` = 'analytics' |
| 0.0004358292 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/currency' |
| 0.0004339218 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0004329681 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118403' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004320145 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/order' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004301071 | 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.0004251003 | 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.0004241467 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_top' ORDER BY sort_order |
| 0.0004198551 | 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 = 118398 AND status = '1' AND pr.customer_group_id = '1' ORDER BY sort_order ASC |
| 0.0004179478 | SELECT * FROM oc_product_to_layout WHERE product_id = '118398' AND store_id = '0' |
| 0.0004150867 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0004119873 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0004079342 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0004079342 | 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.0004031658 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/currency' |
| 0.0003960133 | SELECT category_id FROM `oc_product_to_category` WHERE product_id = '118398' |
| 0.0003941059 | 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 = '721' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003919601 | SELECT * FROM oc_product_to_layout WHERE product_id = '118398' AND store_id = '0' |
| 0.0003898144 | SELECT image FROM `oc_product_image` WHERE product_id = '118402' ORDER BY sort_order ASC LIMIT 4 |
| 0.0003881454 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/special' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003879070 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/uni_reviews' OR route = 'ru-ru') |
| 0.0003879070 | 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 = '118398' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0003850460 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0003850460 | 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 = '118398' AND request_list = '1' AND status = '3' ORDER BY date_added DESC LIMIT 0,5 |
| 0.0003838539 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003829002 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0003781319 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
| 0.0003750324 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/manufacturer' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003740788 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '26493fc7ccf59d4293279b88c3' |
| 0.0003721714 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118398' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003719330 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_subscribe' OR route = 'ru-ru') |
| 0.0003712177 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'ru-ru') |
| 0.0003690720 | 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.0003671646 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/uni_reviews' OR route = 'ru-ru') |
| 0.0003659725 | SELECT layout_id FROM `oc_layout_route` WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0003659725 | SELECT image FROM `oc_product_image` WHERE product_id = '118400' ORDER BY sort_order ASC LIMIT 4 |
| 0.0003650188 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/register' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003590584 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_subscribe' |
| 0.0003590584 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003590584 | 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.0003528595 | SELECT image FROM `oc_product_image` WHERE product_id = '118399' ORDER BY sort_order ASC LIMIT 4 |
| 0.0003519058 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0003509521 | 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 product_id, quantity, price FROM oc_product_discount WHERE 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.0003499985 | SELECT * FROM oc_module WHERE module_id = '36' |
| 0.0003490448 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0003490448 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '26493fc7ccf59d4293279b88c3' |
| 0.0003480911 | 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.0003480911 | SELECT * FROM oc_currency |
| 0.0003478527 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'product/product' |
| 0.0003478527 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' |
| 0.0003471375 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') |
| 0.0003449917 | SELECT category_id FROM oc_product_to_category WHERE product_id = '118398' ORDER BY main_category DESC LIMIT 1 |
| 0.0003430843 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/footer' |
| 0.0003418922 | SELECT category_id FROM oc_product_to_category WHERE product_id = '118398' ORDER BY main_category DESC LIMIT 1 |
| 0.0003418922 | SELECT * FROM oc_module WHERE module_id = '31' |
| 0.0003411770 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0003409386 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003409386 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://mgsnab.com/' |
| 0.0003390312 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '26493fc7ccf59d4293279b88c3' |
| 0.0003390312 | SELECT category_id FROM oc_product_to_category WHERE product_id = '118398' ORDER BY main_category DESC LIMIT 1 |
| 0.0003380775 | SELECT * FROM oc_module WHERE module_id = '81' |
| 0.0003368855 | 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.0003340244 | SET SQL_BIG_SELECTS = 1 |
| 0.0003337860 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_notification' |
| 0.0003318787 | 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.0003309250 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0003299713 | SELECT * FROM oc_product_to_layout WHERE product_id = '118398' AND store_id = '0' |
| 0.0003271103 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '26493fc7ccf59d4293279b88c3' |
| 0.0003261566 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'account/register' OR route = 'ru-ru') |
| 0.0003259182 | SELECT image FROM `oc_product_image` WHERE product_id = '118401' ORDER BY sort_order ASC LIMIT 4 |
| 0.0003249645 | SELECT image FROM `oc_product_image` WHERE product_id = '118403' ORDER BY sort_order ASC LIMIT 4 |
| 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.0003218651 | 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.0003199577 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/uni_reviews' OR route = 'ru-ru') |
| 0.0003190041 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_right' |
| 0.0003161430 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_left' |
| 0.0003149509 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003120899 | 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.0003108978 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'ru-ru') |
| 0.0003108978 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0003080368 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003061295 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/cart' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003061295 | 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.0003051758 | DELETE FROM oc_cartkeeper_share WHERE customer_id = '0' AND date_added < DATE_SUB(NOW(), INTERVAL '20' DAY) |
| 0.0003030300 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0003030300 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/home' 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_othertext' OR route = 'ru-ru') |
| 0.0003011227 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0003008842 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_news' OR route = 'ru-ru') |
| 0.0002999306 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'ru-ru') |
| 0.0002989769 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/checkout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002989769 | 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.0002989769 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_pwa' OR route = 'ru-ru') |
| 0.0002970695 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0002920628 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/content_top' |
| 0.0002920628 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0002901554 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=118398' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002880096 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/logout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002880096 | SET time_zone = '+03:00' |
| 0.0002849102 | SELECT * FROM oc_cart WHERE api_id = '0' AND session_id = '26493fc7ccf59d4293279b88c3' |
| 0.0002849102 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/cart' |
| 0.0002789497 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/banner' |
| 0.0002779961 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002770424 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/sitemap' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002720356 | 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.0002717972 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_slideshow_v2' |
| 0.0002698898 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'ru-ru') |
| 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 language_id FROM oc_language WHERE code = '0' AND status = '1' LIMIT 1 |
| 0.0002670288 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/newsletter' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002651215 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/checkout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002639294 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0002629757 | 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.0002620220 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'ru-ru') |
| 0.0002620220 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0002551079 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/register' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002541542 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'ru-ru') |
| 0.0002441406 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_request' OR route = 'ru-ru') |
| 0.0002429485 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_left' |
| 0.0002419949 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/content_bottom' |
| 0.0002372265 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_request' OR route = 'ru-ru') |
| 0.0002341270 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/tracking' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002269745 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_request' OR route = 'ru-ru') |
| 0.0002250671 | SELECT `session_id` FROM `oc_cart` WHERE `session_id` = '26493fc7ccf59d4293279b88c3' LIMIT 1 |
| 0.0002219677 | SET time_zone = '+00:00' |
| 0.0002210140 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002210140 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/menu' |
| 0.0002138615 | DELETE FROM oc_cart WHERE date_added < DATE_SUB(NOW(), INTERVAL '30' DAY) |
| 0.0002088547 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'common/column_right' |
| 0.0002069473 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_reviews' OR route = 'ru-ru') |
| 0.0002069473 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/banner' |
| 0.0002040863 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/voucher' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002031326 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_request_list' |
| 0.0001990795 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/review' OR route = 'ru-ru') |
| 0.0001931190 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
| 0.0001919270 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/uni_othertext' OR route = 'ru-ru') |
| 0.0001859665 | DELETE FROM oc_cartkeeper_share WHERE customer_id != '0' AND date_added < DATE_SUB(NOW(), INTERVAL '20' DAY) |
| 0.0001640320 | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'affiliate/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0001420975 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'unishop2' AND route = 'extension/module/uni_news_related' |