1 (0.403)
SHOW TABLES LIKE 'oc_subdomain_info'
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:52
2 (0.101)
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.051)
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.711)
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.161)
SELECT *
FROM `oc_language`
WHERE status = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:166
7 (0.088)
SELECT *
FROM oc_currency
/var/www/cvet_metallcom/data/www/cvet-metall.com/system/library/currency.php:13
8 (0.057)
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.073)
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.264)
SELECT GROUP_CONCAT(REPLACE(`query`, 'category_id=', '')
ORDER BY FIELD(keyword, 'nerzhavejka', 'kvadrat-nerzhaveyushij') SEPARATOR '_') AS path
FROM oc_url_alias
WHERE `query` LIKE 'category_id=%' AND (keyword = 'nerzhavejka' OR keyword = 'kvadrat-nerzhaveyushij')
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:868
11 (0.111)
SELECT *
FROM oc_ocfilter_page
WHERE status = '1' AND keyword = 'nerzhavejka' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:892
12 (0.078)
SELECT *
FROM oc_ocfilter_page
WHERE status = '1' AND keyword = 'kvadrat-nerzhaveyushij' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:892
13 (0.092)
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 = '108' AND oo.`keyword` = 'nerzhavejka' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1004
14 (0.083)
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 = '108' AND oo.`keyword` = 'kvadrat-nerzhaveyushij' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1004
15 (0.070)
SELECT REPLACE(`query`, 'manufacturer_id=', '') AS manufacturer_id
FROM oc_url_alias
WHERE `query` LIKE 'manufacturer_id=%' AND LCASE(`keyword`) = 'nerzhavejka' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1033
16 (0.066)
SELECT REPLACE(`query`, 'manufacturer_id=', '') AS manufacturer_id
FROM oc_url_alias
WHERE `query` LIKE 'manufacturer_id=%' AND LCASE(`keyword`) = 'kvadrat-nerzhaveyushij' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1033
17 (5.162)
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 = '108' 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 = '108' 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 = '108' 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.816)
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 = '108' 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.168)
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 = '108'
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 (5.428)
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,24,29)
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.199)
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.601)
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 (0.213)
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
24 (0.154)
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 = '76' 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 (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 = '76'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
26 (0.114)
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 = '108' 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.177)
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 = '108' 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 = '108' 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 = '108' 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.106)
SELECT *
FROM `oc_filter_popular`
WHERE category_id = '108' 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.106)
SELECT *
FROM oc_filter_url
WHERE REPLACE(url, 'http://cvet-metall.com', '') = '/nerzhavejka/kvadrat-nerzhaveyushij/'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/module/filter_url.php:7
30 (0.069)
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 = '108'
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 (3.262)
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,24,29)
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.188)
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 = '108' 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 (2.213)
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 = '108' 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 (1.271)
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 = '4228' 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.046)
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 = '4229' 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 (0.851)
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 = '4262' 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 (0.836)
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 = '4261' 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 (1.036)
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 = '4263' 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 (0.803)
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 = '4264' 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 (0.705)
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 = '4230' 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 (0.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 = '4265' 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 (0.829)
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 = '4231' 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 (0.817)
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 = '4232' 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 (0.964)
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 = '4266' 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.814)
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 = '4267' 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 (0.954)
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 = '4233' 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 (0.859)
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 = '4234' 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.103)
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 = '4269' 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.069)
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 = '4270' 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 (1.049)
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 = '4268' 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 (1.038)
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 = '4235' 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 (1.031)
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 = '4272' 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.023)
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 = '4271' 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
54 (1.079)
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 = '4273' 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
55 (1.004)
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 = '4275' 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
56 (1.092)
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 = '4276' 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
57 (1.050)
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 = '4274' 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
58 (0.912)
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 = '4277' 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
59 (0.680)
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 = '4278' 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
60 (0.921)
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 = '4236' 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
61 (0.985)
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 = '4237' 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
62 (0.956)
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 = '4279' 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
63 (0.749)
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 = '4282' 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
64 (0.146)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4228'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
65 (0.171)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4229'
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.167)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4262'
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.113)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4261'
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.111)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4263'
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.103)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4264'
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.109)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4230'
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.181)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4265'
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.098)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4231'
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.118)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4232'
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.143)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4266'
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.090)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4267'
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.119)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4233'
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.114)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4234'
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.108)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4269'
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.107)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4270'
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.147)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4268'
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.132)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4235'
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.083)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4272'
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.104)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4271'
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.111)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4273'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
85 (0.106)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4275'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
86 (0.180)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4276'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
87 (0.137)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4274'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
88 (0.099)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4277'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
89 (0.101)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4278'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
90 (0.622)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4236'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
91 (0.098)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4237'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
92 (0.194)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4279'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
93 (0.102)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4282'
ORDER BY main_category DESC LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:387
94 (0.094)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '108' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
95 (0.087)
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
96 (0.099)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
97 (0.105)
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 = '108'
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
98 (3.082)
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,24,29)
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
99 (0.409)
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
100 (0.140)
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 = '83' 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
101 (0.098)
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
102 (0.158)
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 = '99' 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
103 (0.094)
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
104 (0.140)
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 = '100' 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
105 (0.115)
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
106 (0.084)
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 = '98' 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
107 (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 = '98'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
108 (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 = '104' 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
109 (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 = '104'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
110 (0.109)
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 = '102' 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
111 (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 = '102'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
112 (0.339)
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 = '105' 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
113 (0.109)
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
114 (0.067)
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 = '106' 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
115 (0.054)
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
116 (0.097)
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 = '108' 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
117 (0.053)
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 = '107' 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
118 (0.052)
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
119 (0.071)
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 = '101' 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
120 (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 = '101'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
121 (0.182)
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 = '150' 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
122 (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 = '150'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
123 (0.070)
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 = '114' 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
124 (0.043)
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 = '115'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
125 (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 = '116'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
126 (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 = '117'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
127 (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 = '118'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
128 (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 = '114'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
129 (0.082)
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 = '109' 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
130 (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 = '113'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
131 (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 = '112'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
132 (0.067)
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 = '110'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
133 (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 = '111'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
134 (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 = '109'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
135 (0.093)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '108' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
136 (0.053)
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
137 (0.087)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
138 (0.076)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '108' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
139 (0.052)
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
140 (0.095)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
141 (0.112)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '108' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
142 (0.056)
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
143 (0.095)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
144 (0.084)
SELECT *
FROM oc_banner
WHERE banner_id = '12'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/banner.php:9
145 (0.092)
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
146 (0.120)
SELECT name_subdomain, info_subdomain
FROM oc_subdomain_info
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/footer.php:30
147 (0.189)
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
148 (0.082)
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
149 (0.088)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
150 (0.080)
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
151 (0.081)
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
152 (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 = '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
153 (0.106)
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
154 (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 = '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
155 (0.046)
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
156 (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
157 (0.070)
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
158 (0.045)
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
159 (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 = '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
160 (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 = '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
161 (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 = '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
162 (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 = '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
163 (0.278)
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
164 (0.169)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
165 (0.071)
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
166 (0.075)
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
167 (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 = '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
168 (0.039)
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
169 (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 = '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
170 (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 = '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
171 (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 = '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
172 (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 = '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
173 (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 = '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
174 (0.085)
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
175 (1.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 = '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
176 (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 = '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
177 (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 = '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
178 (0.073)
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
179 (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 = '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
180 (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 = '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
181 (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 = '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
182 (0.107)
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
183 (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 = '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
184 (0.209)
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
185 (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 = '85'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
186 (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 = '74'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
187 (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 = '71'
/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 = '82'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
189 (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 = '70'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
190 (0.067)
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
191 (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 = '86'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
192 (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 = '69'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
193 (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 = '81'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
194 (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 = '60'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
195 (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 = '62'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
196 (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 = '72'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
197 (0.065)
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
198 (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 = '149'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
199 (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 = '157'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
200 (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 = '67'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
201 (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 = '66'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
202 (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 = '59'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
203 (0.156)
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
204 (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 = '94'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
205 (0.089)
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
206 (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 = '151'
/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 = '93'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
208 (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 = '92'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
209 (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 = '90'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
210 (0.065)
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
211 (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 = '95'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
212 (0.097)
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
213 (0.041)
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
214 (0.047)
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
215 (0.137)
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
216 (0.129)
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
217 (0.095)
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
218 (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 = '121'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
219 (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 = '119'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
220 (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 = '125'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
221 (0.065)
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
222 (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 = '122'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
223 (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 = '153'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
224 (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 = '124'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
225 (0.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 = '123'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
226 (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 = '128'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
227 (0.040)
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
228 (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 = '77'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
229 (0.118)
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
230 (0.045)
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
231 (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 = '134'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
232 (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 = '133'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
233 (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 = '131'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
234 (0.067)
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
235 (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 = '129'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
236 (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 = '154'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
237 (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 = '132'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
238 (0.046)
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
239 (0.100)
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
240 (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 = '137'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
241 (0.052)
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
242 (0.192)
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
243 (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 = '140'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
244 (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 = '138'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
245 (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 = '141'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
246 (0.184)
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
247 (0.116)
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
248 (0.083)
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
249 (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 = '80'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
250 (0.104)
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
251 (0.097)
SELECT *
FROM oc_language
ORDER BY sort_order, name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/localisation/language.php:15
252 (0.118)
SELECT *
FROM oc_currency
ORDER BY title ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/localisation/currency.php:15
253 (0.107)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
254 (0.139)
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
255 (0.092)
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
256 (0.091)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
257 (0.076)
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
258 (0.086)
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
259 (0.058)
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
260 (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 = '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
261 (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 = '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
262 (0.048)
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
263 (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 = '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
264 (0.057)
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
265 (0.055)
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
266 (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 = '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
267 (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 = '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