0.00019407272338867 | SET time_zone = '+00:00' |
0.0033791065216064 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') |
0.0023500919342041 | SELECT `data` FROM `oc_session` WHERE `session_id` = 'cc9711456ae02c6f64dcaae616' AND `expire` > '2023-12-04 02:10:36' |
0.0017900466918945 | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://shkafstore.com/' |
0.0020670890808105 | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC |
0.0022189617156982 | SELECT * FROM oc_currency |
0.0039870738983154 | 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.00053501129150391 | 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.0013611316680908 | 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.0023458003997803 | 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.0015981197357178 | DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR) |
0.0011730194091797 | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC |
0.001439094543457 | SELECT * FROM oc_seo_url WHERE keyword = 'calvin-klein-jeans-men-jeans-j30j3214711bj' AND store_id = '0' |
0.00063300132751465 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/product' OR route = 'ru-ru') |
0.0025870800018311 | SELECT * FROM oc_product_to_layout WHERE product_id = '29' AND store_id = '0' |
0.001600980758667 | SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
0.0010950565338135 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position10' ORDER BY sort_order |
0.00089502334594727 | SELECT * FROM oc_module WHERE module_id = '458' |
0.0015199184417725 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'plaza/module/ptstaticblock' |
0.00052213668823242 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position10' |
0.00044012069702148 | SELECT * FROM oc_seo_url WHERE `query` = 'common/home' AND store_id = '0' AND language_id = '1' |
0.0057821273803711 | 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 = '29' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
0.00038003921508789 | SELECT * FROM oc_seo_url WHERE `query` = 'product/product' AND store_id = '0' AND language_id = '1' |
0.00056695938110352 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=29' AND store_id = '0' AND language_id = '1' |
0.0003359317779541 | SELECT * FROM oc_seo_url WHERE `query` = 'account/login' AND store_id = '0' AND language_id = '1' |
0.00025486946105957 | SELECT * FROM oc_seo_url WHERE `query` = 'account/register' AND store_id = '0' AND language_id = '1' |
0.00032687187194824 | SELECT * FROM oc_seo_url WHERE `query` = 'product/manufacturer/info' AND store_id = '0' AND language_id = '1' |
0.0002598762512207 | SELECT * FROM oc_seo_url WHERE `query` = 'manufacturer_id=12' AND store_id = '0' AND language_id = '1' |
0.00098586082458496 | SELECT * FROM oc_product_image WHERE product_id = '29' ORDER BY sort_order ASC |
0.00030922889709473 | SELECT * FROM oc_product_discount WHERE product_id = '29' 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.0035359859466553 | 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 = '29' AND od.language_id = '1' ORDER BY o.sort_order |
0.005112886428833 | 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 = '29' AND pov.product_option_id = '255' AND ovd.language_id = '1' ORDER BY ov.sort_order |
0.0049688816070557 | 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 = '29' AND agd.language_id = '1' GROUP BY ag.attribute_group_id ORDER BY ag.sort_order, agd.name |
0.0012319087982178 | 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 = '29' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
0.00088810920715332 | 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 = '112' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
0.00070405006408691 | 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 = '148' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
0.00061798095703125 | 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 = '283' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
0.00060081481933594 | 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 = '286' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
0.0003659725189209 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=112' AND store_id = '0' AND language_id = '1' |
0.00030279159545898 | SELECT * FROM oc_seo_url WHERE `query` = 'manufacturer_id=13' AND store_id = '0' AND language_id = '1' |
0.00025820732116699 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=148' AND store_id = '0' AND language_id = '1' |
0.00026202201843262 | SELECT * FROM oc_seo_url WHERE `query` = 'manufacturer_id=11' AND store_id = '0' AND language_id = '1' |
0.00031900405883789 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=283' AND store_id = '0' AND language_id = '1' |
0.00044584274291992 | SELECT * FROM oc_seo_url WHERE `query` = 'product_id=286' AND store_id = '0' AND language_id = '1' |
0.0029599666595459 | 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 = 29 AND status = '1' AND pr.customer_group_id = '1' ORDER BY sort_order ASC |
0.00044393539428711 | UPDATE oc_product SET viewed = (viewed + 1) WHERE product_id = '29' |
0.00047802925109863 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_left' ORDER BY sort_order |
0.00033712387084961 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/column_left' |
0.00038480758666992 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order |
0.00024008750915527 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/column_right' |
0.00036191940307617 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_top' ORDER BY sort_order |
0.00023698806762695 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/content_top' |
0.00034785270690918 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_bottom' ORDER BY sort_order |
0.00021696090698242 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/content_bottom' |
0.0002598762512207 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'ru-ru') |
0.002683162689209 | 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.00038695335388184 | SELECT * FROM oc_seo_url WHERE `query` = 'information/information' AND store_id = '0' AND language_id = '1' |
0.00031805038452148 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '1' |
0.00029206275939941 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '1' |
0.00030612945556641 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '1' |
0.00030303001403809 | SELECT * FROM oc_seo_url WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '1' |
0.00032901763916016 | SELECT * FROM oc_seo_url WHERE `query` = 'information/contact' AND store_id = '0' AND language_id = '1' |
0.00030803680419922 | SELECT * FROM oc_seo_url WHERE `query` = 'account/return/add' AND store_id = '0' AND language_id = '1' |
0.00028300285339355 | SELECT * FROM oc_seo_url WHERE `query` = 'information/sitemap' AND store_id = '0' AND language_id = '1' |
0.00030207633972168 | SELECT * FROM oc_seo_url WHERE `query` = 'information/tracking' AND store_id = '0' AND language_id = '1' |
0.00038504600524902 | SELECT * FROM oc_seo_url WHERE `query` = 'product/manufacturer' AND store_id = '0' AND language_id = '1' |
0.00030612945556641 | SELECT * FROM oc_seo_url WHERE `query` = 'account/voucher' AND store_id = '0' AND language_id = '1' |
0.00024700164794922 | SELECT * FROM oc_seo_url WHERE `query` = 'affiliate/login' AND store_id = '0' AND language_id = '1' |
0.00025081634521484 | SELECT * FROM oc_seo_url WHERE `query` = 'product/special' AND store_id = '0' AND language_id = '1' |
0.00022697448730469 | SELECT * FROM oc_seo_url WHERE `query` = 'account/account' AND store_id = '0' AND language_id = '1' |
0.00025105476379395 | SELECT * FROM oc_seo_url WHERE `query` = 'account/order' AND store_id = '0' AND language_id = '1' |
0.00025320053100586 | SELECT * FROM oc_seo_url WHERE `query` = 'account/wishlist' AND store_id = '0' AND language_id = '1' |
0.00023293495178223 | SELECT * FROM oc_seo_url WHERE `query` = 'account/newsletter' AND store_id = '0' AND language_id = '1' |
0.00039386749267578 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position1' ORDER BY sort_order |
0.00024294853210449 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position1' |
0.00036215782165527 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position2' ORDER BY sort_order |
0.00024604797363281 | SELECT * FROM oc_module WHERE module_id = '33' |
0.00027990341186523 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'plaza/module/ptmenu' OR route = 'ru-ru') |
0.0013070106506348 | SELECT * FROM `oc_ptmegamenu` WHERE menu_id = '12' |
0.0016510486602783 | SELECT DISTINCT * FROM `oc_ptmegamenu_top_item` m WHERE m.menu_id = '12' ORDER BY m.position ASC |
0.00082015991210938 | SELECT * FROM oc_language WHERE code = 'ru-ru' |
0.00096011161804199 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '209' AND m.level = '2' ORDER BY m.position ASC |
0.0010700225830078 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '209' |
0.00036382675170898 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '210' AND m.level = '2' ORDER BY m.position ASC |
0.00032305717468262 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '210' |
0.002108097076416 | 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 = '383' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
0.00031304359436035 | SELECT * FROM oc_seo_url WHERE `query` = 'product/category' AND store_id = '0' AND language_id = '1' |
0.00026106834411621 | SELECT * FROM oc_seo_url WHERE `query` = 'category_id=383' AND store_id = '0' AND language_id = '1' |
0.00029802322387695 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '212' AND m.level = '2' ORDER BY m.position ASC |
0.00024199485778809 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '212' |
0.0002448558807373 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '213' AND m.level = '2' ORDER BY m.position ASC |
0.00025391578674316 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '213' |
0.00025820732116699 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '214' AND m.level = '2' ORDER BY m.position ASC |
0.0002589225769043 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '214' |
0.00029301643371582 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '215' AND m.level = '2' ORDER BY m.position ASC |
0.00025010108947754 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '215' |
0.00031685829162598 | SELECT * FROM oc_seo_url WHERE `query` = 'ptblog' AND store_id = '0' AND language_id = '1' |
0.00029420852661133 | SELECT * FROM oc_seo_url WHERE `query` = 'plaza/blog' AND store_id = '0' AND language_id = '1' |
0.0002591609954834 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'plaza/module/ptmenu' |
0.00053000450134277 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position2' |
0.00051307678222656 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position3' ORDER BY sort_order |
0.00026392936706543 | SELECT * FROM oc_module WHERE module_id = '35' |
0.00029397010803223 | SELECT * FROM `oc_ptmegamenu` WHERE menu_id = '13' |
0.00035309791564941 | SELECT DISTINCT * FROM `oc_ptmegamenu_top_item` m WHERE m.menu_id = '13' ORDER BY m.position ASC |
0.00026488304138184 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '216' AND m.level = '2' ORDER BY m.position ASC |
0.00059294700622559 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '216' |
0.00088620185852051 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '217' AND m.level = '2' ORDER BY m.position ASC |
0.00060296058654785 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '217' |
0.00030088424682617 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '219' AND m.level = '2' ORDER BY m.position ASC |
0.00023388862609863 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '219' |
0.00026392936706543 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '220' AND m.level = '2' ORDER BY m.position ASC |
0.00024294853210449 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '220' |
0.00028109550476074 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '221' AND m.level = '2' ORDER BY m.position ASC |
0.00026988983154297 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '221' |
0.0002739429473877 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '222' AND m.level = '2' ORDER BY m.position ASC |
0.00027012825012207 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '222' |
0.00031805038452148 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position3' |
0.00072383880615234 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position4' ORDER BY sort_order |
0.00026392936706543 | SELECT * FROM oc_module WHERE module_id = '468' |
0.00028610229492188 | SELECT * FROM `oc_ptmegamenu` WHERE menu_id = '15' |
0.00038695335388184 | SELECT DISTINCT * FROM `oc_ptmegamenu_top_item` m WHERE m.menu_id = '15' ORDER BY m.position ASC |
0.014961004257202 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '247' AND m.level = '2' ORDER BY m.position ASC |
0.0047190189361572 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '247' |
0.00037503242492676 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '248' AND m.level = '2' ORDER BY m.position ASC |
0.00028610229492188 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '248' |
0.0003209114074707 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '249' AND m.level = '2' ORDER BY m.position ASC |
0.00026106834411621 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '249' |
0.00041389465332031 | SELECT DISTINCT * FROM `oc_ptmegamenu_sub_item` m WHERE m.parent_menu_item_id = '250' AND m.level = '2' ORDER BY m.position ASC |
0.00032496452331543 | SELECT * FROM oc_ptmegamenu_top_item_description WHERE menu_item_id = '250' |
0.00043511390686035 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/checkout' AND store_id = '0' AND language_id = '1' |
0.00032591819763184 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position4' |
0.00048303604125977 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position5' ORDER BY sort_order |
0.00026106834411621 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position5' |
0.00041699409484863 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position6' ORDER BY sort_order |
0.00027799606323242 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position6' |
0.00047898292541504 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position7' ORDER BY sort_order |
0.00029087066650391 | SELECT * FROM oc_module WHERE module_id = '41' |
0.00031399726867676 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position7' |
0.00045204162597656 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position8' ORDER BY sort_order |
0.00029897689819336 | SELECT * FROM oc_module WHERE module_id = '301' |
0.00027894973754883 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position8' |
0.0011570453643799 | SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'position9' ORDER BY sort_order |
0.00030708312988281 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/position9' |
0.00030803680419922 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/footer' |
0.0017349720001221 | SELECT * FROM oc_extension WHERE `type` = 'analytics' |
0.00041699409484863 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'ru-ru') |
0.00039792060852051 | SELECT * FROM oc_seo_url WHERE `query` = 'account/logout' AND store_id = '0' AND language_id = '1' |
0.00030517578125 | SELECT * FROM oc_seo_url WHERE `query` = 'account/transaction' AND store_id = '0' AND language_id = '1' |
0.00031399726867676 | SELECT * FROM oc_seo_url WHERE `query` = 'account/download' AND store_id = '0' AND language_id = '1' |
0.00029110908508301 | SELECT * FROM oc_seo_url WHERE `query` = 'checkout/cart' AND store_id = '0' AND language_id = '1' |
0.00034499168395996 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'ru-ru') |
0.00036001205444336 | SELECT * FROM oc_seo_url WHERE `query` = 'common/language/language' AND store_id = '0' AND language_id = '1' |
0.00030994415283203 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/language' |
0.0003199577331543 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
0.00033998489379883 | SELECT * FROM oc_seo_url WHERE `query` = 'common/currency/currency' AND store_id = '0' AND language_id = '1' |
0.00034594535827637 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/currency' |
0.00033307075500488 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'plaza/module/ptsearch' OR route = 'ru-ru') |
0.00067496299743652 | SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) |
0.00054407119750977 | 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 = '1' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) |
0.00049686431884766 | 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 = '2' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) |
0.00040292739868164 | 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 = '13' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) |
0.00052499771118164 | 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 = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) |
0.00037193298339844 | 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 = '29' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) |
0.00046706199645996 | 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 = '30' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) |
0.00037693977355957 | 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 = '44' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) |
0.00040912628173828 | 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 = '50' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) |
0.00027298927307129 | SELECT * FROM oc_seo_url WHERE `query` = 'product/search' AND store_id = '0' AND language_id = '1' |
0.00019502639770508 | SELECT * FROM oc_seo_url WHERE `query` = 'extension/module/ptsearch/ajaxSearch' AND store_id = '0' AND language_id = '1' |
0.00016999244689941 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'plaza/search/form' |
0.00023198127746582 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'ru-ru') |
0.00043988227844238 | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'cc9711456ae02c6f64dcaae616' |
0.00030303001403809 | SELECT * FROM oc_extension WHERE `type` = 'total' |
0.00027894973754883 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'ru-ru') |
0.00029110908508301 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'ru-ru') |
0.0011601448059082 | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' |
0.00063300132751465 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'ru-ru') |
0.00024509429931641 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/cart' |
0.00022697448730469 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'ru-ru') |
0.00019192695617676 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/menu' |
0.0006260871887207 | SELECT * FROM oc_seo_url WHERE `query` = 'product/compare' AND store_id = '0' AND language_id = '1' |
0.00055193901062012 | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'ru-ru') |
0.00026917457580566 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/search' |
0.0006260871887207 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'plaza/page_section/header/header1' |
0.00051379203796387 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'common/header' |
0.0013430118560791 | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'advertise_google' |
0.0002741813659668 | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'tt_vasia1_fashion1' AND route = 'product/product' |