1 (0.184)
SELECT *
FROM omdv_store
WHERE REPLACE(`url`, 'www.', '') = 'http://777dveri.ru/'
/home/c/cg22734/public_html/index.php:59
2 (2.254)
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.177)
SELECT *
FROM `omdv_language`
WHERE status = '1'
/home/c/cg22734/public_html/index.php:148
4 (0.142)
SELECT *
FROM omdv_currency
/home/c/cg22734/public_html/system/library/currency.php:13
5 (0.219)
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.188)
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.320)
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 = '162' 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 (0.683)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '162'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
9 (0.295)
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 = '145' 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
10 (0.237)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '145'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
11 (2.751)
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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '134' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
12 (0.334)
SELECT *
FROM omdv_product_image
WHERE product_id = '134'
ORDER BY sort_order ASC
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:488
13 (0.261)
SELECT *
FROM omdv_product_discount
WHERE product_id = '134' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < '2025-03-22 13:02:00') AND (date_end = '0000-00-00' OR date_end > '2025-03-22 13:02:00'))
ORDER BY quantity ASC, priority ASC, price ASC
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:482
14 (0.338)
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
15 (0.221)
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
16 (0.214)
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
17 (0.217)
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
18 (0.542)
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 = '134' AND od.language_id = '1'
ORDER BY o.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:423
19 (0.306)
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 = '134' AND pov.product_option_id = '141100' 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.250)
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 = '134' AND pov.product_option_id = '293' 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.315)
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 = '134' AND pov.product_option_id = '23603' 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.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 = '134' AND pov.product_option_id = '23604' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
23 (0.329)
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 = '134' AND pov.product_option_id = '132637' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
24 (0.224)
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 = '134' AND pov.product_option_id = '70039' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
25 (0.216)
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 = '134' AND pov.product_option_id = '70040' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
26 (0.278)
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 = '134' AND pov.product_option_id = '70041' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
27 (0.214)
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 = '134' AND pov.product_option_id = '54810' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
28 (0.217)
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 = '134' AND pov.product_option_id = '996' AND ovd.language_id = '1'
ORDER BY ov.sort_order
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:429
29 (0.402)
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 = '134' 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
30 (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 = '134' 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
31 (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 = '134' 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
32 (0.492)
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 = '134' 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
33 (0.457)
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 = '134' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:496
34 (2.543)
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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '132' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
35 (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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '133' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
36 (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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '135' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
37 (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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '136' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
38 (2.716)
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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '566' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
39 (2.877)
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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '977' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
40 (2.616)
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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '1001' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
41 (2.869)
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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '2056' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
42 (2.864)
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-03-22 13:02:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-03-22 13:02: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-03-22 13:02:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-03-22 13:02: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 = '8138' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-03-22 13:02:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
43 (0.451)
UPDATE omdv_product SET viewed = (viewed + 1)
WHERE product_id = '134'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:20
44 (0.213)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '134' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
45 (0.363)
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
46 (0.218)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
47 (0.639)
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
48 (0.484)
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
49 (0.377)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '105'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
50 (0.474)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '107'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
51 (0.424)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '109'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
52 (0.381)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '92'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
53 (0.790)
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
54 (0.252)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '138'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
55 (0.397)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '93'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
56 (0.778)
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
57 (0.244)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '111'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
58 (0.422)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '116'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
59 (0.390)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '161'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
60 (0.347)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '114'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
61 (0.405)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '112'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
62 (0.383)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '113'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
63 (0.462)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '117'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
64 (0.429)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '99'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
65 (0.720)
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
66 (0.244)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '146'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
67 (0.401)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '147'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
68 (0.441)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '118'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
69 (0.594)
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
70 (0.242)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '143'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
71 (0.664)
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 = '162' 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.245)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '144'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
73 (0.613)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '151'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
74 (0.414)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM omdv_category t0
LEFT JOIN omdv_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN omdv_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN omdv_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN omdv_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN omdv_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN omdv_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN omdv_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN omdv_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN omdv_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '163'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
75 (1.363)
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
76 (0.155)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '134' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
77 (0.174)
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
78 (0.138)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
79 (0.143)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '134' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
80 (0.147)
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
81 (0.128)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
82 (0.140)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '134' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
83 (0.142)
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
84 (0.128)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
85 (1.028)
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
86 (0.776)
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
87 (0.587)
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
88 (0.418)
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
89 (0.367)
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
90 (0.457)
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
91 (0.421)
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
92 (0.333)
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
93 (0.435)
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 = '162' 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
94 (0.289)
SELECT *
FROM omdv_extension
WHERE `type` = 'total'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4