1 (0.256)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://hyperkeys.sk/'
/data/web/virtuals/126558/virtual/www/index.php:61
2 (2.857)
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.317)
SELECT *
FROM `oc_language`
WHERE status = '1'
/data/web/virtuals/126558/virtual/www/index.php:185
4 (0.645)
SELECT *
FROM oc_currency
/data/web/virtuals/126558/virtual/www/system/library/currency.php:13
5 (0.221)
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.146)
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.181)
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.174)
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.583)
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.529)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/data/web/virtuals/126558/virtual/www/system/library/openbay.php:117
11 (0.160)
SELECT *
FROM oc_event
/data/web/virtuals/126558/virtual/www/index.php:286
12 (0.308)
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 (1.809)
SELECT
new_link
FROM
oc_redirects_smp
WHERE
broken_link LIKE 'https://www.hyperkeys.sk/assassinand-39-s-creed-origins-xbox-one/' OR
broken_link LIKE '/assassinand-39-s-creed-origins-xbox-one/' OR
broken_link LIKE 'https://www.hyperkeys.sk/assassinand-39-s-creed-origins-xbox-one/' OR
broken_link LIKE '/assassinand-39-s-creed-origins-xbox-one/' OR
broken_link LIKE 'https://www.hyperkeys.sk/assassinand-39-s-creed-origins-xbox-one/' OR
broken_link LIKE '/assassinand-39-s-creed-origins-xbox-one/' OR
broken_link LIKE 'https://www.hyperkeys.sk/assassinand-39-s-creed-origins-xbox-one/' OR
broken_link LIKE '/assassinand-39-s-creed-origins-xbox-one/'
LIMIT 1
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_controller_common_seo_mega_pack_pro_url.php:595
14 (0.792)
SELECT *
FROM oc_language
ORDER BY sort_order, name
/data/web/virtuals/126558/virtual/www/catalog/model/localisation/language.php:15
15 (3.648)
SELECT *
FROM oc_url_alias
WHERE keyword = 'assassinand-39-s-creed-origins-xbox-one'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_controller_common_seo_mega_pack_pro_url.php:338
16 (1.601)
SELECT
p.product_id,
p.manufacturer_id,
pd.name,
IF( p.smp_url_category_id IS NULL OR (
SELECT
c2s.category_id
FROM
oc_category AS c
INNER JOIN
oc_category_to_store c2s
ON
c.category_id = c2s.category_id AND c2s.store_id = 0
WHERE
c.status = '1' AND c.category_id = p.smp_url_category_id
LIMIT
1
) IS NULL, (
SELECT
pc.category_id
FROM
oc_product_to_category pc
INNER JOIN
oc_category AS c
ON
c.category_id = pc.category_id AND c.status = '1'
INNER JOIN
oc_category_to_store c2s
ON
c2s.category_id = pc.category_id AND c2s.store_id = 0
WHERE
pc.product_id = p.product_id
ORDER BY
pc.category_id DESC
LIMIT
1
), p.smp_url_category_id ) AS category_id
FROM
oc_product p
LEFT JOIN
oc_product_description pd
ON
pd.product_id = p.product_id
WHERE
pd.language_id = 2 AND
p.status = 1
AND p.product_id = 350
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_controller_common_seo_mega_pack_pro_url.php:1294
17 (3.647)
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 = '350' 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
18 (0.508)
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
19 (0.173)
SELECT *
FROM oc_simple_reward
WHERE simple_reward_id = '1'
/data/web/virtuals/126558/virtual/www/catalog/model/catalog/simple_reward.php:4
20 (0.172)
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
21 (0.147)
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
22 (1.043)
SELECT *
FROM oc_product_discount
WHERE product_id = '350' 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
23 (5.992)
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 = '350' 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
24 (2.044)
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 = '350' 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
25 (2.898)
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 = '1978' 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
26 (2.477)
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
27 (0.197)
SELECT *
FROM oc_simple_reward
WHERE simple_reward_id = '1'
/data/web/virtuals/126558/virtual/www/catalog/model/catalog/simple_reward.php:4
28 (0.157)
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
29 (0.217)
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
30 (1.427)
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` = 350 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
31 (3.963)
UPDATE oc_product SET viewed = (viewed + 1), viewed_week = (viewed_week + 1)
WHERE product_id = '350'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:5
32 (3.004)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
33 (0.155)
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
34 (0.490)
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
35 (1.528)
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
36 (14.446)
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
37 (26.487)
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
38 (8.891)
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
39 (4.724)
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
40 (10.692)
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
41 (13.156)
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
42 (11.362)
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
43 (4.539)
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
44 (4.012)
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
45 (0.881)
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
46 (1.215)
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
47 (2.749)
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
48 (0.200)
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
49 (0.499)
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
50 (0.315)
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
51 (0.167)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '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
52 (0.160)
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
53 (0.150)
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
54 (0.148)
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
55 (0.163)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '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
56 (0.148)
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
57 (0.145)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '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
58 (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 = '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
59 (0.156)
SELECT *
FROM oc_module
WHERE module_id = '35'
/data/web/virtuals/126558/virtual/www/catalog/model/extension/module.php:4
60 (0.220)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
61 (1.475)
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
62 (3.081)
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
63 (0.216)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
64 (0.156)
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
65 (0.146)
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
66 (0.170)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
67 (0.148)
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
68 (0.168)
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
69 (0.270)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
70 (0.152)
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
71 (0.321)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
72 (0.148)
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
73 (0.985)
SELECT *
FROM `oc_product_to_layout`
WHERE `product_id` = '350' AND `store_id` = '0'
/data/web/virtuals/126558/virtual/www/system/library/mfilter_core.php:1
74 (0.160)
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
75 (0.157)
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
76 (8.059)
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
77 (0.280)
SELECT date_end
FROM oc_product_special
WHERE product_id='286'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
78 (0.167)
SELECT date_end
FROM oc_product_special
WHERE product_id='351'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
79 (0.198)
SELECT date_end
FROM oc_product_special
WHERE product_id='348'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
80 (0.855)
SELECT date_end
FROM oc_product_special
WHERE product_id='349'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
81 (5.846)
SELECT date_end
FROM oc_product_special
WHERE product_id='366'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
82 (0.260)
SELECT date_end
FROM oc_product_special
WHERE product_id='75'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
83 (0.244)
SELECT date_end
FROM oc_product_special
WHERE product_id='2800'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
84 (0.200)
SELECT date_end
FROM oc_product_special
WHERE product_id='496'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
85 (0.165)
SELECT date_end
FROM oc_product_special
WHERE product_id='537'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
86 (0.246)
SELECT date_end
FROM oc_product_special
WHERE product_id='2234'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
87 (0.245)
SELECT date_end
FROM oc_product_special
WHERE product_id='738'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
88 (0.221)
SELECT date_end
FROM oc_product_special
WHERE product_id='201'
/data/web/virtuals/126558/virtual/www/system/library/themeoptions.php:115
89 (0.203)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
90 (0.154)
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.571)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
92 (0.171)
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
93 (0.298)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
94 (0.283)
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.379)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
96 (0.160)
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
97 (0.173)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
98 (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
99 (0.335)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
100 (0.161)
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
101 (0.470)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'SignUpCoupons'
/data/web/virtuals/126558/virtual/www/catalog/model/setting/setting.php:6
102 (0.346)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
103 (2.262)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '324929f0a0ab19d6749ffe216d760b4d'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
104 (0.233)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
105 (0.387)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '324929f0a0ab19d6749ffe216d760b4d'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
106 (0.441)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/data/web/virtuals/126558/virtual/www/system/library/customer.php:129
107 (0.460)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '324929f0a0ab19d6749ffe216d760b4d'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
108 (0.368)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '324929f0a0ab19d6749ffe216d760b4d'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
109 (0.442)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '324929f0a0ab19d6749ffe216d760b4d'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
110 (0.231)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
111 (0.364)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '324929f0a0ab19d6749ffe216d760b4d'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
112 (0.349)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/data/web/virtuals/126558/virtual/www/system/library/customer.php:129
113 (1.887)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '324929f0a0ab19d6749ffe216d760b4d'
/data/web/virtuals/126558/virtual/www/system/storage/modification/system/library/cart.php:122
114 (0.321)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
115 (0.158)
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.283)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
117 (0.158)
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
118 (5.243)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
119 (0.495)
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.321)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
121 (0.172)
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
122 (0.190)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
123 (0.195)
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.322)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
125 (0.150)
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
126 (0.227)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
127 (0.181)
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.315)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
129 (0.172)
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
130 (0.219)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
131 (0.167)
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
132 (0.325)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
133 (0.163)
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
134 (0.726)
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
135 (0.310)
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
136 (0.307)
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
137 (0.176)
SELECT *
FROM oc_mega_menu_links
WHERE id = 12
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
138 (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 = '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
139 (0.179)
SELECT *
FROM oc_mega_menu_links
WHERE id = 14
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
140 (0.186)
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
141 (0.163)
SELECT *
FROM oc_mega_menu_links
WHERE id = 16
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
142 (1.205)
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
143 (0.224)
SELECT *
FROM oc_mega_menu_links
WHERE id = 13
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
144 (0.249)
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
145 (0.233)
SELECT *
FROM oc_mega_menu_links
WHERE id = 17
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
146 (0.221)
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
147 (6.337)
SELECT *
FROM oc_mega_menu_links
WHERE id = 15
/data/web/virtuals/126558/virtual/www/catalog/model/menu/megamenu.php:543
148 (2.690)
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
149 (6.704)
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
150 (0.366)
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
151 (0.263)
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
152 (0.274)
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
153 (0.283)
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
154 (0.259)
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
155 (5.516)
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
156 (2.934)
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
157 (0.279)
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
158 (0.269)
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
159 (0.280)
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
160 (0.256)
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
161 (4.777)
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
162 (0.365)
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
163 (2.256)
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
164 (0.366)
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
165 (0.352)
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
166 (4.371)
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
167 (0.677)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
168 (0.159)
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.376)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
170 (0.150)
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
171 (0.289)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
172 (0.168)
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.307)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
174 (0.168)
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
175 (0.866)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
176 (0.276)
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.673)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
178 (0.218)
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
179 (0.323)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
180 (0.182)
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.792)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
182 (0.155)
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
183 (0.382)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
184 (0.215)
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.511)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
186 (0.156)
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
187 (0.333)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
188 (0.173)
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.377)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
190 (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
191 (0.299)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
192 (0.162)
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
193 (0.413)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
194 (0.178)
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
195 (1.580)
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
196 (19.853)
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
197 (31.864)
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
198 (7.649)
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
199 (6.659)
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
200 (11.237)
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
201 (33.782)
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
202 (12.658)
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
203 (4.930)
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
204 (4.593)
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
205 (1.526)
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
206 (2.118)
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
207 (0.308)
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
208 (0.563)
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
209 (0.178)
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
210 (0.172)
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
211 (0.170)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '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
212 (0.177)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '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
213 (0.177)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '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
214 (0.213)
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
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 = '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
216 (0.178)
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
217 (0.261)
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
218 (0.202)
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
219 (0.642)
SELECT *
FROM oc_module
WHERE module_id = '35'
/data/web/virtuals/126558/virtual/www/catalog/model/extension/module.php:4
220 (0.341)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
221 (0.177)
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
222 (0.550)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
223 (0.161)
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
224 (0.645)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
225 (0.345)
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
226 (0.352)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
227 (0.192)
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
228 (2.771)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
229 (0.153)
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
230 (0.311)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
231 (0.165)
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
232 (0.224)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
233 (0.179)
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
234 (1.512)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
235 (0.200)
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
236 (0.325)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
237 (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
238 (1.155)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
239 (0.193)
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
240 (3.605)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
241 (0.193)
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
242 (0.881)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
243 (3.036)
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
244 (2.467)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
245 (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
246 (0.366)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
247 (1.666)
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
248 (1.533)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
249 (1.538)
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
250 (1.142)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
251 (0.179)
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
252 (0.292)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
253 (0.939)
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
254 (0.404)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
255 (0.161)
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
256 (0.313)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
257 (0.163)
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
258 (2.866)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
259 (0.231)
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
260 (0.326)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
261 (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
262 (0.682)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
263 (5.518)
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
264 (0.349)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '350' AND store_id = '0'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-system_storage_modification_catalog_model_catalog_product.php:800
265 (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
266 (0.479)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/data/web/virtuals/126558/virtual/www/vqmod/vqcache/vq2-catalog_model_extension_extension.php:17
267 (0.218)
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