1 (0.464)
SHOW TABLES LIKE 'oc_subdomain_info'
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:52
2 (0.094)
SELECT id_subdomain,path_subdomain
FROM oc_subdomain_info
WHERE name_subdomain = 'cvet-metall.com'
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:58
3 (0.045)
SELECT id_subdomain,path_subdomain
FROM oc_subdomain_info
WHERE name_subdomain = 'cvet-metall.com'
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:65
4 (0.043)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://cvet-metall.com/'
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:75
5 (0.987)
SELECT *
FROM oc_setting
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:87
6 (0.179)
SELECT *
FROM `oc_language`
WHERE status = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:166
7 (0.126)
SELECT *
FROM oc_currency
/var/www/cvet_metallcom/data/www/cvet-metall.com/system/library/currency.php:13
8 (0.060)
SELECT *
FROM oc_weight_class wc
LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id)
WHERE wcd.language_id = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/system/library/weight.php:9
9 (0.038)
SELECT *
FROM oc_length_class mc
LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id)
WHERE mcd.language_id = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/system/library/length.php:9
10 (0.202)
SELECT GROUP_CONCAT(REPLACE(`query`, 'category_id=', '')
ORDER BY FIELD(keyword, 'bronza', 'bronzovaya-provoloka') SEPARATOR '_') AS path
FROM oc_url_alias
WHERE `query` LIKE 'category_id=%' AND (keyword = 'bronza' OR keyword = 'bronzovaya-provoloka')
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:868
11 (0.189)
SELECT *
FROM oc_ocfilter_page
WHERE status = '1' AND keyword = 'bronza' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:892
12 (0.079)
SELECT *
FROM oc_ocfilter_page
WHERE status = '1' AND keyword = 'bronzovaya-provoloka' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:892
13 (0.052)
SELECT oo.option_id
FROM oc_ocfilter_option oo
LEFT JOIN oc_ocfilter_option_to_category oo2c ON(oo.option_id = oo2c.option_id)
WHERE oo2c.category_id = '133' AND oo.`keyword` = 'bronza' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1004
14 (0.086)
SELECT oo.option_id
FROM oc_ocfilter_option oo
LEFT JOIN oc_ocfilter_option_to_category oo2c ON(oo.option_id = oo2c.option_id)
WHERE oo2c.category_id = '133' AND oo.`keyword` = 'bronzovaya-provoloka' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1004
15 (0.063)
SELECT REPLACE(`query`, 'manufacturer_id=', '') AS manufacturer_id
FROM oc_url_alias
WHERE `query` LIKE 'manufacturer_id=%' AND LCASE(`keyword`) = 'bronza' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1033
16 (0.075)
SELECT REPLACE(`query`, 'manufacturer_id=', '') AS manufacturer_id
FROM oc_url_alias
WHERE `query` LIKE 'manufacturer_id=%' AND LCASE(`keyword`) = 'bronzovaya-provoloka' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1033
17 (1.472)
SELECT value_id, option_id, total
FROM (SELECT p.manufacturer_id AS value_id, 'm' AS option_id, COUNT(p.manufacturer_id) AS total
FROM oc_product p
LEFT JOIN oc_product_to_category p2c ON (p.product_id = p2c.product_id)
WHERE p.status = '1' AND p2c.category_id = '133' GROUP BY p.manufacturer_id UNION ALL SELECT IF(p.quantity > '0', 'in', 'out') AS value_id, 's' AS option_id, COUNT(*) AS total
FROM oc_product p
LEFT JOIN oc_product_to_category p2c ON (p.product_id = p2c.product_id)
WHERE p.status = '1' AND p2c.category_id = '133' GROUP BY value_id UNION ALL SELECT oov2p.value_id, oov2p.option_id, COUNT(p.product_id) AS total
FROM oc_ocfilter_option_value_to_product oov2p
LEFT JOIN oc_product_to_category p2c ON (oov2p.product_id = p2c.product_id)
LEFT JOIN oc_product p ON (oov2p.product_id = p.product_id)
WHERE oov2p.value_id > '0' AND p.status = '1' AND p2c.category_id = '133' GROUP BY oov2p.option_id, oov2p.value_id) results
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:331
18 (0.718)
SELECT results.*, ua.keyword
FROM (SELECT m.manufacturer_id AS value_id, m.name, 'm' AS option_id
FROM oc_manufacturer m
LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id)
LEFT JOIN oc_product p ON (m.manufacturer_id = p.manufacturer_id)
LEFT JOIN oc_product_to_category p2c ON (p.product_id = p2c.product_id)
WHERE m2s.store_id = '0' AND p2c.category_id = '133' GROUP BY m.manufacturer_id) results, oc_url_alias ua
WHERE CONCAT('manufacturer_id=', results.value_id) = ua.`query`
ORDER BY results.name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:117
19 (0.115)
SELECT *
FROM oc_ocfilter_option oo
LEFT JOIN oc_ocfilter_option_description ood
ON (oo.option_id = ood.option_id)
LEFT JOIN oc_ocfilter_option_to_category cotc
ON (oo.option_id = cotc.option_id)
WHERE oo.status = '1'
AND cotc.category_id = '133'
AND ood.language_id = '1'
ORDER BY oo.sort_order
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:21
20 (3.429)
SELECT *
FROM oc_ocfilter_option_value oov
LEFT JOIN oc_ocfilter_option_value_description oovd
ON (oov.value_id = oovd.value_id)
WHERE oov.option_id IN (19,20)
AND oovd.language_id = '1'
ORDER BY (oovd.name = '-') DESC, (oovd.name = '0') DESC, (oovd.name + 0 > 0) DESC, (oovd.name + 0), LENGTH(oovd.name), oovd.name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:34
21 (0.212)
SELECT *
FROM oc_ocfilter_page
WHERE status = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:501
22 (15.514)
SELECT LOWER(`keyword`) as 'keyword', `query`
FROM oc_url_alias
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:9
23 (1.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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '133'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
24 (0.194)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:4
25 (1.111)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '78'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
26 (0.197)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '133' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:4
27 (0.339)
SELECT value_id, option_id, total
FROM (SELECT p.manufacturer_id AS value_id, 'm' AS option_id, COUNT(p.manufacturer_id) AS total
FROM oc_product p
LEFT JOIN oc_product_to_category p2c ON (p.product_id = p2c.product_id)
WHERE p.status = '1' AND p2c.category_id = '133' GROUP BY p.manufacturer_id UNION ALL SELECT IF(p.quantity > '0', 'in', 'out') AS value_id, 's' AS option_id, COUNT(*) AS total
FROM oc_product p
LEFT JOIN oc_product_to_category p2c ON (p.product_id = p2c.product_id)
WHERE p.status = '1' AND p2c.category_id = '133' GROUP BY value_id UNION ALL SELECT oov2p.value_id, oov2p.option_id, COUNT(p.product_id) AS total
FROM oc_ocfilter_option_value_to_product oov2p
LEFT JOIN oc_product_to_category p2c ON (oov2p.product_id = p2c.product_id)
LEFT JOIN oc_product p ON (oov2p.product_id = p.product_id)
WHERE oov2p.value_id > '0' AND p.status = '1' AND p2c.category_id = '133' GROUP BY oov2p.option_id, oov2p.value_id) results
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:331
28 (0.102)
SELECT *
FROM `oc_filter_popular`
WHERE category_id = '133' AND TRIM(`oc_filter_popular`.`option_values`) != ''
ORDER BY `oc_filter_popular`.`sort` ASC;
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/filter_popular.php:17
29 (0.131)
SELECT *
FROM oc_filter_url
WHERE REPLACE(url, 'http://cvet-metall.com', '') = '/bronza/bronzovaya-provoloka/'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/module/filter_url.php:7
30 (0.110)
SELECT *
FROM oc_ocfilter_option oo
LEFT JOIN oc_ocfilter_option_description ood
ON (oo.option_id = ood.option_id)
LEFT JOIN oc_ocfilter_option_to_category cotc
ON (oo.option_id = cotc.option_id)
WHERE oo.status = '1'
AND cotc.category_id = '133'
AND ood.language_id = '1'
ORDER BY oo.sort_order
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:21
31 (6.109)
SELECT *
FROM oc_ocfilter_option_value oov
LEFT JOIN oc_ocfilter_option_value_description oovd
ON (oov.value_id = oovd.value_id)
WHERE oov.option_id IN (19,20)
AND oovd.language_id = '1'
ORDER BY (oovd.name = '-') DESC, (oovd.name = '0') DESC, (oovd.name + 0 > 0) DESC, (oovd.name + 0), LENGTH(oovd.name), oovd.name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:34
32 (0.305)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '133' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
33 (1.901)
SELECT p.product_id, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special
FROM oc_product_to_category p2c
LEFT JOIN oc_product p ON (p2c.product_id = p.product_id)
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '133' GROUP BY p.product_id
ORDER BY p.model ASC, LCASE(pd.name) ASC LIMIT 0,30
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:258
34 (3.166)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6039' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
35 (1.621)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6027' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
36 (3.545)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6040' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
37 (1.527)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6028' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
38 (3.849)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6029' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
39 (2.385)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6030' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
40 (1.708)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6031' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
41 (1.400)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6032' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
42 (1.671)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6033' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
43 (2.181)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6044' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
44 (1.042)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6034' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
45 (0.919)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6041' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
46 (1.087)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6035' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
47 (1.115)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6042' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
48 (1.344)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6036' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
49 (1.235)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6043' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
50 (2.010)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6045' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
51 (0.892)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6037' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
52 (0.842)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6038' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
53 (1.551)
SELECT p.product_id, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special
FROM oc_product_to_category p2c
LEFT JOIN oc_product p ON (p2c.product_id = p.product_id)
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '133' GROUP BY p.product_id
ORDER BY rand() ASC, LCASE(pd.name) ASC LIMIT 11
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:239
54 (1.290)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6038' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
55 (1.532)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6044' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
56 (1.267)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6030' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
57 (4.194)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6037' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
58 (1.694)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6042' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
59 (1.720)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6032' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
60 (1.720)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6043' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
61 (1.406)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6045' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
62 (1.220)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6040' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
63 (1.197)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6039' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
64 (1.124)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_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 oc_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 oc_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 oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '6028' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
65 (0.130)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6039'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
66 (0.103)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6027'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
67 (0.073)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6040'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
68 (0.084)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6028'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
69 (0.089)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6029'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
70 (0.176)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6030'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
71 (0.073)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6031'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
72 (0.107)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6032'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
73 (0.089)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6033'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
74 (0.107)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6044'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
75 (0.080)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6034'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
76 (0.086)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6041'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
77 (0.103)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6035'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
78 (0.107)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6042'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
79 (0.096)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6036'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
80 (0.086)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6043'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
81 (0.083)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6045'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
82 (0.108)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6037'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
83 (0.098)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6038'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
84 (0.184)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '133' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
85 (0.099)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/layout.php:4
86 (0.088)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
87 (0.119)
SELECT *
FROM oc_ocfilter_option oo
LEFT JOIN oc_ocfilter_option_description ood
ON (oo.option_id = ood.option_id)
LEFT JOIN oc_ocfilter_option_to_category cotc
ON (oo.option_id = cotc.option_id)
WHERE oo.status = '1'
AND cotc.category_id = '133'
AND ood.language_id = '1'
ORDER BY oo.sort_order
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:21
88 (5.160)
SELECT *
FROM oc_ocfilter_option_value oov
LEFT JOIN oc_ocfilter_option_value_description oovd
ON (oov.value_id = oovd.value_id)
WHERE oov.option_id IN (19,20)
AND oovd.language_id = '1'
ORDER BY (oovd.name = '-') DESC, (oovd.name = '0') DESC, (oovd.name + 0 > 0) DESC, (oovd.name + 0), LENGTH(oovd.name), oovd.name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:34
89 (0.302)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
90 (0.174)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '130' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
91 (0.090)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '130'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
92 (0.112)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '134' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
93 (0.137)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '134'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
94 (0.083)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '133' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
95 (0.073)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '131' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
96 (0.062)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '131'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
97 (0.087)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '135' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
98 (0.056)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '135'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
99 (0.088)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '129' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
100 (0.069)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '129'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
101 (0.099)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '154' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
102 (0.124)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '154'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
103 (0.098)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '132' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
104 (0.091)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '132'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
105 (0.131)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '133' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
106 (0.067)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/layout.php:4
107 (0.111)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
108 (0.109)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '133' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
109 (0.065)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/layout.php:4
110 (0.145)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
111 (0.103)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '133' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
112 (0.064)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/layout.php:4
113 (0.238)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
114 (0.107)
SELECT *
FROM oc_banner
WHERE banner_id = '12'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/banner.php:9
115 (0.137)
SELECT *
FROM oc_banner_image bi
LEFT JOIN oc_banner_image_description bid ON (bi.banner_image_id = bid.banner_image_id)
WHERE bi.banner_id = '12' AND bid.language_id = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/banner.php:4
116 (1.293)
SELECT name_subdomain, info_subdomain
FROM oc_subdomain_info
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/footer.php:30
117 (0.281)
SELECT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_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
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/information.php:10
118 (0.119)
SELECT *
FROM oc_layout_route
WHERE '1' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/layout.php:4
119 (0.133)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
120 (0.114)
SELECT menu_class
FROM oc_menus
where menu_id='2'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menus.php:9
121 (0.111)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '0' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
122 (0.097)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '5' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
123 (0.076)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '6' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
124 (0.067)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '8' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
125 (0.054)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '9' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
126 (0.053)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '10' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
127 (0.088)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '0' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
128 (0.072)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '5' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
129 (0.062)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '6' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
130 (0.066)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '8' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
131 (0.062)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '9' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
132 (0.056)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '10' AND c.menu_id='2' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
133 (0.105)
SELECT *
FROM oc_layout_route
WHERE '1' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/layout.php:4
134 (0.092)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
135 (0.078)
SELECT menu_class
FROM oc_menus
where menu_id='3'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menus.php:9
136 (0.088)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '0' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
137 (0.083)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '11' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
138 (0.049)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '12' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
139 (0.032)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '13' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
140 (0.037)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '14' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
141 (0.033)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '15' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
142 (0.042)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '16' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
143 (0.079)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '17' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
144 (0.082)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '0' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
145 (0.098)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '11' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
146 (0.043)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '12' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
147 (0.050)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '13' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
148 (0.036)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '14' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
149 (0.038)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '15' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
150 (0.037)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '16' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
151 (0.036)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '17' AND c.menu_id='3' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
152 (0.103)
SELECT info_subdomain
FROM oc_subdomain_info
WHERE name_subdomain = 'cvet-metall.com'
/var/www/cvet_metallcom/data/www/cvet-metall.com/vqmod/vqcache/vq2-catalog_controller_common_header.php:86
153 (0.149)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_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)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
154 (0.142)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '59' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
155 (0.077)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '85'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
156 (0.049)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '74'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
157 (0.114)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '71'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
158 (0.078)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '82'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
159 (0.107)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '70'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
160 (0.063)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '64'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
161 (0.066)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '86'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
162 (0.084)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '69'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
163 (0.086)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '81'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
164 (0.071)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '60'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
165 (0.135)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '62'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
166 (0.076)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '72'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
167 (0.074)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '65'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
168 (0.073)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '149'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
169 (0.072)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '157'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
170 (0.079)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '67'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
171 (0.069)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '66'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
172 (0.074)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '59'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
173 (0.121)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '75' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
174 (0.071)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '94'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
175 (0.076)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '96'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
176 (0.074)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '151'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
177 (0.072)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '93'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
178 (0.071)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '92'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
179 (0.093)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '90'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
180 (0.091)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '152'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
181 (0.059)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '95'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
182 (0.063)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '89'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
183 (0.148)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '97'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
184 (0.080)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '75'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
185 (0.155)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '76' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
186 (0.055)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '83'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
187 (0.064)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '99'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
188 (0.070)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '100'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
189 (0.066)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '98'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
190 (0.066)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '104'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
191 (0.051)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '102'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
192 (0.050)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '105'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
193 (0.063)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '106'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
194 (0.061)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '108'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
195 (0.058)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '107'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
196 (0.060)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '101'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
197 (0.066)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '150'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
198 (0.059)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '114'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
199 (0.059)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '109'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
200 (0.053)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '76'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
201 (0.177)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '77' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
202 (0.086)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '120'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
203 (0.078)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '121'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
204 (0.071)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '119'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
205 (0.070)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '125'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
206 (0.062)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '158'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
207 (0.070)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '122'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
208 (0.063)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '153'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
209 (0.056)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '124'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
210 (0.059)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '123'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
211 (0.217)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '128'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
212 (0.077)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '127'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
213 (0.085)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '77'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
214 (0.153)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '78' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
215 (0.110)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '79' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
216 (0.056)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '137'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
217 (0.064)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '136'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
218 (0.066)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '139'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
219 (0.069)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '140'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
220 (0.068)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '138'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
221 (0.058)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '141'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
222 (0.057)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '79'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
223 (0.103)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '80' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
224 (0.050)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '88'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
225 (0.050)
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 oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '80'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
226 (0.121)
SELECT name_subdomain, info_subdomain
FROM oc_subdomain_info
/var/www/cvet_metallcom/data/www/cvet-metall.com/vqmod/vqcache/vq2-catalog_controller_common_header.php:275
227 (0.113)
SELECT *
FROM oc_language
ORDER BY sort_order, name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/localisation/language.php:15
228 (0.144)
SELECT *
FROM oc_currency
ORDER BY title ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/localisation/currency.php:15
229 (0.119)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
230 (0.104)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/system/library/customer.php:157
231 (0.111)
SELECT *
FROM oc_layout_route
WHERE '1' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/layout.php:4
232 (0.084)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
233 (0.052)
SELECT menu_class
FROM oc_menus
where menu_id='1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menus.php:9
234 (0.183)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '0' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
235 (0.064)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '1' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
236 (0.054)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '2' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
237 (0.050)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '3' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
238 (0.050)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '4' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
239 (0.109)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '0' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
240 (0.056)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '1' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
241 (0.053)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '2' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
242 (0.050)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '3' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14
243 (0.051)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '4' AND c.menu_id='1' AND cd.language_id = '1' AND c.status=1
ORDER BY c.sort_order, cd.menu_item_name ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/menu/menuitems.php:14