1 (0.040)
SET time_zone = '+00:00'
/usr/share/nginx/html/system/framework.php:84
2 (0.292)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '')
/usr/share/nginx/html/catalog/model/design/translation.php:6
3 (0.197)
SELECT `data`
FROM `oc_session`
WHERE `session_id` = '3e4bc57fe3447c80f459d7668e' AND `expire` > '2024-12-23 19:21:03'
/usr/share/nginx/html/system/library/session/db.php:17
4 (0.116)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://z-nt.com/'
/usr/share/nginx/html/catalog/controller/startup/startup.php:18
5 (0.615)
SELECT *
FROM `oc_setting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/usr/share/nginx/html/catalog/controller/startup/startup.php:37
6 (0.078)
SET time_zone = '+03:00'
/usr/share/nginx/html/catalog/controller/startup/startup.php:52
7 (0.120)
SELECT *
FROM oc_currency
/usr/share/nginx/html/system/library/cart/currency.php:12
8 (0.316)
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
/usr/share/nginx/html/system/library/cart/tax.php:18
9 (0.164)
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
/usr/share/nginx/html/system/library/cart/tax.php:46
10 (0.139)
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'
/usr/share/nginx/html/system/library/cart/weight.php:12
11 (0.168)
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'
/usr/share/nginx/html/system/library/cart/length.php:12
12 (0.253)
DELETE
FROM oc_cart
WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/usr/share/nginx/html/system/library/cart/cart.php:21
13 (0.230)
SELECT *
FROM `oc_event`
WHERE `trigger` LIKE 'catalog/%' AND status = '1'
ORDER BY `sort_order` ASC
/usr/share/nginx/html/catalog/model/setting/event.php:4
14 (1.298)
SHOW TABLES LIKE 'oc_soconfig'
/usr/share/nginx/html/admin/view/template/extension/soconfig/class/soconfig_settings.php:26
15 (0.362)
select *
from oc_soconfig
where store_id='0'
/usr/share/nginx/html/admin/view/template/extension/soconfig/class/soconfig_settings.php:29
16 (0.899)
SHOW TABLES LIKE 'oc_soconfig'
/usr/share/nginx/html/admin/view/template/extension/soconfig/class/soconfig_settings.php:26
17 (0.347)
select *
from oc_soconfig
where store_id='0'
/usr/share/nginx/html/admin/view/template/extension/soconfig/class/soconfig_settings.php:29
18 (0.164)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/soconfig/soconfig' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
19 (0.118)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
20 (0.245)
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 = '60' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/usr/share/nginx/html/catalog/model/catalog/category.php:4
21 (0.320)
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 = '60' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
22 (0.505)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_product_to_category p2c
LEFT JOIN oc_product p ON (p2c.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 pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '60'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:619
23 (0.810)
SELECT p.product_id, (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 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
FROM oc_product_to_category p2c
LEFT JOIN oc_product p ON (p2c.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 pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '60' GROUP BY p.product_id
ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 15,15
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:241
24 (0.571)
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 = '377' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
25 (0.331)
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 = '378' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
26 (0.337)
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 = '379' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
27 (0.320)
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 = '382' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
28 (0.309)
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 = '383' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
29 (0.402)
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 = '384' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
30 (0.315)
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 = '385' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
31 (0.275)
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 = '380' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
32 (0.299)
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 = '381' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
33 (0.205)
SELECT *
FROM oc_product_image
WHERE product_id = '377'
ORDER BY sort_order ASC
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:426
34 (0.324)
SELECT date_end, date_start
FROM oc_product_special
WHERE product_id='377' AND customer_group_id = '1'
/usr/share/nginx/html/catalog/model/extension/soconfig/general.php:5
35 (0.127)
SELECT *
FROM oc_product_image
WHERE product_id = '378'
ORDER BY sort_order ASC
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:426
36 (0.080)
SELECT date_end, date_start
FROM oc_product_special
WHERE product_id='378' AND customer_group_id = '1'
/usr/share/nginx/html/catalog/model/extension/soconfig/general.php:5
37 (0.099)
SELECT *
FROM oc_product_image
WHERE product_id = '379'
ORDER BY sort_order ASC
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:426
38 (0.117)
SELECT date_end, date_start
FROM oc_product_special
WHERE product_id='379' AND customer_group_id = '1'
/usr/share/nginx/html/catalog/model/extension/soconfig/general.php:5
39 (0.091)
SELECT *
FROM oc_product_image
WHERE product_id = '382'
ORDER BY sort_order ASC
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:426
40 (0.080)
SELECT date_end, date_start
FROM oc_product_special
WHERE product_id='382' AND customer_group_id = '1'
/usr/share/nginx/html/catalog/model/extension/soconfig/general.php:5
41 (0.080)
SELECT *
FROM oc_product_image
WHERE product_id = '383'
ORDER BY sort_order ASC
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:426
42 (0.081)
SELECT date_end, date_start
FROM oc_product_special
WHERE product_id='383' AND customer_group_id = '1'
/usr/share/nginx/html/catalog/model/extension/soconfig/general.php:5
43 (0.093)
SELECT *
FROM oc_product_image
WHERE product_id = '384'
ORDER BY sort_order ASC
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:426
44 (0.085)
SELECT date_end, date_start
FROM oc_product_special
WHERE product_id='384' AND customer_group_id = '1'
/usr/share/nginx/html/catalog/model/extension/soconfig/general.php:5
45 (0.084)
SELECT *
FROM oc_product_image
WHERE product_id = '385'
ORDER BY sort_order ASC
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:426
46 (0.085)
SELECT date_end, date_start
FROM oc_product_special
WHERE product_id='385' AND customer_group_id = '1'
/usr/share/nginx/html/catalog/model/extension/soconfig/general.php:5
47 (0.097)
SELECT *
FROM oc_product_image
WHERE product_id = '380'
ORDER BY sort_order ASC
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:426
48 (0.075)
SELECT date_end, date_start
FROM oc_product_special
WHERE product_id='380' AND customer_group_id = '1'
/usr/share/nginx/html/catalog/model/extension/soconfig/general.php:5
49 (0.080)
SELECT *
FROM oc_product_image
WHERE product_id = '381'
ORDER BY sort_order ASC
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:426
50 (0.065)
SELECT date_end, date_start
FROM oc_product_special
WHERE product_id='381' AND customer_group_id = '1'
/usr/share/nginx/html/catalog/model/extension/soconfig/general.php:5
51 (0.128)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
52 (0.151)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
53 (0.350)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_left'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
54 (0.134)
SELECT *
FROM oc_module
WHERE module_id = '85'
/usr/share/nginx/html/catalog/model/setting/module.php:4
55 (0.108)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/column_left'
/usr/share/nginx/html/catalog/model/design/theme.php:4
56 (0.122)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
57 (0.139)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
58 (0.354)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_right'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
59 (0.107)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/column_right'
/usr/share/nginx/html/catalog/model/design/theme.php:4
60 (0.147)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
61 (0.333)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
62 (0.449)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_top'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
63 (0.119)
SELECT *
FROM oc_module
WHERE module_id = '184'
/usr/share/nginx/html/catalog/model/setting/module.php:4
64 (0.110)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/content_top'
/usr/share/nginx/html/catalog/model/design/theme.php:4
65 (0.125)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
66 (0.130)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
67 (0.402)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_bottom'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
68 (0.091)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/content_bottom'
/usr/share/nginx/html/catalog/model/design/theme.php:4
69 (0.124)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/soconfig/soconfig' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
70 (0.094)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
71 (0.098)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
72 (0.360)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'footer_block2'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
73 (0.117)
SELECT *
FROM oc_module
WHERE module_id = '217'
/usr/share/nginx/html/catalog/model/setting/module.php:4
74 (0.125)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/so_page_builder' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
75 (0.089)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'extension/module/so_page_builder/default'
/usr/share/nginx/html/catalog/model/design/theme.php:4
76 (0.099)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'position/content_block'
/usr/share/nginx/html/catalog/model/design/theme.php:4
77 (0.100)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
78 (0.399)
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
/usr/share/nginx/html/catalog/model/catalog/information.php:10
79 (1.865)
DELETE
FROM `oc_customer_online`
WHERE date_added < '2024-12-23 21:21:03'
/usr/share/nginx/html/catalog/model/tool/online.php:4
80 (0.748)
REPLACE INTO `oc_customer_online` SET `ip` = '3.138.102.163', `customer_id` = '0', `url` = 'https://z-nt.com/index.php?page=2&path=60&route=product%2Fcategory', `referer` = '', `date_added` = '2024-12-23 22:21:03'
/usr/share/nginx/html/catalog/model/tool/online.php:6
81 (1.747)
SHOW TABLES LIKE 'oc_so_countdown_popup'
/usr/share/nginx/html/catalog/model/extension/module/so_countdown.php:5
82 (0.555)
SELECT cp.*, cpd.`description`, cpd.`heading_title`, cps.`link`
FROM oc_so_countdown_popup cp
LEFT JOIN oc_so_countdown_popup_description cpd ON (cpd.popup_id = cp.id)
LEFT JOIN oc_so_countdown_popup_store cps ON (cps.popup_id = cp.id)
WHERE cps.store_id = 0 AND cpd.language_id = 1 AND ((cp.date_start = '0000-00-00 00:00:00' OR cp.date_start < '2024-12-23 22:21:03') AND (cp.date_expire = '0000-00-00 00:00:00' OR cp.date_expire > '2024-12-23 22:21:03')) AND cp.`status` = 1 AND 1 = 1 GROUP BY cp.id
ORDER BY cp.priority LIMIT 1
/usr/share/nginx/html/catalog/model/extension/module/so_countdown.php:9
83 (0.108)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/footer'
/usr/share/nginx/html/catalog/model/design/theme.php:4
84 (0.310)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/soconfig/compare' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
85 (0.135)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
86 (0.123)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
87 (0.453)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_menu1'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
88 (0.237)
SELECT *
FROM oc_module
WHERE module_id = '61'
/usr/share/nginx/html/catalog/model/setting/module.php:4
89 (0.536)
SELECT c.category_id, c.parent_id, c.image, cd.name, c.category_id as id
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 cd.language_id = '1'
AND c2s.store_id = '0'
AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:16
90 (0.245)
SELECT *
FROM oc_mega_menu
WHERE parent_id='0' AND status='0' AND module_id = '61'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:25
91 (0.188)
SELECT *
FROM oc_mega_menu
WHERE parent_id='203' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
92 (0.193)
SELECT *
FROM oc_mega_menu
WHERE parent_id='144' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
93 (0.885)
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 = '0' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
94 (0.189)
SELECT *
FROM oc_mega_menu
WHERE parent_id='145' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
95 (0.134)
SELECT *
FROM oc_mega_menu
WHERE parent_id='258' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
96 (0.099)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/so_megamenu' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
97 (0.082)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'extension/module/so_megamenu/default'
/usr/share/nginx/html/catalog/model/design/theme.php:4
98 (0.091)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'position/content_block'
/usr/share/nginx/html/catalog/model/design/theme.php:4
99 (0.131)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
100 (0.292)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
101 (0.326)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_menu2'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
102 (0.082)
SELECT *
FROM oc_module
WHERE module_id = '75'
/usr/share/nginx/html/catalog/model/setting/module.php:4
103 (0.370)
SELECT c.category_id, c.parent_id, c.image, cd.name, c.category_id as id
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 cd.language_id = '1'
AND c2s.store_id = '0'
AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:16
104 (0.349)
SELECT *
FROM oc_mega_menu
WHERE parent_id='0' AND status='0' AND module_id = '75'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:25
105 (0.155)
SELECT *
FROM oc_mega_menu
WHERE parent_id='253' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
106 (0.133)
SELECT *
FROM oc_mega_menu
WHERE parent_id='254' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
107 (0.148)
SELECT *
FROM oc_mega_menu
WHERE parent_id='255' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
108 (0.496)
SELECT *
FROM oc_mega_menu
WHERE parent_id='256' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
109 (0.205)
SELECT *
FROM oc_mega_menu
WHERE parent_id='257' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
110 (0.189)
SELECT *
FROM oc_mega_menu
WHERE parent_id='259' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
111 (0.202)
SELECT *
FROM oc_mega_menu
WHERE parent_id='260' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
112 (0.196)
SELECT *
FROM oc_mega_menu
WHERE parent_id='261' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
113 (0.200)
SELECT *
FROM oc_mega_menu
WHERE parent_id='262' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
114 (0.351)
SELECT *
FROM oc_mega_menu
WHERE parent_id='263' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
115 (0.177)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/so_megamenu' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
116 (0.112)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'extension/module/so_megamenu/default'
/usr/share/nginx/html/catalog/model/design/theme.php:4
117 (0.081)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'position/content_block'
/usr/share/nginx/html/catalog/model/design/theme.php:4
118 (0.120)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
119 (0.208)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
120 (0.361)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_menu3'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
121 (0.086)
SELECT *
FROM oc_module
WHERE module_id = '215'
/usr/share/nginx/html/catalog/model/setting/module.php:4
122 (0.474)
SELECT c.category_id, c.parent_id, c.image, cd.name, c.category_id as id
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 cd.language_id = '1'
AND c2s.store_id = '0'
AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:16
123 (0.255)
SELECT *
FROM oc_mega_menu
WHERE parent_id='0' AND status='0' AND module_id = '215'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:25
124 (0.144)
SELECT *
FROM oc_mega_menu
WHERE parent_id='195' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
125 (0.129)
SELECT *
FROM oc_mega_menu
WHERE parent_id='196' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
126 (0.313)
SELECT *
FROM oc_mega_menu
WHERE parent_id='197' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
127 (0.212)
SELECT *
FROM oc_mega_menu
WHERE parent_id='198' AND status='0'
ORDER BY rang
/usr/share/nginx/html/catalog/model/extension/module/so_megamenu.php:83
128 (0.102)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/so_megamenu' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
129 (0.102)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'extension/module/so_megamenu/default'
/usr/share/nginx/html/catalog/model/design/theme.php:4
130 (0.113)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'position/content_block'
/usr/share/nginx/html/catalog/model/design/theme.php:4
131 (0.121)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
132 (0.116)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
133 (0.308)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'header_block'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
134 (0.074)
SELECT *
FROM oc_module
WHERE module_id = '278'
/usr/share/nginx/html/catalog/model/setting/module.php:4
135 (0.093)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'extension/module/so_html_content/default'
/usr/share/nginx/html/catalog/model/design/theme.php:4
136 (0.077)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'position/content_block'
/usr/share/nginx/html/catalog/model/design/theme.php:4
137 (0.092)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '60' AND store_id = '0'
/usr/share/nginx/html/catalog/model/catalog/category.php:55
138 (0.112)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/usr/share/nginx/html/catalog/model/design/layout.php:4
139 (0.551)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'search_block'
ORDER BY sort_order
/usr/share/nginx/html/catalog/model/design/layout.php:14
140 (0.434)
SELECT *
FROM oc_module
WHERE module_id = '72'
/usr/share/nginx/html/catalog/model/setting/module.php:4
141 (0.125)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/so_searchpro' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
142 (0.902)
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)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
143 (0.225)
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 = '99' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
144 (0.194)
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 = '100' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
145 (0.381)
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 = '101' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
146 (0.159)
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 = '103' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
147 (0.177)
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 = '104' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
148 (0.179)
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 = '107' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
149 (0.163)
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 = '113' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
150 (0.135)
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 = '105' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
151 (0.131)
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 = '106' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
152 (0.130)
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 = '108' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
153 (0.221)
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 = '102' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
154 (0.159)
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 = '112' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
155 (0.170)
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 = '111' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
156 (0.147)
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 = '110' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
157 (0.149)
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 = '109' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
158 (0.167)
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 = '59' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
159 (0.183)
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 = '61' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
160 (0.144)
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 = '64' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
161 (0.142)
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 = '89' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
162 (0.167)
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 = '62' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
163 (0.147)
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 = '80' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
164 (0.129)
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 = '63' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
165 (0.459)
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 = '94' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
166 (0.183)
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 = '66' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
167 (0.155)
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 = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
168 (0.134)
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 = '74' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
169 (0.131)
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 = '69' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
170 (0.147)
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 = '81' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
171 (0.145)
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 = '70' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
172 (0.141)
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 = '60' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
173 (0.126)
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 = '77' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
174 (0.125)
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 = '76' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
175 (0.124)
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 = '82' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
176 (0.142)
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 = '95' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
177 (0.135)
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 = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
178 (0.130)
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 = '71' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
179 (0.125)
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 = '79' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
180 (0.126)
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 = '72' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
181 (0.125)
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 = '65' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
182 (0.125)
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 = '96' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
183 (0.105)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/so_searchpro' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
184 (128.834)
SELECT p.product_id, (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 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
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)
WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.status = 1 GROUP BY p.product_id
ORDER BY p.viewed DESC, LCASE(pd.name) DESC LIMIT 0,7
/usr/share/nginx/html/catalog/model/extension/module/so_searchpro.php:142
185 (0.867)
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 = '2232' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
186 (0.342)
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 = '1446' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
187 (0.576)
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 = '1598' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
188 (0.488)
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 = '1364' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
189 (0.389)
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 = '1477' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
190 (0.299)
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 = '1830' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
191 (0.479)
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 = '2661' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/usr/share/nginx/storage/modification/catalog/model/catalog/product.php:8
192 (0.112)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'extension/module/so_searchpro/default'
/usr/share/nginx/html/catalog/model/design/theme.php:4
193 (0.097)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'position/content_block'
/usr/share/nginx/html/catalog/model/design/theme.php:4
194 (0.146)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/usr/share/nginx/html/catalog/model/setting/extension.php:4
195 (0.387)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'so_sociallogin'
/usr/share/nginx/html/catalog/model/setting/setting.php:6
196 (0.115)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
197 (0.090)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
198 (0.079)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/language'
/usr/share/nginx/html/catalog/model/design/theme.php:4
199 (0.094)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
200 (0.116)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/currency'
/usr/share/nginx/html/catalog/model/design/theme.php:4
201 (0.115)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
202 (0.100)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/search'
/usr/share/nginx/html/catalog/model/design/theme.php:4
203 (0.078)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
204 (0.070)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/soconfig/cart' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
205 (0.233)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3e4bc57fe3447c80f459d7668e'
/usr/share/nginx/html/system/library/cart/cart.php:42
206 (0.132)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/usr/share/nginx/html/catalog/model/setting/extension.php:4
207 (0.075)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
208 (0.103)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3e4bc57fe3447c80f459d7668e'
/usr/share/nginx/html/system/library/cart/cart.php:42
209 (0.107)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3e4bc57fe3447c80f459d7668e'
/usr/share/nginx/html/system/library/cart/cart.php:42
210 (0.097)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
211 (0.105)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/usr/share/nginx/html/system/library/cart/customer.php:127
212 (0.070)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
213 (0.185)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3e4bc57fe3447c80f459d7668e'
/usr/share/nginx/html/system/library/cart/cart.php:42
214 (0.151)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3e4bc57fe3447c80f459d7668e'
/usr/share/nginx/html/system/library/cart/cart.php:42
215 (0.101)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/cart'
/usr/share/nginx/html/catalog/model/design/theme.php:4
216 (0.128)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'ru-ru')
/usr/share/nginx/html/catalog/model/design/translation.php:6
217 (1.050)
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)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
218 (0.232)
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 = '59' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
219 (0.480)
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 = '61' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
220 (0.170)
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 = '64' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
221 (0.141)
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 = '89' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
222 (0.151)
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 = '62' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
223 (0.285)
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 = '80' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
224 (0.372)
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 = '63' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
225 (0.154)
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 = '94' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
226 (0.146)
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 = '66' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
227 (0.177)
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 = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
228 (0.154)
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 = '74' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
229 (0.130)
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 = '69' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
230 (0.132)
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 = '81' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
231 (0.154)
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 = '70' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
232 (0.139)
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 = '60' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
233 (0.133)
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 = '77' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
234 (0.127)
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 = '76' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
235 (0.129)
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 = '82' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
236 (0.128)
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 = '95' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
237 (0.132)
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 = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
238 (0.167)
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 = '71' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
239 (0.180)
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 = '79' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
240 (0.155)
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 = '72' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
241 (0.155)
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 = '65' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
242 (0.186)
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 = '96' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/usr/share/nginx/html/catalog/model/catalog/category.php:10
243 (0.107)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/menu'
/usr/share/nginx/html/catalog/model/design/theme.php:4
244 (0.103)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'common/header'
/usr/share/nginx/html/catalog/model/design/theme.php:4
245 (0.801)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'advertise_google'
/usr/share/nginx/html/catalog/model/setting/setting.php:6
246 (0.097)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'so-monota' AND route = 'product/category'
/usr/share/nginx/html/catalog/model/design/theme.php:4
247 (0.360)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'advertise_google'
/usr/share/nginx/html/catalog/model/setting/setting.php:6