Debug SQL and Controllers
0.0007011890SELECT COUNT(DISTINCT ps.product_id) AS total FROM oc_product_special ps LEFT JOIN oc_product p ON (ps.product_id = p.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE p.status = '1' AND p.date_available <= '2025-07-12 19:29:09' AND p2s.store_id = '0' AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < '2025-07-12 19:29:09') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-07-12 19:29:09'))
0.0005860329SELECT DISTINCT ps.product_id, (SELECT AVG(rating) FROM oc_review r1 WHERE r1.product_id = ps.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating FROM oc_product_special ps LEFT JOIN oc_product p ON (ps.product_id = p.product_id) 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) WHERE p.status = '1' AND p.date_available <= '2025-07-12 19:29:09' AND p2s.store_id = '0' AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < '2025-07-12 19:29:09') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-07-12 19:29:09')) GROUP BY ps.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15
0.0002920628SELECT * FROM oc_cart WHERE api_id = 0 AND customer_id = 0 AND session_id = '3b721807e2a4d247f984db29f1'
0.0001940727SELECT `data` FROM `oc_session` WHERE `session_id` = '3b721807e2a4d247f984db29f1' AND `expire` > '2025-07-12 16:29:09'
0.0001528263SELECT * FROM oc_layout_module WHERE layout_id = '4' AND position = 'content_top' ORDER BY sort_order
0.0001440048SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('product/special', 'ru-ru')
0.0001239777SELECT * FROM oc_layout_route WHERE 'product/special' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
0.0001158714SELECT * FROM oc_layout_module WHERE layout_id = '4' AND position = 'content_bottom' ORDER BY sort_order
0.0001058578SELECT * FROM oc_layout_module WHERE layout_id = '4' AND position = 'column_left' ORDER BY sort_order
0.0001051426SELECT * FROM oc_layout_module WHERE layout_id = '4' AND position = 'column_right' ORDER BY sort_order
0.0000998974DELETE FROM oc_cart WHERE (api_id > 0 OR customer_id = 0) AND date_added < DATE_SUB(NOW(), INTERVAL 7 DAY)
0.0000939369SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND route IN ('ruru', '')
0.0000870228SELECT * 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.top = '1' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
0.0000619888SELECT * 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' AND i.bottom = '1' ORDER BY i.sort_order, LCASE(id.title) ASC
0.0000548363SELECT * FROM oc_currency
0.0000510216SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('common/search', 'ru-ru')
0.0000491142SELECT * FROM oc_extension WHERE `type` = 'analytics'
0.0000479221SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('common/cart', 'ru-ru')
0.0000479221SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('common/footer', 'ru-ru')
0.0000469685SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('extension/total/credit', 'ru-ru')
0.0000460148SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('common/menu', 'ru-ru')
0.0000460148SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('extension/total/sub_total', 'ru-ru')
0.0000450611SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('common/header', 'ru-ru')
0.0000441074SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('common/language', 'ru-ru')
0.0000438690SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://multitool.opencart-cms.ru/'
0.0000431538SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('common/currency', 'ru-ru')
0.0000429153SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC
0.0000429153SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0'
0.0000429153SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND route IN ('extension/total/total', 'ru-ru')
0.0000429153SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC
0.0000419617SELECT * FROM oc_extension WHERE `type` = 'total'
0.0000391006SELECT 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 = '2761') ORDER BY tr1.priority ASC
0.0000340939SET time_zone = '+03:00'
0.0000271797SELECT * 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.0000269413SELECT * 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.0000250340SELECT 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 = '2761') ORDER BY tr1.priority ASC

event

0.0071132183event/translation (12 action)
0.0038797858event/language (36 action)
0.0020663737event/theme (12 action)

startup

0.0358600616startup/router (1 action)
0.0019118786startup/startup (1 action)
0.0013940334startup/event (1 action)
0.0003559589startup/session (1 action)
0.0001618862startup/seo_url (1 action)
0.0001301765startup/maintenance (1 action)
0.0001058578startup/error (1 action)

common

0.0193350315common/header (1 action)
0.0064549446common/cart (1 action)
0.0034241676common/column_left (1 action)
0.0025160313common/menu (1 action)
0.0023071766common/footer (1 action)
0.0022428036common/currency (1 action)
0.0021009445common/search (1 action)
0.0020749569common/language (1 action)
0.0013790131common/content_top (1 action)
0.0013110638common/column_right (1 action)
0.0012080669common/content_bottom (1 action)

product

0.0353071690product/special (1 action)