1 (0.158)
SELECT *
FROM omdv_store
WHERE REPLACE(`url`, 'www.', '') = 'http://777dveri.ru/'
/home/c/cg22734/public_html/index.php:59
2 (1.425)
SELECT *
FROM omdv_setting
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/home/c/cg22734/public_html/index.php:69
3 (0.199)
SELECT *
FROM `omdv_language`
WHERE status = '1'
/home/c/cg22734/public_html/index.php:148
4 (0.184)
SELECT *
FROM omdv_currency
/home/c/cg22734/public_html/system/library/currency.php:13
5 (0.175)
SELECT *
FROM omdv_weight_class wc
LEFT JOIN omdv_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id)
WHERE wcd.language_id = '1'
/home/c/cg22734/public_html/system/library/weight.php:9
6 (0.139)
SELECT *
FROM omdv_length_class mc
LEFT JOIN omdv_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id)
WHERE mcd.language_id = '1'
/home/c/cg22734/public_html/system/library/length.php:9
7 (0.430)
SELECT DISTINCT *
FROM omdv_category c
LEFT JOIN omdv_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN omdv_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '93' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/home/c/cg22734/public_html/catalog/model/catalog/category.php:4
8 (2.905)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '10069' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
9 (0.405)
SELECT *
FROM omdv_product_image
WHERE product_id = '10069'
ORDER BY sort_order ASC
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:488
10 (0.211)
SELECT *
FROM omdv_product_discount
WHERE product_id = '10069' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < '2025-01-22 21:23:00') AND (date_end = '0000-00-00' OR date_end > '2025-01-22 21:23:00'))
ORDER BY quantity ASC, priority ASC, price ASC
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:482
11 (0.385)
SELECT tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM omdv_tax_rule tr1
LEFT JOIN omdv_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN omdv_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN omdv_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN omdv_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.tax_class_id = '0' AND tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2769')
ORDER BY tr1.priority ASC
/home/c/cg22734/public_html/system/library/tax.php:91
12 (0.234)
SELECT tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM omdv_tax_rule tr1
LEFT JOIN omdv_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN omdv_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN omdv_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN omdv_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.tax_class_id = '0' AND tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2769')
ORDER BY tr1.priority ASC
/home/c/cg22734/public_html/system/library/tax.php:119
13 (0.216)
SELECT tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM omdv_tax_rule tr1
LEFT JOIN omdv_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN omdv_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN omdv_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN omdv_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.tax_class_id = '0' AND tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2769')
ORDER BY tr1.priority ASC
/home/c/cg22734/public_html/system/library/tax.php:91
14 (0.209)
SELECT tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM omdv_tax_rule tr1
LEFT JOIN omdv_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN omdv_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN omdv_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN omdv_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.tax_class_id = '0' AND tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2769')
ORDER BY tr1.priority ASC
/home/c/cg22734/public_html/system/library/tax.php:119
15 (0.493)
SELECT *
FROM omdv_product_option po
LEFT JOIN `omdv_option` o ON (po.option_id = o.option_id)
LEFT JOIN omdv_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '10069' AND od.language_id = '1'
ORDER BY o.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:423
16 (0.452)
SELECT *
FROM omdv_product_option_value pov
LEFT JOIN omdv_option_value ov ON (pov.option_value_id = ov.option_value_id)
LEFT JOIN omdv_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id)
WHERE pov.product_id = '10069' AND pov.product_option_id = '75275' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
17 (0.366)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '10069' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
18 (0.349)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '10069' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
19 (0.373)
SELECT t.tab_id, td.name, pt.text, t.position, t.show_empty
FROM omdv_product_tab pt
LEFT JOIN omdv_tab t ON (pt.tab_id = t.tab_id)
LEFT JOIN omdv_tab_description td ON (t.tab_id = td.tab_id)
WHERE pt.product_id = '10069' AND td.language_id = '1' AND pt.language_id = '1' AND t.status = '1' AND ( t.show_empty = '1' OR NOT pt.text REGEXP '^[[:space:]]*$' )
ORDER BY t.position, t.sort_order, td.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:796
20 (3.185)
SELECT *
FROM omdv_product_related pr
LEFT JOIN omdv_product p ON (pr.related_id = p.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pr.product_id = '10069' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:496
21 (2.585)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6637' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
22 (2.738)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6638' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
23 (2.700)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6641' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
24 (2.845)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6642' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
25 (2.803)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6719' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
26 (3.029)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6724' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
27 (2.691)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6725' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
28 (2.824)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6726' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
29 (0.706)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '6726'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
30 (0.538)
SELECT *
FROM omdv_status
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:343
31 (0.229)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 21 AND attribute_id = 73
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
32 (0.117)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 30 AND attribute_id = 48
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
33 (0.109)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 31 AND attribute_id = 48
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
34 (0.106)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 32 AND attribute_id = 48
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
35 (0.109)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 33 AND attribute_id = 48
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
36 (0.109)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 34 AND attribute_id = 48
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
37 (0.100)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 35 AND attribute_id = 113
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
38 (0.101)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 38 AND attribute_id = 19
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
39 (0.096)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 39 AND attribute_id = 19
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
40 (0.096)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 40 AND attribute_id = 19
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
41 (0.106)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 42 AND attribute_id = 19
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
42 (0.104)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 43 AND attribute_id = 48
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
43 (0.097)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 44 AND attribute_id = 48
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
44 (0.104)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 45 AND attribute_id = 48
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
45 (0.100)
SELECT *
FROM omdv_status_attribute
WHERE status_id = 46 AND attribute_id = 48
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:360
46 (0.213)
SELECT COUNT(*) as promotion_count
FROM information_schema.tables
WHERE table_schema = DATABASE()
AND table_name = 'omdv_promotion'
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:382
47 (0.404)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
48 (0.387)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
49 (0.352)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
50 (0.182)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '6726'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
51 (0.337)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
52 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
53 (0.338)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
54 (0.336)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
55 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
56 (0.336)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
57 (0.333)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
58 (0.286)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
59 (0.335)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
60 (0.320)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
61 (0.365)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
62 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
63 (0.335)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
64 (0.331)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
65 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
66 (0.333)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
67 (0.285)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
68 (0.336)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
69 (0.338)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
70 (0.406)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
71 (0.324)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
72 (0.375)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
73 (0.286)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
74 (0.338)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
75 (0.334)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
76 (0.331)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
77 (0.340)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
78 (0.331)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
79 (0.282)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
80 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
81 (0.333)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
82 (0.306)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
83 (0.372)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
84 (0.332)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
85 (0.283)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
86 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
87 (0.339)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
88 (0.285)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
89 (0.343)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
90 (0.332)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6726' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
91 (0.328)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
92 (0.338)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6726' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
93 (2.761)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6727' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
94 (2.775)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6728' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
95 (2.712)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6742' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
96 (2.631)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6743' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
97 (2.651)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6744' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
98 (2.933)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6748' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
99 (0.688)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '6748'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
100 (0.578)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
101 (0.544)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
102 (0.416)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
103 (0.136)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '6748'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
104 (0.426)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
105 (0.398)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
106 (0.393)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
107 (0.420)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
108 (0.389)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
109 (0.393)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
110 (0.413)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
111 (0.385)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
112 (0.364)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
113 (0.385)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
114 (0.379)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
115 (0.416)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
116 (0.433)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
117 (0.435)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
118 (0.384)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
119 (0.365)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
120 (0.322)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
121 (0.389)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
122 (0.368)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
123 (0.309)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
124 (0.400)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
125 (0.384)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
126 (0.429)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
127 (0.362)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
128 (0.373)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
129 (0.353)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
130 (0.386)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
131 (0.388)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
132 (0.322)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
133 (0.373)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
134 (0.413)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
135 (0.384)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
136 (0.382)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
137 (0.428)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
138 (0.398)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
139 (0.393)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
140 (0.368)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
141 (0.373)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
142 (0.391)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
143 (0.419)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6748' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
144 (0.386)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
145 (0.407)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6748' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
146 (2.658)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6749' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
147 (2.322)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6750' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
148 (2.366)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6764' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
149 (2.380)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6766' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
150 (2.662)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6767' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
151 (2.557)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6770' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
152 (2.673)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6771' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
153 (5.018)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6772' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
154 (2.601)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6773' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
155 (2.826)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6774' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
156 (2.750)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6775' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
157 (2.727)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6798' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
158 (0.452)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '6798'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
159 (0.460)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
160 (0.445)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
161 (0.369)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
162 (0.138)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '6798'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
163 (0.355)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
164 (0.354)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
165 (0.353)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
166 (0.338)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
167 (0.340)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
168 (0.349)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
169 (0.354)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
170 (0.366)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
171 (0.377)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
172 (0.374)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
173 (0.344)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
174 (0.354)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
175 (0.354)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
176 (0.343)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
177 (0.381)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
178 (0.346)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
179 (0.374)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
180 (0.383)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
181 (0.359)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
182 (0.345)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
183 (0.355)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
184 (0.335)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
185 (0.317)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
186 (0.334)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
187 (0.353)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
188 (0.317)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
189 (0.385)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
190 (0.340)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
191 (0.310)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
192 (0.354)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
193 (0.330)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
194 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
195 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
196 (0.317)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
197 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
198 (0.329)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
199 (0.298)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
200 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
201 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
202 (0.320)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6798' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
203 (0.320)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
204 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6798' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
205 (2.674)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6799' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
206 (2.490)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6800' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
207 (3.062)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6801' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
208 (2.743)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6802' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
209 (0.389)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '6802'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
210 (0.430)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
211 (0.400)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
212 (0.368)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
213 (0.132)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '6802'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
214 (0.328)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
215 (0.314)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
216 (0.365)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
217 (0.345)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
218 (0.340)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
219 (0.353)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
220 (0.346)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
221 (0.344)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
222 (0.340)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
223 (0.328)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
224 (0.321)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
225 (0.338)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
226 (0.350)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
227 (0.345)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
228 (0.356)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
229 (0.348)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
230 (0.350)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
231 (0.354)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
232 (0.324)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
233 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
234 (0.366)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
235 (0.327)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
236 (0.303)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
237 (0.354)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
238 (0.340)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
239 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
240 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
241 (0.326)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
242 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
243 (0.335)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
244 (0.324)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
245 (0.298)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
246 (0.331)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
247 (0.324)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
248 (0.315)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
249 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
250 (0.328)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
251 (0.297)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
252 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
253 (0.320)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6802' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
254 (0.320)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
255 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6802' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
256 (2.668)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6803' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
257 (0.469)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '6803'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
258 (0.523)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
259 (0.478)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
260 (0.382)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
261 (0.155)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '6803'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
262 (0.380)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
263 (0.331)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
264 (0.358)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
265 (0.333)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
266 (0.314)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
267 (0.355)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
268 (0.340)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
269 (0.344)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
270 (0.340)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
271 (0.330)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
272 (0.326)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
273 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
274 (0.326)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
275 (0.323)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
276 (0.345)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
277 (0.348)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
278 (0.318)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
279 (0.339)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
280 (0.325)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
281 (0.320)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
282 (0.330)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
283 (0.324)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
284 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
285 (0.330)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
286 (0.322)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
287 (0.336)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
288 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
289 (0.341)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
290 (0.321)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
291 (0.352)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
292 (0.347)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
293 (0.316)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
294 (0.330)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
295 (0.326)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
296 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
297 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
298 (0.331)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
299 (0.358)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
300 (0.367)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
301 (0.340)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6803' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
302 (0.344)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
303 (0.351)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6803' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
304 (4.531)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6866' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
305 (3.707)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6867' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
306 (4.992)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6872' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
307 (2.801)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6873' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
308 (0.561)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '6873'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
309 (0.431)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
310 (0.426)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
311 (0.329)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
312 (0.132)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '6873'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
313 (0.349)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
314 (0.308)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
315 (0.378)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
316 (0.349)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
317 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
318 (0.357)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
319 (0.345)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
320 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
321 (0.358)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
322 (0.358)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
323 (0.350)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
324 (0.329)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
325 (0.357)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
326 (0.345)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
327 (0.357)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
328 (0.341)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
329 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
330 (0.335)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
331 (0.319)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
332 (0.297)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
333 (0.336)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
334 (0.335)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
335 (0.357)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
336 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
337 (0.325)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
338 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
339 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
340 (0.318)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
341 (0.317)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
342 (0.331)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
343 (0.322)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
344 (0.317)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
345 (0.339)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
346 (0.339)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
347 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
348 (0.354)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
349 (0.341)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
350 (0.350)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
351 (0.357)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
352 (0.343)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '6873' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
353 (0.342)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
354 (0.359)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '6873' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
355 (2.911)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6890' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
356 (2.805)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6891' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
357 (2.801)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6892' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
358 (2.914)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6893' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
359 (2.722)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7043' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
360 (2.745)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7044' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
361 (2.741)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7047' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
362 (2.714)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7048' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
363 (2.701)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7049' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
364 (2.699)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7050' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
365 (2.730)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7060' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
366 (3.019)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7061' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
367 (2.709)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7062' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
368 (2.681)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7064' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
369 (2.824)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7065' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
370 (4.573)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7066' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
371 (2.892)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7067' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
372 (2.707)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7071' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
373 (3.512)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7072' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
374 (5.232)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7073' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
375 (5.015)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7081' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
376 (0.344)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '7081'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
377 (0.377)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
378 (0.352)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
379 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
380 (0.131)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '7081'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
381 (0.301)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
382 (0.298)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
383 (0.328)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
384 (0.291)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
385 (0.291)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
386 (0.314)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
387 (0.287)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
388 (0.287)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
389 (0.334)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
390 (0.334)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
391 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
392 (0.352)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
393 (0.323)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
394 (0.324)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
395 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
396 (0.319)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
397 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
398 (0.349)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
399 (0.325)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
400 (0.316)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
401 (0.345)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
402 (0.321)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
403 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
404 (0.329)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
405 (0.316)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
406 (0.318)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
407 (0.330)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
408 (0.322)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
409 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
410 (0.329)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
411 (0.353)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
412 (0.342)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
413 (0.317)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
414 (0.322)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
415 (0.320)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
416 (0.330)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
417 (0.314)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
418 (0.318)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
419 (0.329)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
420 (0.313)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7081' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
421 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
422 (0.338)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7081' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
423 (2.710)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7082' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
424 (0.509)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '7082'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
425 (0.623)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
426 (0.590)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
427 (0.519)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
428 (0.139)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '7082'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
429 (0.415)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
430 (0.339)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
431 (0.338)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
432 (0.329)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
433 (0.347)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
434 (0.355)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
435 (0.344)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
436 (0.325)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
437 (0.371)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
438 (0.446)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
439 (0.469)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
440 (0.445)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
441 (0.485)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
442 (0.498)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
443 (0.485)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
444 (0.500)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
445 (0.473)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
446 (0.502)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
447 (0.498)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
448 (0.462)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
449 (0.495)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
450 (0.428)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
451 (0.470)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
452 (0.496)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
453 (0.498)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
454 (0.465)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
455 (0.507)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
456 (0.497)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
457 (0.422)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
458 (0.519)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
459 (0.509)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
460 (0.475)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
461 (0.460)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
462 (0.489)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
463 (0.475)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
464 (0.506)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
465 (0.532)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
466 (0.404)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
467 (0.445)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
468 (0.529)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7082' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
469 (0.454)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
470 (0.529)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7082' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
471 (3.696)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7083' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
472 (5.012)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7084' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
473 (2.784)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7086' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
474 (2.982)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7087' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
475 (2.671)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7088' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
476 (2.669)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7105' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
477 (2.694)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7106' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
478 (2.782)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7107' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
479 (0.560)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '7107'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
480 (0.506)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
481 (0.467)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
482 (0.404)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
483 (0.132)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '7107'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
484 (0.351)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
485 (0.343)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
486 (0.363)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
487 (0.354)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
488 (0.336)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
489 (0.372)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
490 (0.375)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
491 (0.372)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
492 (0.358)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
493 (0.352)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
494 (0.302)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
495 (0.366)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
496 (0.354)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
497 (0.375)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
498 (0.321)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
499 (0.357)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
500 (0.345)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
501 (0.368)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
502 (0.330)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
503 (0.335)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
504 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
505 (0.349)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
506 (0.328)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
507 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
508 (0.350)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
509 (0.356)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
510 (0.344)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
511 (0.333)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
512 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
513 (0.352)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
514 (0.290)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
515 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
516 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
517 (0.294)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
518 (0.350)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
519 (0.342)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
520 (0.294)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
521 (0.286)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
522 (0.301)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
523 (0.316)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7107' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
524 (0.300)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
525 (0.395)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7107' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
526 (2.659)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7108' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
527 (0.621)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '7108'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
528 (0.469)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
529 (0.469)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
530 (0.331)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
531 (0.141)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '7108'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
532 (0.333)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
533 (0.347)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
534 (0.346)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
535 (0.333)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
536 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
537 (0.361)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
538 (0.338)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
539 (0.369)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
540 (0.348)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
541 (0.334)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
542 (0.331)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
543 (0.344)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
544 (0.330)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
545 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
546 (0.343)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
547 (0.334)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
548 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
549 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
550 (0.361)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
551 (0.340)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
552 (0.344)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
553 (0.331)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
554 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
555 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
556 (0.332)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
557 (0.334)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
558 (0.362)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
559 (0.348)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
560 (0.359)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
561 (0.346)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
562 (0.332)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
563 (0.349)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
564 (0.321)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
565 (0.332)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
566 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
567 (0.345)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
568 (0.344)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
569 (0.338)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
570 (0.332)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
571 (0.359)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7108' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
572 (0.297)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
573 (0.360)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7108' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
574 (2.733)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7109' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
575 (0.648)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '7109'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
576 (0.475)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
577 (0.458)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
578 (0.347)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
579 (0.131)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '7109'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
580 (0.343)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
581 (0.328)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
582 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
583 (0.341)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
584 (0.347)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
585 (0.357)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
586 (0.293)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
587 (0.310)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
588 (0.319)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
589 (0.291)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
590 (0.296)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
591 (0.317)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
592 (0.294)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
593 (0.315)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
594 (0.366)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
595 (0.293)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
596 (0.296)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
597 (0.350)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
598 (0.298)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
599 (0.296)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
600 (0.306)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
601 (0.288)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
602 (0.308)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
603 (0.352)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
604 (0.296)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
605 (0.311)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
606 (0.318)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
607 (0.284)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
608 (0.286)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
609 (0.298)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
610 (0.278)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
611 (0.281)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
612 (0.296)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
613 (0.281)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
614 (0.309)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
615 (0.357)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
616 (0.308)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
617 (0.350)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
618 (0.318)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
619 (0.320)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7109' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
620 (0.311)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
621 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7109' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
622 (5.073)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7110' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
623 (0.770)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '7110'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
624 (0.547)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
625 (0.492)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
626 (0.426)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
627 (0.150)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '7110'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
628 (0.329)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
629 (0.366)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
630 (0.357)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
631 (0.342)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
632 (0.344)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
633 (0.330)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
634 (0.328)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
635 (0.377)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
636 (0.347)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
637 (0.298)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
638 (0.290)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
639 (0.321)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
640 (0.339)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
641 (0.300)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
642 (0.349)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
643 (0.325)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
644 (0.320)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
645 (0.335)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
646 (0.340)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
647 (0.346)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
648 (0.351)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
649 (0.338)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
650 (0.317)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
651 (0.393)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
652 (0.343)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
653 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
654 (0.368)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
655 (0.339)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
656 (0.350)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
657 (0.351)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
658 (0.342)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
659 (0.345)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
660 (0.326)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
661 (0.290)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
662 (0.306)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
663 (0.314)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
664 (0.350)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
665 (0.364)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
666 (0.373)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
667 (0.340)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7110' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
668 (0.327)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
669 (0.357)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7110' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
670 (2.721)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7111' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
671 (0.613)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '7111'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
672 (0.496)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
673 (0.453)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
674 (0.406)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
675 (0.133)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '7111'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
676 (0.326)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
677 (0.372)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
678 (0.365)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
679 (0.357)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
680 (0.299)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
681 (0.362)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
682 (0.293)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
683 (0.353)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
684 (0.347)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
685 (0.336)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
686 (0.337)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
687 (0.379)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
688 (0.306)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
689 (0.362)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
690 (0.364)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
691 (0.296)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
692 (0.354)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
693 (0.361)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
694 (0.290)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
695 (0.335)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
696 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
697 (0.331)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
698 (0.326)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
699 (0.358)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
700 (0.284)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
701 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
702 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
703 (0.284)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
704 (0.335)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
705 (0.340)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
706 (0.287)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
707 (0.334)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
708 (0.328)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
709 (0.364)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
710 (0.296)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
711 (0.342)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
712 (0.332)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
713 (0.333)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
714 (0.376)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
715 (0.333)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7111' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
716 (0.284)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
717 (0.364)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7111' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
718 (2.672)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7117' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
719 (0.464)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '7117'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
720 (0.484)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
721 (0.469)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
722 (0.383)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
723 (0.133)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '7117'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
724 (0.350)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
725 (0.342)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
726 (0.418)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
727 (0.359)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
728 (0.356)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
729 (0.312)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
730 (0.288)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
731 (0.342)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
732 (0.366)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
733 (0.353)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
734 (0.340)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
735 (0.351)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
736 (0.348)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
737 (0.363)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
738 (0.352)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
739 (0.335)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
740 (0.348)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
741 (0.325)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
742 (0.356)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
743 (0.361)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
744 (0.369)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
745 (0.297)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
746 (0.355)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
747 (0.366)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
748 (0.357)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
749 (0.341)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
750 (0.350)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
751 (0.297)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
752 (0.359)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
753 (0.367)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
754 (0.301)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
755 (0.357)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
756 (0.369)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
757 (0.361)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
758 (0.361)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
759 (0.370)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
760 (0.340)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
761 (0.298)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
762 (0.368)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
763 (0.297)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7117' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
764 (0.351)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
765 (0.352)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7117' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
766 (2.724)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:23:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_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 < '2025-01-22 21:23:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:23:00'))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM omdv_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM omdv_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM omdv_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM omdv_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM omdv_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 omdv_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM omdv_product p
LEFT JOIN omdv_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN omdv_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN omdv_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '7141' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:23:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
767 (0.470)
SELECT s.*, ps.product_show, ps.category_show, ps.sort_order, ps.product_id
FROM omdv_product_status ps
LEFT JOIN omdv_status s ON ps.status_id = s.status_id
WHERE s.language_id = '1' AND ps.product_id = '7141'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
768 (0.476)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7141' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
769 (0.448)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
770 (0.367)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
771 (0.134)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '7141'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
772 (0.295)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7141' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
773 (0.320)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
774 (0.312)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
775 (0.315)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7141' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
776 (0.322)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
777 (0.328)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
778 (0.293)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7141' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
779 (0.334)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
780 (0.385)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
781 (0.327)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7141' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
782 (0.320)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
783 (0.328)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
784 (0.286)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7141' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
785 (0.284)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
786 (0.324)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
787 (0.322)
SELECT ag.attribute_group_id, agd.name
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN omdv_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '7141' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:395
788 (0.328)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:400
789 (0.312)
SELECT a.attribute_id, ad.name, pa.text
FROM omdv_product_attribute pa
LEFT JOIN omdv_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN omdv_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '7141' AND a.attribute_group_id = '10' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catal