1 (0.182)
SELECT *
FROM omdv_store
WHERE REPLACE(`url`, 'www.', '') = 'http://777dveri.ru/'
/home/c/cg22734/public_html/index.php:59
2 (1.223)
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.184)
SELECT *
FROM `omdv_language`
WHERE status = '1'
/home/c/cg22734/public_html/index.php:148
4 (0.166)
SELECT *
FROM omdv_currency
/home/c/cg22734/public_html/system/library/currency.php:13
5 (0.179)
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.142)
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.254)
SELECT category_id
FROM omdv_product_to_category
WHERE product_id = '2543'
ORDER BY main_category DESC LIMIT 1
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:277
8 (0.369)
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 = '99' 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
9 (0.579)
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
10 (0.282)
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 = '151' 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
11 (0.232)
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
12 (0.676)
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-06-19 21:14:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-06-19 21:14: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-06-19 21:14:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-06-19 21:14: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 = '2543' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-06-19 21:14:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
13 (0.111)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '2543' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
14 (0.161)
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
15 (0.200)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
16 (0.580)
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
17 (0.394)
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
18 (0.221)
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
19 (0.340)
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
20 (0.427)
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
21 (0.452)
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
22 (0.677)
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
23 (0.219)
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
24 (0.457)
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
25 (0.662)
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
26 (0.224)
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
27 (0.426)
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
28 (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
29 (0.315)
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
30 (0.361)
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
31 (0.488)
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
32 (0.393)
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
33 (0.696)
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
34 (0.231)
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
35 (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 = '147'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
36 (0.407)
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
37 (0.854)
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
38 (0.274)
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
39 (0.393)
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
40 (0.493)
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
41 (0.407)
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
42 (1.307)
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
43 (0.178)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '2543' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
44 (0.170)
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
45 (0.144)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
46 (0.150)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '2543' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
47 (0.150)
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
48 (0.132)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
49 (0.158)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '2543' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
50 (0.150)
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
51 (0.127)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
52 (0.862)
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
53 (0.734)
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
54 (0.523)
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
55 (0.397)
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
56 (0.364)
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
57 (0.470)
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
58 (0.385)
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
59 (0.394)
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
60 (0.186)
SELECT *
FROM omdv_extension
WHERE `type` = 'total'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4