1 (0.191)
SELECT *
FROM omdv_store
WHERE REPLACE(`url`, 'www.', '') = 'http://777dveri.ru/'
/home/c/cg22734/public_html/index.php:59
2 (2.259)
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.170)
SELECT *
FROM `omdv_language`
WHERE status = '1'
/home/c/cg22734/public_html/index.php:148
4 (0.148)
SELECT *
FROM omdv_currency
/home/c/cg22734/public_html/system/library/currency.php:13
5 (0.217)
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.210)
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.278)
SELECT category_id
FROM omdv_product_to_category
WHERE product_id = '2561'
ORDER BY main_category DESC LIMIT 1
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:277
8 (1.116)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM omdv_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < '2025-01-15 22:42:00') AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-01-15 22:42:00'))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM omdv_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < '2025-01-15 22:42:00') AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-01-15 22:42: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 = '2561' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= '2025-01-15 22:42:00' AND p2s.store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:33
9 (0.154)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '2561' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
10 (0.250)
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
11 (0.186)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
12 (0.701)
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
13 (0.439)
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
14 (0.653)
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
15 (0.516)
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
16 (0.312)
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
17 (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 = '144'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
18 (0.352)
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
19 (0.659)
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
20 (0.233)
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
21 (0.364)
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
22 (0.364)
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
23 (0.912)
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
24 (0.350)
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
25 (0.517)
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
26 (0.566)
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
27 (0.511)
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 = '135'
/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 = '112'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
29 (0.432)
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
30 (0.380)
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
31 (0.520)
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
32 (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 = '99'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_controller_common_seo_pro.php:310
33 (0.733)
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.344)
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.481)
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.415)
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.541)
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
38 (0.228)
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
39 (0.976)
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
40 (0.155)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '2561' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
41 (0.162)
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
42 (0.138)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
43 (0.102)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '2561' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
44 (0.133)
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.130)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
46 (0.163)
SELECT *
FROM omdv_product_to_layout
WHERE product_id = '2561' AND store_id = '0'
/home/c/cg22734/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php:506
47 (0.207)
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.139)
SELECT *
FROM omdv_extension
WHERE `type` = 'module'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4
49 (0.847)
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
50 (0.768)
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
51 (0.537)
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
52 (0.446)
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
53 (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 = '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.441)
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
55 (0.433)
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
56 (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
57 (0.189)
SELECT *
FROM omdv_extension
WHERE `type` = 'total'
/home/c/cg22734/public_html/catalog/model/setting/extension.php:4