1 (0.216)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://hyperkeys.sk/'
/data/web/virtuals/126558/virtual/www/index.php:61
2 (3.608)
SELECT *
FROM `oc_setting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/data/web/virtuals/126558/virtual/www/index.php:73
3 (0.188)
SELECT *
FROM `oc_language`
WHERE status = '1'
/data/web/virtuals/126558/virtual/www/index.php:185
4 (0.221)
SELECT *
FROM oc_currency
/data/web/virtuals/126558/virtual/www/system/library/currency.php:13
5 (0.176)
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 = '189' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/data/web/virtuals/126558/virtual/www/system/library/tax.php:26
6 (0.114)
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 = '189' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/data/web/virtuals/126558/virtual/www/system/library/tax.php:54
7 (0.210)
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 = '2'
/data/web/virtuals/126558/virtual/www/system/library/weight.php:9
8 (0.336)
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 = '2'
/data/web/virtuals/126558/virtual/www/system/library/length.php:9
9 (0.585)
DELETE
FROM oc_cart
WHERE customer_id = '0' AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:14
10 (0.547)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/data/web/virtuals/126558/virtual/www/system/library/openbay.php:117
11 (0.123)
SELECT *
FROM oc_event
/data/web/virtuals/126558/virtual/www/index.php:286
12 (0.201)
SELECT *
FROM `oc_language`
WHERE code ='sk_SK' LIMIT 1
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_controller_common_seo_mega_pack_pro_url.php:131
13 (0.738)
SELECT
new_link
FROM
oc_redirects_smp
WHERE
broken_link LIKE 'https://www.hyperkeys.sk/p,2800,call-of-cthulhu,steam-pc.html/' OR
broken_link LIKE '/p,2800,call-of-cthulhu,steam-pc.html/' OR
broken_link LIKE 'https://www.hyperkeys.sk/p,2800,call-of-cthulhu,steam-pc.html/' OR
broken_link LIKE '/p,2800,call-of-cthulhu,steam-pc.html/' OR
broken_link LIKE 'https://www.hyperkeys.sk/p,2800,call-of-cthulhu,steam-pc.html/' OR
broken_link LIKE '/p,2800,call-of-cthulhu,steam-pc.html/' OR
broken_link LIKE 'https://www.hyperkeys.sk/p,2800,call-of-cthulhu,steam-pc.html/' OR
broken_link LIKE '/p,2800,call-of-cthulhu,steam-pc.html/'
LIMIT 1
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_controller_common_seo_mega_pack_pro_url.php:595
14 (26.481)
SELECT
*
FROM
oc_url_alias
WHERE
smp_language_id IS NULL OR smp_language_id = 2
ORDER BY smp_language_id ASC
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_controller_common_seo_mega_pack_pro_url.php:1204
15 (1.719)
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 = '2') 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 = '2') 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 = '2') 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 = '2800' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:115
16 (0.399)
SELECT *
FROM oc_simple_reward sr
LEFT JOIN oc_simple_reward_to_store sr2s ON (sr.simple_reward_id = sr2s.simple_reward_id)
WHERE sr.status = TRUE AND ((sr.date_start = '0000-00-00' OR sr.date_start < NOW()) AND (sr.date_end = '0000-00-00' OR sr.date_end > NOW())) AND sr2s.store_id = '0'
ORDER BY sr.simple_reward_id ASC
/data/web/virtuals/126558/virtual/www/catalog/model/catalog/simple_reward.php:13
17 (0.130)
SELECT *
FROM oc_simple_reward
WHERE simple_reward_id = '1'
/data/web/virtuals/126558/virtual/www/catalog/model/catalog/simple_reward.php:4
18 (0.131)
SELECT *
FROM oc_simple_reward_value
WHERE simple_reward_id = '1' AND customer_group_id = '1'
/data/web/virtuals/126558/virtual/www/catalog/model/catalog/simple_reward.php:19
19 (0.113)
SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id ='5' AND ss.language_id = '2'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:128
20 (0.841)
SELECT *
FROM oc_product_discount
WHERE product_id = '2800' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:691
21 (0.817)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '2800' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:541
22 (0.559)
SELECT *
FROM oc_product_related pr
LEFT JOIN oc_product p ON (pr.related_id = p.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pr.product_id = '2800' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:776
23 (1.137)
SELECT `pd`.*
FROM `oc_product_recurring` `pp` JOIN `oc_recurring_description` `pd` ON `pd`.`language_id` = 2 AND `pd`.`recurring_id` = `pp`.`recurring_id` JOIN `oc_recurring` `p` ON `p`.`recurring_id` = `pd`.`recurring_id`
WHERE `product_id` = 2800 AND `status` = 1 AND `customer_group_id` = 1
ORDER BY `sort_order` ASC
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:939
24 (0.321)
UPDATE oc_product SET viewed = (viewed + 1), viewed_week = (viewed_week + 1)
WHERE product_id = '2800'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:5
25 (0.317)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
26 (0.124)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
27 (0.137)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'column_left'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
28 (3.799)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '99'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
29 (5.340)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '89'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
30 (12.214)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '59'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
31 (3.880)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '90'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
32 (3.488)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '96'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
33 (4.311)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '91'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
34 (8.250)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '94'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
35 (4.924)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '93'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
36 (2.798)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '95'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
37 (3.036)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '92'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
38 (0.604)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '98'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
39 (1.278)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '100'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
40 (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 = '99' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
41 (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 = '89' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
42 (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 = '59' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
43 (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 = '90' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
44 (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 = '96' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
45 (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 = '91' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
46 (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 = '94' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
47 (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 = '93' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
48 (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 = '95' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
49 (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 = '92' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
50 (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 = '98' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
51 (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 = '100' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
52 (0.137)
SELECT *
FROM oc_module
WHERE module_id = '35'
/data/web/virtuals/126558/virtual/www/catalog/model/extension/module.php:4
53 (0.151)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
54 (0.114)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
55 (1.005)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'column_right'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
56 (0.131)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
57 (0.141)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
58 (0.116)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'content_top'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
59 (0.207)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
60 (0.166)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
61 (0.172)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'content_bottom'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
62 (2.645)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
63 (0.164)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
64 (0.372)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
65 (0.193)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'customfooter_top'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
66 (1.198)
SELECT *
FROM `oc_product_to_layout`
WHERE `product_id` = '2800' AND `store_id` = '0'
/data/web/virtuals/126558/virtual/www/system/library/mfilter_core.php:1
67 (0.178)
SELECT *
FROM `oc_layout_route`
WHERE 'product/product' LIKE `route` AND `store_id` = '0'
ORDER BY `route` DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/system/library/mfilter_core.php:1
68 (0.182)
SELECT *
FROM `oc_layout_module`
WHERE `layout_id` = '2' AND `code` LIKE 'mega_filter%'
ORDER BY `sort_order`
/data/web/virtuals/126558/virtual/www/system/library/mfilter_core.php:1
69 (2.983)
SELECT *
FROM(SELECT DISTINCT ps.product_id, (SELECT AVG(rating)
FROM oc_review r1
WHERE r1.product_id = ps.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating
FROM oc_product_special ps
LEFT JOIN oc_product p ON (ps.product_id = p.product_id)
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' 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())) GROUP BY ps.product_id
ORDER BY LCASE(pd.name) ASC, LCASE(pd.name) ASC) AS `tmp` LIMIT 0,12
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:441
70 (0.563)
SELECT date_end
FROM oc_product_special
WHERE product_id='161'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
71 (0.152)
SELECT date_end
FROM oc_product_special
WHERE product_id='94'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
72 (0.146)
SELECT date_end
FROM oc_product_special
WHERE product_id='394'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
73 (0.144)
SELECT date_end
FROM oc_product_special
WHERE product_id='69'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
74 (0.123)
SELECT date_end
FROM oc_product_special
WHERE product_id='403'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
75 (0.123)
SELECT date_end
FROM oc_product_special
WHERE product_id='116'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
76 (0.123)
SELECT date_end
FROM oc_product_special
WHERE product_id='477'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
77 (0.116)
SELECT date_end
FROM oc_product_special
WHERE product_id='490'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
78 (0.117)
SELECT date_end
FROM oc_product_special
WHERE product_id='505'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
79 (0.119)
SELECT date_end
FROM oc_product_special
WHERE product_id='663'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
80 (0.139)
SELECT date_end
FROM oc_product_special
WHERE product_id='669'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
81 (0.116)
SELECT date_end
FROM oc_product_special
WHERE product_id='122'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
82 (0.153)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
83 (0.130)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
84 (0.243)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
85 (0.115)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'customfooter_bottom'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
86 (0.455)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
87 (0.112)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
88 (0.245)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
89 (0.318)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'customfooter'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
90 (0.118)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
91 (0.114)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
92 (0.247)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
93 (0.117)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'footer'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
94 (0.232)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'SignUpCoupons'
/data/web/virtuals/126558/virtual/www/catalog/model/setting/setting.php:6
95 (0.340)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
96 (1.638)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1e692d0aed562f9f638b24c030a641a9'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
97 (0.189)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
98 (0.222)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1e692d0aed562f9f638b24c030a641a9'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
99 (0.195)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/data/web/virtuals/126558/virtual/www/system/library/customer.php:129
100 (0.277)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1e692d0aed562f9f638b24c030a641a9'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
101 (0.138)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1e692d0aed562f9f638b24c030a641a9'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
102 (0.157)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1e692d0aed562f9f638b24c030a641a9'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
103 (0.148)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
104 (0.139)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1e692d0aed562f9f638b24c030a641a9'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
105 (0.129)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/data/web/virtuals/126558/virtual/www/system/library/customer.php:129
106 (0.117)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1e692d0aed562f9f638b24c030a641a9'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
107 (0.186)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
108 (0.122)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
109 (0.279)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
110 (0.119)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'popup'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
111 (0.156)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
112 (0.121)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
113 (0.271)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
114 (0.117)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'header_notice'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
115 (0.135)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
116 (0.115)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
117 (0.223)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
118 (0.119)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'cookie'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
119 (0.196)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
120 (0.134)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
121 (0.225)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
122 (0.115)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'top_block'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
123 (0.112)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
124 (0.141)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
125 (0.222)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
126 (0.110)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'menu'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
127 (0.211)
SELECT *
FROM oc_mega_menu
WHERE parent_id='0' AND status='0' AND module_id='0'
ORDER BY rang
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:12
128 (0.154)
SELECT *
FROM oc_mega_menu
WHERE parent_id='11' AND status='0' AND module_id='0'
ORDER BY rang
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:76
129 (0.167)
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 = '12' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
130 (0.121)
SELECT *
FROM oc_mega_menu_links
WHERE id = 12
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
131 (0.126)
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 = '14' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
132 (0.112)
SELECT *
FROM oc_mega_menu_links
WHERE id = 14
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
133 (0.142)
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 = '16' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
134 (0.129)
SELECT *
FROM oc_mega_menu_links
WHERE id = 16
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
135 (0.122)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '13' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
136 (0.196)
SELECT *
FROM oc_mega_menu_links
WHERE id = 13
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
137 (0.121)
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 = '17' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
138 (0.112)
SELECT *
FROM oc_mega_menu_links
WHERE id = 17
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
139 (0.124)
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 = '15' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
140 (0.109)
SELECT *
FROM oc_mega_menu_links
WHERE id = 15
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
141 (1.181)
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 = '2') 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 = '2') 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 = '2') 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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:115
142 (0.167)
SELECT *
FROM oc_mega_menu
WHERE parent_id='14' AND status='0' AND module_id='0'
ORDER BY rang
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:76
143 (0.166)
SELECT *
FROM oc_mega_menu
WHERE parent_id='15' AND status='0' AND module_id='0'
ORDER BY rang
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:76
144 (0.189)
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 = '99' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
145 (0.174)
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 = '89' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
146 (0.174)
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 = '59' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
147 (0.170)
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 = '90' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
148 (0.157)
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 = '96' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
149 (0.157)
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 = '91' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
150 (0.185)
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 = '94' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
151 (0.496)
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 = '93' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
152 (0.177)
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 = '95' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
153 (0.170)
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 = '92' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:4
154 (1.464)
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 = '2') 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 = '2') 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 = '2') 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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:115
155 (0.160)
SELECT *
FROM oc_mega_menu
WHERE parent_id='16' AND status='0' AND module_id='0'
ORDER BY rang
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:76
156 (0.160)
SELECT *
FROM oc_mega_menu
WHERE parent_id='18' AND status='0' AND module_id='0'
ORDER BY rang
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:76
157 (0.142)
SELECT *
FROM oc_mega_menu
WHERE parent_id='20' AND status='0' AND module_id='0'
ORDER BY rang
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:76
158 (0.183)
SELECT *
FROM oc_mega_menu
WHERE parent_id='23' AND status='0' AND module_id='0'
ORDER BY rang
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:76
159 (0.212)
SELECT *
FROM oc_mega_menu
WHERE parent_id='24' AND status='0' AND module_id='0'
ORDER BY rang
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:76
160 (0.218)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
161 (0.180)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
162 (0.402)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
163 (0.142)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'menu2'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
164 (0.227)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
165 (0.176)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
166 (0.704)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
167 (0.183)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'slideshow'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
168 (0.223)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
169 (0.166)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
170 (0.409)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
171 (0.169)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'breadcrumb'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
172 (0.171)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
173 (0.165)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
174 (0.388)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
175 (0.685)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'preface_left'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
176 (0.225)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
177 (0.171)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
178 (0.440)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
179 (0.347)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'preface_right'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
180 (0.212)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
181 (0.169)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
182 (2.007)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
183 (0.469)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'preface_fullwidth'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
184 (0.195)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
185 (0.186)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
186 (1.131)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
187 (0.200)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'column_left'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
188 (1.857)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '99'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
189 (7.980)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '89'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
190 (18.823)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '59'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
191 (5.057)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '90'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
192 (2.590)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '96'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
193 (4.596)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '91'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
194 (9.663)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '94'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
195 (5.776)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '93'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
196 (2.219)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '95'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
197 (2.997)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '92'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
198 (2.514)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '98'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
199 (0.908)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
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 = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '100'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:929
200 (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 = '99' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
201 (0.137)
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 = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
202 (0.123)
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 = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
203 (0.117)
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 = '90' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
204 (0.115)
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 = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
205 (0.414)
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 = '91' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
206 (0.114)
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 = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
207 (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 = '93' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
208 (0.393)
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 = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
209 (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 = '92' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
210 (0.193)
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 = '98' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
211 (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 = '100' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/data/web/virtuals/126558/virtual/www/system/storage/modification/catalog/model/catalog/category.php:10
212 (0.135)
SELECT *
FROM oc_module
WHERE module_id = '35'
/data/web/virtuals/126558/virtual/www/catalog/model/extension/module.php:4
213 (0.190)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
214 (0.118)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
215 (0.275)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
216 (0.132)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'content_big_column'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
217 (0.403)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
218 (0.131)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
219 (0.245)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
220 (0.118)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'content_top'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
221 (0.141)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
222 (0.108)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
223 (0.246)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
224 (0.137)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'column_right'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
225 (0.119)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
226 (0.108)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
227 (0.592)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
228 (0.117)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'product_custom_block'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
229 (0.138)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
230 (0.109)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
231 (0.222)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
232 (0.431)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'product_image_top'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
233 (0.123)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
234 (0.106)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
235 (0.222)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
236 (0.109)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'product_image_bottom'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
237 (0.359)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
238 (0.115)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
239 (0.252)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
240 (0.118)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'product_options_center'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
241 (0.118)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
242 (0.110)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
243 (0.222)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
244 (0.121)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'product_enquiry'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
245 (0.123)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
246 (0.128)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
247 (0.221)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
248 (0.114)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'product_question'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
249 (0.127)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
250 (0.136)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
251 (0.232)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
252 (0.118)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'product_options_bottom'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
253 (0.122)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
254 (0.109)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
255 (0.245)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
256 (0.131)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'product_over_tabs'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14
257 (0.169)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '2800' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
258 (0.118)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:4
259 (0.271)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
260 (0.139)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'content_bottom'
ORDER BY sort_order
/data/web/virtuals/126558/virtual/www/catalog/model/design/layout.php:14