1 (0.163)
SELECT *
FROM omdv_store
WHERE REPLACE(`url`, 'www.', '') = 'http://777dveri.ru/'
/home/c/cg22734/public_html/index.php:59
2 (1.581)
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.182)
SELECT *
FROM `omdv_language`
WHERE status = '1'
/home/c/cg22734/public_html/index.php:148
4 (0.174)
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.145)
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.484)
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.839)
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:59:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:59: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:59:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:59: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 = '3383' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:59:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
9 (0.349)
SELECT *
FROM omdv_product_image
WHERE product_id = '3383'
ORDER BY sort_order ASC
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:488
10 (0.236)
SELECT *
FROM omdv_product_discount
WHERE product_id = '3383' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < '2025-01-22 21:59:00') AND (date_end = '0000-00-00' OR date_end > '2025-01-22 21:59: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.415)
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.231)
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.218)
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.513)
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 = '3383' 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.347)
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 = '3383' AND pov.product_option_id = '142263' 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.227)
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 = '3383' AND pov.product_option_id = '58014' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
18 (0.359)
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 = '3383' AND pov.product_option_id = '132775' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
19 (0.231)
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 = '3383' AND pov.product_option_id = '10944' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
20 (0.220)
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 = '3383' AND pov.product_option_id = '55464' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
21 (0.220)
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 = '3383' AND pov.product_option_id = '67344' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
22 (0.432)
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 = '3383' 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
23 (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 = '3383' 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
24 (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 = '3383' 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
25 (0.462)
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 = '3383' 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
26 (0.302)
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 = '3383' AND p.status = '1' AND p.date_available <= '2025-01-22 21:59:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:496
27 (2.476)
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:59:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:59: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:59:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:59: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 = '8142' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:59:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
28 (2.600)
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:59:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-22 21:59: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:59:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-22 21:59: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 = '8202' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-22 21:59:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
29 (0.373)
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 = '8202'
ORDER BY ps.sort_order ASC
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:153
30 (0.528)
SELECT *
FROM omdv_status
/home/c/cg22734/public_html/catalog/model/catalog/product_status.php:343
31 (0.198)
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.120)
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.108)
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.105)
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.125)
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.110)
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.105)
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.103)
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.101)
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.102)
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.120)
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.137)
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.149)
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.125)
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.106)
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.184)
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.240)
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 = '8202' 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.160)
SELECT *
FROM omdv_product_to_category
WHERE product_id = '8202'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:516
49 (0.215)
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 = '8202' 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
50 (0.173)
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 = '8202' 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
51 (0.167)
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 = '8202' 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.161)
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 = '8202' 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
53 (0.159)
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 = '8202' 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
54 (0.157)
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 = '8202' 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.159)
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 = '8202' 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
56 (0.170)
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 = '8202' 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
57 (0.158)
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 = '8202' 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.156)
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 = '8202' 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
59 (0.158)
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 = '8202' 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
60 (0.156)
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 = '8202' 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.157)
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 = '8202' 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
62 (0.155)
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 = '8202' 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
63 (0.392)
UPDATE omdv_product SET viewed = (viewed + 1)
WHERE product_id = '3383'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:20
64 (0.186)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '3383' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
65 (0.188)
SELECT *
FROM omdv_layout_route
WHERE 'product/product' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/c/cg22734/public_html/catalog/model/design/layout.php:4
66 (0.162)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
67 (0.658)
SELECT *
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.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
68 (0.424)
SELECT *
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.parent_id = '92' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
69 (0.355)
SELECT *
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.parent_id = '93' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
70 (0.450)
SELECT *
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.parent_id = '99' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
71 (0.450)
SELECT *
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.parent_id = '118' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
72 (0.350)
SELECT *
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.parent_id = '143' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
73 (1.300)
SELECT *
FROM omdv_information i
LEFT JOIN omdv_information_description id ON (i.information_id = id.information_id)
LEFT JOIN omdv_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/home/c/cg22734/public_html/catalog/model/catalog/information.php:10
74 (0.138)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '3383' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
75 (0.199)
SELECT *
FROM omdv_layout_route
WHERE 'product/product' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/c/cg22734/public_html/catalog/model/design/layout.php:4
76 (0.128)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
77 (0.131)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '3383' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
78 (0.195)
SELECT *
FROM omdv_layout_route
WHERE 'product/product' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/c/cg22734/public_html/catalog/model/design/layout.php:4
79 (0.187)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
80 (0.141)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '3383' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
81 (0.187)
SELECT *
FROM omdv_layout_route
WHERE 'product/product' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/c/cg22734/public_html/catalog/model/design/layout.php:4
82 (0.180)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
83 (1.082)
SELECT *
FROM omdv_information i
LEFT JOIN omdv_information_description id ON (i.information_id = id.information_id)
LEFT JOIN omdv_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/home/c/cg22734/public_html/catalog/model/catalog/information.php:10
84 (1.055)
SELECT *
FROM omdv_information i
LEFT JOIN omdv_information_description id ON (i.information_id = id.information_id)
LEFT JOIN omdv_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/home/c/cg22734/public_html/catalog/model/catalog/information.php:10
85 (0.656)
SELECT *
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.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
86 (0.623)
SELECT *
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.parent_id = '92' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
87 (0.643)
SELECT *
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.parent_id = '93' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
88 (0.729)
SELECT *
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.parent_id = '99' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
89 (0.643)
SELECT *
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.parent_id = '118' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
90 (0.521)
SELECT *
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.parent_id = '143' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c/cg22734/public_html/catalog/model/catalog/category.php:10
91 (0.245)
SELECT *
FROM omdv_extension
WHERE `type` = 'total'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4