+7 (727) 310-02-31
тг.

Xiaomi MiJia


Показано с 1 по 4 из 4 (всего 1 страниц)
Queries: 31, Total time: 53.469 ms [By time] [By id] [By file]
1 (0.586)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://micom.kz/'
/home/micom/public_html/index.php:39,
2 (11.598)
SELECT *
FROM `oc_setting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/home/micom/public_html/index.php:51,
3 (0.370)
SELECT *
FROM `oc_language`
WHERE status = '1'
/home/micom/public_html/index.php:135,
4 (0.409)
SELECT *
FROM oc_currency
/home/micom/public_html/system/library/currency.php:13, /home/micom/public_html/index.php:215,
5 (2.766)
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 = '109' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/home/micom/public_html/system/library/tax.php:26, /home/micom/public_html/system/library/tax.php:13, /home/micom/public_html/index.php:218,
6 (2.292)
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 = '109' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/home/micom/public_html/system/library/tax.php:54, /home/micom/public_html/system/library/tax.php:22, /home/micom/public_html/index.php:218,
7 (0.523)
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 = '3'
/home/micom/public_html/system/library/weight.php:9, /home/micom/public_html/index.php:221,
8 (0.452)
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 = '3'
/home/micom/public_html/system/library/length.php:9, /home/micom/public_html/index.php:224,
9 (1.507)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/micom/public_html/system/library/openbay.php:116, /home/micom/public_html/system/library/openbay.php:10, /home/micom/public_html/index.php:233,
10 (0.252)
SELECT *
FROM oc_event
/home/micom/public_html/index.php:239,
11 (3.915)
SELECT *
FROM oc_manufacturer m
LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id)
WHERE m.manufacturer_id = '74' AND m2s.store_id = '0'
/home/micom/public_html/catalog/model/catalog/manufacturer.php:4, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:120, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
12 (1.285)
SELECT COUNT(DISTINCT p.product_id) AS total
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 = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.manufacturer_id = '74'
/home/micom/public_html/system/modification/catalog/model/catalog/product.php:626, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:181, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
13 (2.210)
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 = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.manufacturer_id = '74' GROUP BY p.product_id
ORDER BY p.stock_status_id DESC, LCASE(pd.name) ASC, LCASE(pd.name) ASC LIMIT 0,99
/home/micom/public_html/system/modification/catalog/model/catalog/product.php:260, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:183, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
14 (1.608)
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 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 = '3') 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 = '3') 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 = '3') 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 = '1360' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/micom/public_html/system/modification/catalog/model/catalog/product.php:8, /home/micom/public_html/system/modification/catalog/model/catalog/product.php:263, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:183, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
15 (1.430)
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 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 = '3') 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 = '3') 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 = '3') 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 = '1286' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/micom/public_html/system/modification/catalog/model/catalog/product.php:8, /home/micom/public_html/system/modification/catalog/model/catalog/product.php:263, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:183, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
16 (1.554)
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 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 = '3') 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 = '3') 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 = '3') 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 = '1292' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/micom/public_html/system/modification/catalog/model/catalog/product.php:8, /home/micom/public_html/system/modification/catalog/model/catalog/product.php:263, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:183, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
17 (1.413)
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 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 = '3') 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 = '3') 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 = '3') 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 = '1181' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/micom/public_html/system/modification/catalog/model/catalog/product.php:8, /home/micom/public_html/system/modification/catalog/model/catalog/product.php:263, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:183, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
18 (1.008)
SELECT *
FROM oc_layout_route
WHERE 'product/manufacturer/info' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/micom/public_html/catalog/model/design/layout.php:4, /home/micom/public_html/catalog/controller/common/column_left.php:35, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:378, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
19 (0.414)
SELECT *
FROM oc_layout_module
WHERE layout_id = '4' AND position = 'column_left'
ORDER BY sort_order
/home/micom/public_html/catalog/model/design/layout.php:14, /home/micom/public_html/catalog/controller/common/column_left.php:46, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:378, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
20 (0.841)
SELECT *
FROM oc_module
WHERE module_id = '48'
/home/micom/public_html/catalog/model/extension/module.php:4, /home/micom/public_html/catalog/controller/common/column_left.php:56, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:378, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
21 (1.027)
SELECT *
FROM oc_layout_route
WHERE 'product/manufacturer/info' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/micom/public_html/catalog/model/design/layout.php:4, /home/micom/public_html/catalog/controller/common/column_right.php:35, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:379, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
22 (0.626)
SELECT *
FROM oc_layout_module
WHERE layout_id = '4' AND position = 'column_right'
ORDER BY sort_order
/home/micom/public_html/catalog/model/design/layout.php:14, /home/micom/public_html/catalog/controller/common/column_right.php:44, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:379, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
23 (1.251)
SELECT *
FROM oc_layout_route
WHERE 'product/manufacturer/info' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/micom/public_html/catalog/model/design/layout.php:4, /home/micom/public_html/catalog/controller/common/content_top.php:35, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:380, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
24 (0.728)
SELECT *
FROM oc_layout_module
WHERE layout_id = '4' AND position = 'content_top'
ORDER BY sort_order
/home/micom/public_html/catalog/model/design/layout.php:14, /home/micom/public_html/catalog/controller/common/content_top.php:44, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:380, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
25 (0.832)
SELECT *
FROM oc_layout_route
WHERE 'product/manufacturer/info' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/micom/public_html/catalog/model/design/layout.php:4, /home/micom/public_html/catalog/controller/common/content_bottom.php:35, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:381, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
26 (0.381)
SELECT *
FROM oc_layout_module
WHERE layout_id = '4' AND position = 'content_bottom'
ORDER BY sort_order
/home/micom/public_html/catalog/model/design/layout.php:14, /home/micom/public_html/catalog/controller/common/content_bottom.php:44, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:381, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
27 (3.851)
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 = '3' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/home/micom/public_html/catalog/model/catalog/information.php:10, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_footer.php:46, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:382, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
28 (0.964)
SELECT *
FROM oc_layout_route
WHERE 'product/manufacturer/info' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/micom/public_html/catalog/model/design/layout.php:4, /home/micom/public_html/catalog/controller/common/footer_top.php:35, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_footer.php:74, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:382, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
29 (0.450)
SELECT *
FROM oc_layout_module
WHERE layout_id = '4' AND position = 'footer_top'
ORDER BY sort_order
/home/micom/public_html/catalog/model/design/layout.php:14, /home/micom/public_html/catalog/controller/common/footer_top.php:44, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_footer.php:74, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:382, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
30 (5.021)
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 = '3' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/home/micom/public_html/catalog/model/catalog/information.php:10, /home/micom/public_html/system/modification/catalog/controller/common/header.php:43, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:383, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,
31 (1.904)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/micom/public_html/catalog/model/extension/extension.php:4, /home/micom/public_html/system/modification/catalog/controller/common/cart.php:17, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/common/header.php:201, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_loader.php:12, /home/micom/public_html/system/modification/catalog/controller/product/manufacturer.php:383, /home/micom/public_html/vqmod/vqcache/vq2-system_modification_system_engine_action.php:65, /home/micom/public_html/system/modification/system/engine/front.php:37, /home/micom/public_html/system/modification/system/engine/front.php:30, /home/micom/public_html/index.php:262,