0.0029671192 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC |
0.0028131008 | DELETE FROM `oc_session` WHERE `expire` < '2025-09-05 08:00:14' |
0.0017490387 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0015470982 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' |
0.0014259815 | SELECT DISTINCT *, pd.name AS name, p.image, 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 = '282141' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
0.0012540817 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' |
0.0011968613 | SELECT value FROM oc_setting WHERE store_id = '0' AND `key`='asc_jetcache_settings' |
0.0011909008 | SELECT * FROM oc_prostore_custom_tabs ct LEFT JOIN oc_prostore_custom_tabs_description ctd ON (ct.cust_tab_id = ctd.cust_tab_id) LEFT JOIN oc_prostore_custom_tabs_to_store ct2s ON (ct.cust_tab_id = ct2s.cust_tab_id) WHERE ctd.language_id = '1' AND ct2s.store_id = '0' AND ct.status = '1' ORDER BY ct.sort_order ASC |
0.0011341572 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_prostoremeslinks' |
0.0011329651 | SELECT value FROM oc_setting WHERE store_id = '0' AND `key`='asc_jetcache_settings' |
0.0010361671 | 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 = '282141' AND a.attribute_group_id = '1' AND ad.language_id = '1' AND pa.language_id = '1' ORDER BY a.sort_order, ad.name |
0.0009629726 | SHOW TABLES LIKE 'oc_ocfilter_setting' |
0.0008969307 | SELECT
w.warehouse_id,
w.name,
w.sort_order,
pw.quantity,
wd.param1,
wd.param2,
wd.param3,
wd.param4,
wd.param5
FROM oc_product_warehouse pw
INNER JOIN oc_warehouse w on (pw.warehouse_id = w.warehouse_id)
LEFT JOIN oc_warehouse_description wd on (w.warehouse_id = wd.warehouse_id and wd.language_id = '1')
LEFT JOIN oc_warehouse_to_store w2s on (w.warehouse_id = w2s.warehouse_id)
WHERE w2s.store_id = '0' AND pw.product_id = 282141 ORDER BY w.sort_order |
0.0008938313 | SELECT value FROM oc_setting WHERE store_id = '0' AND `key`='config_seo_url_type' |
0.0008640289 | SELECT count(*) as c FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA='atlantcabel' AND TABLE_NAME='oc_category' AND COLUMN_NAME='noindex' |
0.0008630753 | 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 = '282141' AND od.language_id = '1' ORDER BY o.sort_order |
0.0008060932 | SELECT * FROM oc_seo_url WHERE keyword = 'nizkovoltnoe-i-promyshlennoe-ehlektrooborudovanie' AND store_id = '0' |
0.0007598400 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=282141' AND store_id = '0' AND language_id = '1' |
0.0007300377 | 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 = '46') ORDER BY tr1.priority ASC |
0.0006392002 | SELECT * FROM oc_seo_url WHERE `query` = 'account/login' AND store_id = '0' AND language_id = '1' |
0.0006201267 | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC |
0.0006129742 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') |
0.0005939007 | SELECT p.page_id, p.params, p.params_count, p.category_id, pd.name, pd.heading_title, (SELECT GROUP_CONCAT(DISTINCT cp.path_id ORDER BY cp.`level` SEPARATOR '_') AS path FROM oc_category_path cp WHERE cp.category_id = p.category_id) AS path, (SELECT su.keyword FROM oc_seo_url su WHERE su.language_id = '1' AND su.store_id = '0' AND su.`query` = CONCAT('ocfilter_page_id=', p.page_id) LIMIT 1) AS keyword FROM oc_ocfilter_page p LEFT JOIN oc_ocfilter_page_description pd ON (p.page_id = pd.page_id) LEFT JOIN oc_product_to_category p2c ON (p.category_id = p2c.category_id) WHERE p.status = '1' AND p.dynamic = '0' AND pd.language_id = '1' AND p2c.product_id = '282141' AND p.product = '1' ORDER BY p.params_count DESC |
0.0005929470 | SELECT * FROM oc_seo_url WHERE `store_id` = '0' AND `language_id` = '1' AND `keyword` = 'rele-kontrolya-trehfaznogo-lineynogo-napryazheniya-rkf-m06-11-22-ac500v-uhl4-spec-meandr-a8302-169307' LIMIT 1 |
0.0005800724 | 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 = '282141' AND agd.language_id = '1' GROUP BY ag.attribute_group_id ORDER BY ag.sort_order, agd.name |
0.0005760193 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru') |
0.0005760193 | 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 = '282141' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
0.0005669594 | SELECT COUNT(*) AS total FROM oc_prostore_faq 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 = '282141' AND p.date_available <= NOW() AND p.status = '1' AND r.status = '1' AND pd.language_id = '1' |
0.0005650520 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'checkout/checkout' OR route = 'ru-ru') |
0.0005531311 | SELECT ptc.category_id as category_id, cp.path_id as parent_id, cp.level FROM `oc_product_to_category` ptc INNER JOIN `oc_category_path` cp ON ptc.category_id = cp.category_id WHERE product_id = '282141' ORDER BY cp.level DESC, ptc.category_id ASC |
0.0005419254 | SELECT r.review_id, r.author, r.rating, r.text, p.product_id, pd.name, p.price, p.image, r.date_added, re.text_plus, re.text_minus, re.text_admin_answer,re.answer_date_added, re.count_bad, re.count_good 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) LEFT JOIN oc_review_extls re ON (r.review_id = re.review_id) WHERE p.product_id = '282141' 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 1950,10 |
0.0005378723 | SELECT * FROM oc_currency |
0.0005288124 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '79' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0005159378 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0005099773 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/prostore_faq' |
0.0005087852 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'ru-ru') |
0.0005071163 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=4' AND store_id = '0' AND language_id = '1' |
0.0005018711 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '111' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0004971027 | SELECT r.faq_id, r.author, r.text_admin_answer, r.answer_date_added, r.text, p.product_id, pd.name, p.price, p.image, r.date_added, r.text_admin_answer,r.answer_date_added FROM oc_prostore_faq 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 = '282141' 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 1950,10 |
0.0004920959 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'ru-ru') |
0.0004899502 | 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 = 282141 AND status = '1' AND pr.customer_group_id = '1' ORDER BY sort_order ASC |
0.0004761219 | 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 = '13' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
0.0004739761 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/product' |
0.0004668236 | DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 60 MINUTE) |
0.0004658699 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'ru-ru') |
0.0004639626 | SELECT tp.set_id FROM oc_prostore_product_to_set tp LEFT JOIN oc_prostore_set_to_store ts2s ON (tp.set_id = ts2s.set_id) WHERE tp.product_id = '282141' AND ts2s.store_id = '0' GROUP by tp.set_id |
0.0004580021 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/shipping' OR route = 'ru-ru') |
0.0004529953 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=32' AND store_id = '0' AND language_id = '1' |
0.0004529953 | SELECT * FROM oc_seo_url WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1' |
0.0004520416 | SELECT * FROM oc_ocfilter_setting |
0.0004479885 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/prostore_shipping_address' |
0.0004470348 | SELECT `data` FROM `oc_session` WHERE `session_id` = '25e9b58f4004cff8fcc4944e4f' AND `expire` > '2025-09-05 08:00:14' |
0.0004460812 | 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 = '46') ORDER BY tr1.priority ASC |
0.0004460812 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=79' AND store_id = '0' AND language_id = '1' |
0.0004458427 | SELECT COUNT(*) AS total 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 = '282141' AND p.date_available <= NOW() AND p.status = '1' AND r.status = '1' AND pd.language_id = '1' |
0.0004408360 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
0.0004391670 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0004389286 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '111' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0004379749 | SELECT * FROM oc_seo_url WHERE `query` = 'common/language/language' AND store_id = '0' AND language_id = '1' |
0.0004360676 | SELECT * FROM oc_seo_url WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1' |
0.0004360676 | SELECT * FROM oc_seo_url WHERE `query` = 'account/simpleregister' AND store_id = '0' AND language_id = '1' |
0.0004360676 | SELECT * FROM oc_seo_url WHERE `query` = 'product/product/review' AND store_id = '0' AND language_id = '1' |
0.0004351139 | SELECT COUNT(*) AS total 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 = '282141' AND p.date_available <= NOW() AND p.status = '1' AND r.status = '1' AND pd.language_id = '1' |
0.0004332066 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '13' AND status = '1' AND customer_group_id = '1' AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0004332066 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0004279613 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru') |
0.0004270077 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '13' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0004260540 | SELECT * FROM oc_seo_url WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1' |
0.0004260540 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=113' AND store_id = '0' AND language_id = '1' |
0.0004231930 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '79' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0004220009 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '111' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0004210472 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'ru-ru') |
0.0004200935 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '13' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0004179478 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '13' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0004172325 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://atlantpro24.ru/' |
0.0004138947 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=13' AND store_id = '0' AND language_id = '1' |
0.0004110336 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '13' AND status = '1' AND customer_group_id = '1' AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0004100800 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '13' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0004098415 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0004079342 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=13' AND store_id = '0' AND language_id = '1' |
0.0004050732 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'extension/module/callback' |
0.0004048347 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '79' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0004038811 | SELECT * FROM oc_product_to_category p2c LEFT JOIN oc_category_path cp ON (p2c.category_id = cp.category_id) WHERE cp.path_id IN (94,146,162) AND product_id='282141' |
0.0004029274 | SELECT pr.blog_id FROM oc_prostore_blog_related_prod pr LEFT JOIN oc_prostore_blog p ON (pr.blog_id = p.blog_id) LEFT JOIN oc_prostore_blog_to_store p2s ON (p.blog_id = p2s.blog_id) WHERE pr.related_id = '282141' AND p.status = '1' AND p2s.store_id = '0' |
0.0003981590 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=282141' AND store_id = '0' AND language_id = '1' |
0.0003969669 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0003931522 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/content_bottom' |
0.0003900528 | SELECT * FROM oc_seo_url WHERE `query` = 'product/compare' AND store_id = '0' AND language_id = '1' |
0.0003890991 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru') |
0.0003871918 | SELECT COUNT(*) AS total FROM oc_prostore_faq 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 = '282141' AND p.date_available <= NOW() AND p.status = '1' AND r.status = '1' AND pd.language_id = '1' |
0.0003869534 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/header' |
0.0003859997 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=118' AND store_id = '0' AND language_id = '1' |
0.0003850460 | SELECT instanses FROM oc_prostore_custom_tabs_instanses WHERE cust_tab_id='7' |
0.0003829002 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=14' AND store_id = '0' AND language_id = '1' |
0.0003809929 | SELECT * FROM oc_product_discount WHERE product_id = '282141' AND customer_group_id = '1' AND quantity = '1' AND ((date_start = '0000-00-00' OR date_start < '2025-09-05') AND (date_end = '0000-00-00' OR date_end > '2025-09-05')) LIMIT 1 |
0.0003800392 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'extension/module/prostore_advantages' |
0.0003800392 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=79' AND store_id = '0' AND language_id = '1' |
0.0003788471 | SELECT * FROM oc_seo_url WHERE `query` = 'account/logout' AND store_id = '0' AND language_id = '1' |
0.0003788471 | SELECT * FROM oc_seo_url WHERE `query` = 'manufacturer_id=0' AND store_id = '0' AND language_id = '1' |
0.0003759861 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
0.0003759861 | SELECT * FROM oc_extension WHERE `type` = 'analytics' |
0.0003750324 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/compare' OR route = 'ru-ru') |
0.0003740788 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'ru-ru') |
0.0003709793 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=79' AND store_id = '0' AND language_id = '1' |
0.0003700256 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '79' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0003678799 | SELECT * FROM oc_seo_url WHERE `query` = 'common/currency/currency' AND store_id = '0' AND language_id = '1' |
0.0003669262 | SELECT * FROM oc_seo_url WHERE `query` = 'account/transaction' AND store_id = '0' AND language_id = '1' |
0.0003669262 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
0.0003659725 | SELECT * FROM oc_seo_url WHERE `query` = 'product/special' AND store_id = '0' AND language_id = '1' |
0.0003650188 | SELECT * FROM oc_cart WHERE customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0003650188 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=38' AND store_id = '0' AND language_id = '1' |
0.0003647804 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/header_compare' |
0.0003640652 | SELECT * FROM oc_extension WHERE `type` = 'total' |
0.0003619194 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '111' AND status = '1' AND customer_group_id = '1' AND (qty = '0' OR qty = '1') AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC LIMIT 1 |
0.0003619194 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
0.0003612041 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/prostoresets' OR route = 'ru-ru') |
0.0003590584 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '13' AND status = '1' AND customer_group_id = '1' AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0003588200 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/header_5' |
0.0003569126 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0003569126 | 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 = '79' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
0.0003550053 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/review' |
0.0003540516 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=79' AND store_id = '0' AND language_id = '1' |
0.0003540516 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0003528595 | SELECT * FROM oc_seo_url WHERE `query` = 'product/manufacturer/info' AND store_id = '0' AND language_id = '1' |
0.0003521442 | SELECT * FROM oc_category_discount WHERE category_id = '0' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) AND status = '1' AND customer_group_id = '1'; |
0.0003519058 | SELECT * FROM oc_seo_url WHERE `query` = 'account/account' AND store_id = '0' AND language_id = '1' |
0.0003511906 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=16' AND store_id = '0' AND language_id = '1' |
0.0003509521 | UPDATE oc_product SET viewed = (viewed + 1) WHERE product_id = '282141' |
0.0003499985 | SELECT * FROM oc_seo_url WHERE `query` = 'product/manufacturer' AND store_id = '0' AND language_id = '1' |
0.0003499985 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'ru-ru') |
0.0003499985 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0003490448 | SELECT ptc.category_id as category_id, cp.path_id as parent_id, cp.level FROM `oc_product_to_category` ptc INNER JOIN `oc_category_path` cp ON ptc.category_id = cp.category_id WHERE product_id = '282141' ORDER BY cp.level DESC, ptc.category_id ASC |
0.0003490448 | SELECT * FROM oc_seo_url WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1' |
0.0003480911 | SELECT * FROM oc_seo_url WHERE `query` = 'account/login' AND store_id = '0' AND language_id = '1' |
0.0003459454 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
0.0003440380 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=13' AND store_id = '0' AND language_id = '1' |
0.0003430843 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/cart' AND store_id = '0' AND language_id = '1' |
0.0003428459 | 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.0003428459 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '111' AND status = '1' AND customer_group_id = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0003418922 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=79' AND store_id = '0' AND language_id = '1' |
0.0003418922 | SELECT * FROM oc_seo_url WHERE keyword = 'rele-kontrolya-trehfaznogo-lineynogo-napryazheniya-rkf-m06-11-22-ac500v-uhl4-spec-meandr-a8302-169307' AND store_id = '0' |
0.0003390312 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'ru-ru') |
0.0003361702 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=7' AND store_id = '0' AND language_id = '1' |
0.0003340244 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/cart' AND store_id = '0' AND language_id = '1' |
0.0003340244 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0003330708 | SELECT * FROM oc_seo_url WHERE `query` = 'account/return/add' AND store_id = '0' AND language_id = '1' |
0.0003330708 | SELECT * FROM oc_seo_url WHERE `query` = 'extension/module/prostorecat_blog/getcat' AND store_id = '0' AND language_id = '1' |
0.0003330708 | SELECT price FROM oc_product_special WHERE product_id = '282141' AND customer_group_id = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, price ASC LIMIT 1 |
0.0003311634 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '79' AND status = '1' AND customer_group_id = '1' AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0003299713 | SELECT COUNT(*) AS total FROM oc_prostore_faq 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 = '282141' AND p.date_available <= NOW() AND p.status = '1' AND r.status = '1' AND pd.language_id = '1' |
0.0003290176 | SELECT * FROM oc_seo_url WHERE `query` = 'affiliate/login' AND store_id = '0' AND language_id = '1' |
0.0003280640 | SELECT price FROM oc_product WHERE product_id = '282141' |
0.0003280640 | SELECT * FROM oc_seo_url WHERE `query` = 'account/login' AND store_id = '0' AND language_id = '1' |
0.0003280640 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'extension/module/found_cheaper' |
0.0003278255 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/language' |
0.0003240108 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0003240108 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '79' AND status = '1' AND customer_group_id = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0003230572 | SELECT * FROM oc_seo_url WHERE `query` = 'account/download' AND store_id = '0' AND language_id = '1' |
0.0003221035 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/cart' AND store_id = '0' AND language_id = '1' |
0.0003221035 | SELECT * FROM oc_seo_url WHERE `query` = 'common/home' AND store_id = '0' AND language_id = '1' |
0.0003211498 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0003209114 | SELECT * FROM oc_seo_url WHERE keyword = 'rele' AND store_id = '0' |
0.0003190041 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/cart' AND store_id = '0' AND language_id = '1' |
0.0003190041 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
0.0003190041 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0003190041 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=282141' AND store_id = '0' AND language_id = '1' |
0.0003180504 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/buyclick_form' |
0.0003180504 | SELECT * FROM oc_seo_url WHERE `query` = 'extension/module/prostore/prostore_theme/get_faq' AND store_id = '0' AND language_id = '1' |
0.0003170967 | SELECT * FROM oc_seo_url WHERE `query` = 'common/home' AND store_id = '0' AND language_id = '1' |
0.0003168583 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '111' AND status = '1' AND customer_group_id = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0003168583 | SELECT * FROM oc_product WHERE product_id = '282141' |
0.0003159046 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' |
0.0003151894 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
0.0003149509 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=282141' AND store_id = '0' AND language_id = '1' |
0.0003149509 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0003149509 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0003139973 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '79' AND status = '1' AND customer_group_id = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0003130436 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '13' AND status = '1' AND customer_group_id = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0003130436 | SELECT * FROM oc_product_to_category p2c LEFT JOIN oc_category_path cp ON (p2c.category_id = cp.category_id) WHERE cp.path_id IN (94) AND product_id='282141' |
0.0003120899 | SELECT * FROM oc_product_to_category p2c LEFT JOIN oc_category_path cp ON (p2c.category_id = cp.category_id) WHERE cp.path_id IN (94,146,162) AND product_id='282141' |
0.0003099442 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0003089905 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
0.0003080368 | SELECT * FROM oc_seo_url WHERE `query` = 'information/sitemap' AND store_id = '0' AND language_id = '1' |
0.0003080368 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'checkout/checkout' OR route = 'ru-ru') |
0.0003080368 | SELECT * FROM oc_seo_url WHERE `query` = 'account/order' AND store_id = '0' AND language_id = '1' |
0.0003061295 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/header_wishlist' |
0.0003061295 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'extension/module/prostore_blog_mod' |
0.0003058910 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=13' AND store_id = '0' AND language_id = '1' |
0.0003049374 | SELECT * FROM oc_seo_url WHERE `query` = 'account/voucher' AND store_id = '0' AND language_id = '1' |
0.0003030300 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/cart' AND store_id = '0' AND language_id = '1' |
0.0003030300 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=13' AND store_id = '0' AND language_id = '1' |
0.0003030300 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/prostore_set' OR route = 'ru-ru') |
0.0003030300 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=26' AND store_id = '0' AND language_id = '1' |
0.0003020763 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0003020763 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0003011227 | SELECT * FROM oc_seo_url WHERE `query` = 'account/simpleregister' AND store_id = '0' AND language_id = '1' |
0.0003008842 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
0.0003001690 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru') |
0.0002999306 | SELECT * FROM oc_seo_url WHERE `query` = 'product/manufacturer' AND store_id = '0' AND language_id = '1' |
0.0002989769 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_top' ORDER BY sort_order |
0.0002980232 | 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.0002961159 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '111' AND status = '1' AND customer_group_id = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0002961159 | SELECT instanses FROM oc_prostore_custom_tabs_instanses WHERE cust_tab_id='6' |
0.0002961159 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/cart' |
0.0002951622 | SELECT COUNT(*) AS total FROM oc_customer_wishlist WHERE product_id = '282141' |
0.0002951622 | SELECT * FROM oc_ocfilter_setting WHERE `key` = 'placement_layout' |
0.0002930164 | SELECT instanses FROM oc_prostore_custom_tabs_instanses WHERE cust_tab_id='4' |
0.0002920628 | SELECT * FROM oc_seo_url WHERE `query` = 'information/contact' AND store_id = '0' AND language_id = '1' |
0.0002920628 | SELECT * FROM oc_seo_url WHERE `query` = 'product/compare' AND store_id = '0' AND language_id = '1' |
0.0002911091 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0002908707 | SELECT * FROM oc_seo_url WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1' |
0.0002908707 | SELECT * FROM oc_seo_url WHERE `query` = 'account/wishlist' AND store_id = '0' AND language_id = '1' |
0.0002901554 | SELECT * FROM oc_product_image WHERE product_id = '282141' ORDER BY sort_order ASC |
0.0002901554 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/search' |
0.0002901554 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0002899170 | SELECT * FROM oc_product_special WHERE product_id = '282141' AND customer_group_id = '1' AND ((date_start = '0000-00-00' OR date_start < '2025-09-05') AND (date_end = '0000-00-00' OR date_end > '2025-09-05')) LIMIT 1 |
0.0002899170 | SELECT * FROM oc_seo_url WHERE `query` = 'account/forgotten' AND store_id = '0' AND language_id = '1' |
0.0002899170 | SELECT * FROM oc_seo_url WHERE `query` = 'account/wishlist' AND store_id = '0' AND language_id = '1' |
0.0002861023 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0002849102 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru') |
0.0002839565 | SELECT * FROM oc_seo_url WHERE `query` = 'extension/module/prostore_news/getnewslist' |
0.0002830029 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0002827644 | SELECT *, CONCAT(filter_id, '.', source) AS filter_key FROM oc_ocfilter_filter_range_to_product WHERE product_id = '282141' |
0.0002820492 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=282141' AND store_id = '0' AND language_id = '1' |
0.0002818108 | SELECT * FROM oc_seo_url WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1' |
0.0002810955 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '79' AND status = '1' AND customer_group_id = '1' AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0002808571 | SELECT * FROM oc_seo_url WHERE `query` = 'account/wishlist' AND store_id = '0' AND language_id = '1' |
0.0002799034 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/buyclick_form' |
0.0002789497 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
0.0002789497 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/featured' OR route = 'ru-ru') |
0.0002760887 | SELECT * FROM oc_seo_url WHERE `query` = 'account/account' AND store_id = '0' AND language_id = '1' |
0.0002748966 | SELECT * FROM oc_seo_url WHERE `query` = 'prostorecatblog_id=0' |
0.0002739429 | DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) |
0.0002739429 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/content_top' |
0.0002729893 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/column_left' |
0.0002720356 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/currency' |
0.0002720356 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=41' AND store_id = '0' AND language_id = '1' |
0.0002717972 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0002698898 | SELECT *, CONCAT(filter_id, '.', source) AS filter_key FROM oc_ocfilter_filter_value_to_product WHERE product_id = '282141' |
0.0002689362 | SELECT * FROM oc_seo_url WHERE `query` = 'account/account' AND store_id = '0' AND language_id = '1' |
0.0002689362 | SELECT * FROM oc_category_discount WHERE category_id = '0' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) AND status = '1' AND customer_group_id = '1'; |
0.0002679825 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND `code` = 'ocfilter' |
0.0002679825 | SELECT rating, COUNT(review_id) AS totall FROM oc_review WHERE product_id = '282141' AND status ='1' GROUP By rating ORDER BY rating DESC |
0.0002679825 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru') |
0.0002651215 | SELECT * FROM oc_seo_url WHERE `query` = 'account/wishlist' AND store_id = '0' AND language_id = '1' |
0.0002648830 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=2' AND store_id = '0' AND language_id = '1' |
0.0002648830 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0002629757 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0002629757 | SET time_zone = '+00:00' |
0.0002610683 | SELECT *, qty as quantity FROM oc_category_discount cd WHERE category_id = '111' AND status = '1' AND customer_group_id = '1' AND affect = '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY priority ASC, qty ASC, percentage DESC |
0.0002598763 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/simplecheckout' AND store_id = '0' AND language_id = '1' |
0.0002582073 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru') |
0.0002579689 | SELECT * FROM oc_product_to_layout WHERE product_id = '282141' AND store_id = '0' |
0.0002570152 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0002560616 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/simplecheckout' AND store_id = '0' AND language_id = '1' |
0.0002560616 | SET time_zone = '+03:00' |
0.0002551079 | SELECT * FROM oc_seo_url WHERE `query` = 'account/logout' AND store_id = '0' AND language_id = '1' |
0.0002520084 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_bottom' ORDER BY sort_order |
0.0002489090 | SELECT * FROM oc_seo_url WHERE `query` = 'account/forgotten' AND store_id = '0' AND language_id = '1' |
0.0002479553 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/simplecheckout' AND store_id = '0' AND language_id = '1' |
0.0002470016 | SELECT * FROM oc_seo_url WHERE `query` = 'information/contact' AND store_id = '0' AND language_id = '1' |
0.0002460480 | SELECT * FROM oc_product_to_layout WHERE product_id = '282141' AND store_id = '0' |
0.0002450943 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '25e9b58f4004cff8fcc4944e4f' |
0.0002441406 | SELECT * FROM oc_seo_url WHERE `query` = 'account/simpleregister' AND store_id = '0' AND language_id = '1' |
0.0002439022 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.0002419949 | SELECT * FROM oc_product_to_layout WHERE product_id = '282141' AND store_id = '0' |
0.0002410412 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
0.0002408028 | SELECT * FROM oc_product_to_layout WHERE product_id = '282141' AND store_id = '0' |
0.0002400875 | SELECT * FROM oc_seo_url WHERE `query` = 'extension/module/prostore_review_shop/getshopreviews' AND store_id = '0' AND language_id = '1' |
0.0002388954 | SELECT * FROM oc_module WHERE module_id = '51' |
0.0002369881 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=13' AND store_id = '0' AND language_id = '1' |
0.0002348423 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/column_right' |
0.0002331734 | SELECT instanses FROM oc_prostore_custom_tabs_instanses WHERE cust_tab_id='8' |
0.0002288818 | SELECT * FROM oc_product_to_layout WHERE product_id = '282141' AND store_id = '0' |
0.0002279282 | SELECT * FROM oc_module WHERE module_id = '38' |
0.0002238750 | SET SQL_BIG_SELECTS = 1 |
0.0001921654 | SELECT * FROM oc_module WHERE module_id = '46' |