1 (0.149)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://hyperkeys.sk/'
/data/web/virtuals/126558/virtual/www/index.php:61
2 (3.986)
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.254)
SELECT *
FROM `oc_language`
WHERE status = '1'
/data/web/virtuals/126558/virtual/www/index.php:185
4 (0.323)
SELECT *
FROM oc_currency
/data/web/virtuals/126558/virtual/www/system/library/currency.php:13
5 (0.162)
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.130)
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.161)
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.158)
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.479)
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.892)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/data/web/virtuals/126558/virtual/www/system/library/openbay.php:117
11 (0.509)
SELECT *
FROM oc_event
/data/web/virtuals/126558/virtual/www/index.php:286
12 (0.228)
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.449)
SELECT
new_link
FROM
oc_redirects_smp
WHERE
broken_link LIKE 'https://www.hyperkeys.sk/dead-island-goty/' OR
broken_link LIKE '/dead-island-goty/' OR
broken_link LIKE 'https://www.hyperkeys.sk/dead-island-goty/' OR
broken_link LIKE '/dead-island-goty/' OR
broken_link LIKE 'https://www.hyperkeys.sk/dead-island-goty/' OR
broken_link LIKE '/dead-island-goty/' OR
broken_link LIKE 'https://www.hyperkeys.sk/dead-island-goty/' OR
broken_link LIKE '/dead-island-goty/'
LIMIT 1
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_controller_common_seo_mega_pack_pro_url.php:595
14 (0.521)
SELECT *
FROM oc_url_alias
WHERE keyword = 'dead-island-goty'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_controller_common_seo_mega_pack_pro_url.php:338
15 (0.284)
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
16 (2.276)
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 = '630' 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
17 (0.461)
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
18 (0.167)
SELECT *
FROM oc_simple_reward
WHERE simple_reward_id = '1'
/data/web/virtuals/126558/virtual/www/catalog/model/catalog/simple_reward.php:4
19 (0.135)
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
20 (0.128)
SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id ='9' AND ss.language_id = '2'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:128
21 (1.063)
SELECT *
FROM oc_product_discount
WHERE product_id = '630' 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
22 (1.307)
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 = '630' 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
23 (0.634)
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 = '630' 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
24 (0.411)
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` = 630 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
25 (0.371)
UPDATE oc_product SET viewed = (viewed + 1), viewed_week = (viewed_week + 1)
WHERE product_id = '630'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:5
26 (1.074)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
27 (0.804)
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
28 (0.405)
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
29 (1.059)
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
30 (10.822)
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
31 (0.965)
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
32 (0.225)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '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
33 (22.958)
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
34 (7.317)
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
35 (8.046)
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
36 (9.108)
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
37 (13.261)
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
38 (12.272)
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
39 (4.773)
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
40 (3.497)
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
41 (0.967)
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
42 (1.389)
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
43 (0.279)
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
44 (0.216)
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
45 (0.583)
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
46 (0.218)
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
47 (0.210)
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
48 (0.218)
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
49 (0.552)
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
50 (0.205)
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
51 (2.471)
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
52 (1.538)
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
53 (0.230)
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
54 (0.190)
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
55 (0.192)
SELECT *
FROM oc_module
WHERE module_id = '35'
/data/web/virtuals/126558/virtual/www/catalog/model/extension/module.php:4
56 (0.274)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
57 (0.222)
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 (2.099)
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
59 (1.348)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
60 (0.208)
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.203)
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
62 (0.246)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
63 (0.184)
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.199)
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
65 (0.294)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
66 (0.198)
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
67 (3.859)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
68 (0.229)
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
69 (0.486)
SELECT *
FROM `oc_product_to_layout`
WHERE `product_id` = '630' AND `store_id` = '0'
/data/web/virtuals/126558/virtual/www/system/library/mfilter_core.php:1
70 (0.401)
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
71 (0.188)
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
72 (5.783)
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)
INNER JOIN
`oc_product_to_category` AS `p2c`
ON
`p2c`.`product_id` = `p`.`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
73 (1.320)
SELECT date_end
FROM oc_product_special
WHERE product_id='161'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
74 (0.207)
SELECT date_end
FROM oc_product_special
WHERE product_id='144'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
75 (0.186)
SELECT date_end
FROM oc_product_special
WHERE product_id='336'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
76 (0.203)
SELECT date_end
FROM oc_product_special
WHERE product_id='116'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
77 (0.194)
SELECT date_end
FROM oc_product_special
WHERE product_id='57'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
78 (0.220)
SELECT date_end
FROM oc_product_special
WHERE product_id='54'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
79 (0.206)
SELECT date_end
FROM oc_product_special
WHERE product_id='210'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
80 (0.227)
SELECT date_end
FROM oc_product_special
WHERE product_id='800'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
81 (0.200)
SELECT date_end
FROM oc_product_special
WHERE product_id='801'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
82 (0.170)
SELECT date_end
FROM oc_product_special
WHERE product_id='223'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
83 (0.189)
SELECT date_end
FROM oc_product_special
WHERE product_id='108'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
84 (0.211)
SELECT date_end
FROM oc_product_special
WHERE product_id='109'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
85 (0.168)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
86 (0.146)
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
87 (0.304)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
88 (0.137)
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
89 (0.161)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
90 (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
91 (0.284)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
92 (0.154)
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
93 (0.136)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
94 (0.133)
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
95 (0.263)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
96 (0.138)
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
97 (0.327)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'SignUpCoupons'
/data/web/virtuals/126558/virtual/www/catalog/model/setting/setting.php:6
98 (0.201)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
99 (1.381)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1495c77b22dc93419e6cb9684a829c51'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
100 (0.197)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
101 (2.764)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1495c77b22dc93419e6cb9684a829c51'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
102 (0.238)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/data/web/virtuals/126558/virtual/www/system/library/customer.php:129
103 (0.182)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1495c77b22dc93419e6cb9684a829c51'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
104 (0.165)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1495c77b22dc93419e6cb9684a829c51'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
105 (4.195)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1495c77b22dc93419e6cb9684a829c51'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
106 (0.164)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
107 (0.145)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1495c77b22dc93419e6cb9684a829c51'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
108 (0.160)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/data/web/virtuals/126558/virtual/www/system/library/customer.php:129
109 (0.137)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '1495c77b22dc93419e6cb9684a829c51'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
110 (0.189)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
111 (0.138)
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
112 (0.248)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
113 (0.134)
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
114 (0.884)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
115 (0.219)
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
116 (0.500)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
117 (0.183)
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
118 (0.191)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
119 (0.671)
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
120 (0.431)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
121 (0.201)
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
122 (0.217)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
123 (0.212)
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
124 (0.364)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
125 (0.198)
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
126 (0.291)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
127 (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
128 (0.422)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
129 (0.227)
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
130 (0.704)
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
131 (0.255)
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
132 (0.273)
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
133 (0.205)
SELECT *
FROM oc_mega_menu_links
WHERE id = 12
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
134 (0.235)
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
135 (0.209)
SELECT *
FROM oc_mega_menu_links
WHERE id = 14
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
136 (0.208)
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
137 (0.225)
SELECT *
FROM oc_mega_menu_links
WHERE id = 16
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
138 (0.211)
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
139 (0.214)
SELECT *
FROM oc_mega_menu_links
WHERE id = 13
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
140 (0.203)
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
141 (0.190)
SELECT *
FROM oc_mega_menu_links
WHERE id = 17
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
142 (3.450)
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
143 (0.253)
SELECT *
FROM oc_mega_menu_links
WHERE id = 15
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
144 (2.146)
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
145 (0.182)
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
146 (0.211)
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
147 (0.235)
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
148 (0.183)
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
149 (0.204)
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
150 (0.176)
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
151 (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 = '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
152 (0.196)
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
153 (0.555)
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
154 (0.766)
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
155 (0.187)
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
156 (0.378)
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
157 (4.737)
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
158 (0.804)
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
159 (0.156)
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
160 (0.177)
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
161 (0.158)
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
162 (0.526)
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
163 (0.172)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
164 (0.157)
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
165 (0.222)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
166 (0.130)
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
167 (0.135)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
168 (0.132)
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
169 (0.238)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
170 (0.156)
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
171 (0.319)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
172 (0.239)
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
173 (0.524)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
174 (0.214)
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
175 (0.301)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
176 (0.214)
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
177 (0.590)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
178 (0.187)
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
179 (0.352)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
180 (0.217)
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
181 (0.559)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
182 (0.191)
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
183 (0.650)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
184 (0.227)
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
185 (0.546)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
186 (0.192)
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
187 (0.271)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
188 (0.194)
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
189 (0.530)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
190 (0.212)
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
191 (1.811)
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
192 (6.416)
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
193 (0.940)
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
194 (0.238)
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
195 (12.187)
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
196 (5.027)
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
197 (3.223)
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
198 (5.339)
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
199 (6.850)
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
200 (6.129)
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
201 (6.013)
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
202 (3.690)
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
203 (1.477)
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
204 (2.002)
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
205 (0.344)
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
206 (0.556)
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
207 (0.230)
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
208 (0.224)
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
209 (0.224)
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
210 (0.879)
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
211 (0.242)
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
212 (0.242)
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
213 (0.259)
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
214 (0.243)
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
215 (0.208)
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
216 (0.225)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '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
217 (0.209)
SELECT *
FROM oc_module
WHERE module_id = '35'
/data/web/virtuals/126558/virtual/www/catalog/model/extension/module.php:4
218 (0.433)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
219 (0.219)
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
220 (0.698)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
221 (0.245)
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
222 (0.340)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
223 (0.237)
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
224 (0.685)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
225 (0.246)
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
226 (0.421)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
227 (0.204)
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
228 (0.752)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
229 (0.209)
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
230 (0.411)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
231 (0.194)
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
232 (0.667)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
233 (0.221)
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
234 (0.360)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
235 (0.258)
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
236 (0.595)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
237 (0.257)
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
238 (0.415)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
239 (0.245)
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
240 (0.594)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
241 (0.216)
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
242 (0.385)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
243 (0.938)
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
244 (0.625)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
245 (0.209)
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
246 (0.756)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
247 (0.208)
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
248 (2.708)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
249 (0.231)
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
250 (0.411)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
251 (0.197)
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
252 (0.628)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
253 (0.200)
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
254 (0.415)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
255 (0.198)
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
256 (0.604)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
257 (0.205)
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
258 (0.438)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
259 (0.198)
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
260 (0.528)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
261 (0.194)
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
262 (0.276)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '630' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
263 (2.852)
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
264 (0.567)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
265 (0.220)
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