1 (0.446)
SHOW TABLES LIKE 'oc_subdomain_info'
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:52
2 (0.303)
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.142)
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 (1.274)
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 (1.392)
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.210)
SELECT *
FROM `oc_language`
WHERE status = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/index.php:166
7 (0.192)
SELECT *
FROM oc_currency
/var/www/cvet_metallcom/data/www/cvet-metall.com/system/library/currency.php:13
8 (0.078)
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.091)
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.138)
SELECT GROUP_CONCAT(REPLACE(`query`, 'category_id=', '')
ORDER BY FIELD(keyword, 'med', 'mednaya-provoloka') SEPARATOR '_') AS path
FROM oc_url_alias
WHERE `query` LIKE 'category_id=%' AND (keyword = 'med' OR keyword = 'mednaya-provoloka')
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:868
11 (0.145)
SELECT *
FROM oc_ocfilter_page
WHERE status = '1' AND keyword = 'med' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:892
12 (0.444)
SELECT *
FROM oc_ocfilter_page
WHERE status = '1' AND keyword = 'mednaya-provoloka' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:892
13 (0.157)
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 = '95' AND oo.`keyword` = 'med' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1004
14 (0.097)
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 = '95' AND oo.`keyword` = 'mednaya-provoloka' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1004
15 (0.079)
SELECT REPLACE(`query`, 'manufacturer_id=', '') AS manufacturer_id
FROM oc_url_alias
WHERE `query` LIKE 'manufacturer_id=%' AND LCASE(`keyword`) = 'med' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1033
16 (0.084)
SELECT REPLACE(`query`, 'manufacturer_id=', '') AS manufacturer_id
FROM oc_url_alias
WHERE `query` LIKE 'manufacturer_id=%' AND LCASE(`keyword`) = 'mednaya-provoloka' LIMIT 1
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/module/ocfilter.php:1033
17 (1.941)
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 = '95' 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 = '95' 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 = '95' 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.869)
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 = '95' 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.167)
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 = '95'
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 (4.776)
SELECT *
FROM oc_ocfilter_option_value oov
LEFT JOIN oc_ocfilter_option_value_description oovd
ON (oov.value_id = oovd.value_id)
WHERE oov.option_id IN (19,20)
AND oovd.language_id = '1'
ORDER BY (oovd.name = '-') DESC, (oovd.name = '0') DESC, (oovd.name + 0 > 0) DESC, (oovd.name + 0), LENGTH(oovd.name), oovd.name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:34
21 (0.289)
SELECT *
FROM oc_ocfilter_page
WHERE status = '1'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:501
22 (12.245)
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.251)
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
24 (0.268)
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 = '75' 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.105)
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
26 (0.103)
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 = '95' 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.160)
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 = '95' 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 = '95' 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 = '95' 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.093)
SELECT *
FROM `oc_filter_popular`
WHERE category_id = '95' AND TRIM(`oc_filter_popular`.`option_values`) != ''
ORDER BY `oc_filter_popular`.`sort` ASC;
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/filter_popular.php:17
29 (0.131)
SELECT *
FROM oc_filter_url
WHERE REPLACE(url, 'http://cvet-metall.com', '') = '/med/mednaya-provoloka/'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/module/filter_url.php:7
30 (0.100)
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 = '95'
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 (5.293)
SELECT *
FROM oc_ocfilter_option_value oov
LEFT JOIN oc_ocfilter_option_value_description oovd
ON (oov.value_id = oovd.value_id)
WHERE oov.option_id IN (19,20)
AND oovd.language_id = '1'
ORDER BY (oovd.name = '-') DESC, (oovd.name = '0') DESC, (oovd.name + 0 > 0) DESC, (oovd.name + 0), LENGTH(oovd.name), oovd.name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:34
32 (0.280)
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 = '95' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:10
33 (1.624)
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 = '95' 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.218)
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 = '5219' 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.145)
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 = '5220' 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.995)
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 = '5221' 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.967)
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 = '5222' 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 (0.932)
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 = '5223' 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.982)
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 = '5224' 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.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 = '5225' 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.937)
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 = '5226' 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.879)
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 = '5227' 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 (1.276)
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 = '5228' 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.878)
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 = '5229' 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.869)
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 = '5230' 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.995)
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 = '5231' 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.878)
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 = '5232' 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 (0.988)
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 = '5242' 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 (0.942)
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 = '5233' 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 (0.952)
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 = '5240' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
51 (0.899)
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 = '5234' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/product.php:20
52 (0.866)
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 = '5243' 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 (0.865)
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 = '5241' 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 (0.856)
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 = '5235' 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 (0.880)
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 = '5244' 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 (0.965)
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 = '5236' 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 (0.910)
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 = '5237' 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 (1.032)
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 = '5245' 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.943)
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 = '5238' 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.889)
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 = '5239' 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 (2.171)
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 = '95' GROUP BY p.product_id
ORDER BY rand() ASC, LCASE(pd.name) ASC LIMIT 3
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:239
62 (1.128)
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 = '5223' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
63 (0.952)
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 = '5233' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
64 (1.135)
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 = '5221' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/addproducts.php:10
65 (0.146)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5219'
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.112)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5220'
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.104)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5221'
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.291)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5222'
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.391)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5223'
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.278)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5224'
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.172)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5225'
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.114)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5226'
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.110)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5227'
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.224)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5228'
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.122)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5229'
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.101)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5230'
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.096)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5231'
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.109)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5232'
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.105)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5242'
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.126)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5233'
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.176)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5240'
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.094)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5234'
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.358)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5243'
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.136)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5241'
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.126)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5235'
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.107)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5244'
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.108)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5236'
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.097)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5237'
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.102)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5245'
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.099)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5238'
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.119)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '5239'
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.124)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '95' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
93 (0.116)
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
94 (0.111)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
95 (0.115)
SELECT *
FROM oc_ocfilter_option oo
LEFT JOIN oc_ocfilter_option_description ood
ON (oo.option_id = ood.option_id)
LEFT JOIN oc_ocfilter_option_to_category cotc
ON (oo.option_id = cotc.option_id)
WHERE oo.status = '1'
AND cotc.category_id = '95'
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
96 (3.914)
SELECT *
FROM oc_ocfilter_option_value oov
LEFT JOIN oc_ocfilter_option_value_description oovd
ON (oov.value_id = oovd.value_id)
WHERE oov.option_id IN (19,20)
AND oovd.language_id = '1'
ORDER BY (oovd.name = '-') DESC, (oovd.name = '0') DESC, (oovd.name + 0 > 0) DESC, (oovd.name + 0), LENGTH(oovd.name), oovd.name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/ocfilter.php:34
97 (0.413)
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
98 (0.095)
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 = '94' 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
99 (0.087)
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
100 (0.091)
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 = '96' 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.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 = '96'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
102 (0.086)
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 = '151' 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.075)
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
104 (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 = '93' 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.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 = '93'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
106 (0.096)
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 = '92' 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.092)
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
108 (0.085)
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 = '90' 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.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 = '90'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
110 (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 = '152' 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.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 = '152'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
112 (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 = '95' 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.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 = '89' 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
114 (0.177)
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
115 (0.083)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '97' 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
116 (0.113)
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
117 (0.123)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '95' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
118 (0.066)
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
119 (0.108)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
120 (0.092)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '95' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
121 (1.946)
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
122 (1.228)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
123 (1.320)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '95' AND store_id = '0'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/catalog/category.php:64
124 (1.182)
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
125 (1.120)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
126 (0.201)
SELECT *
FROM oc_banner
WHERE banner_id = '12'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/design/banner.php:9
127 (0.111)
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
128 (0.230)
SELECT name_subdomain, info_subdomain
FROM oc_subdomain_info
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/footer.php:30
129 (1.905)
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
130 (0.380)
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
131 (1.330)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
132 (1.220)
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
133 (0.166)
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
134 (0.079)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '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
135 (0.166)
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
136 (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 = '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
137 (0.165)
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
138 (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 = '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
139 (0.104)
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
140 (0.163)
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
141 (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 = '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
142 (0.087)
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
143 (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 = '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
144 (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 = '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
145 (1.244)
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
146 (1.261)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
147 (1.263)
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
148 (1.288)
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
149 (0.214)
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
150 (0.071)
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
151 (0.069)
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
152 (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 = '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
153 (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 = '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
154 (0.067)
SELECT c.*, cd.menu_item_name
FROM oc_menuitems c
LEFT JOIN oc_menuitem_descriptions cd ON (c.menu_item_id = cd.menu_item_id)
WHERE c.parent_id = '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
155 (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 = '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
156 (0.177)
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
157 (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 = '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
158 (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 = '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
159 (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 = '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
160 (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 = '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
161 (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 = '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
162 (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 = '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
163 (0.052)
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
164 (0.163)
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
165 (0.251)
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
166 (0.184)
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
167 (1.235)
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
168 (1.227)
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
169 (1.126)
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
170 (0.204)
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
171 (0.392)
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
172 (0.357)
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
173 (0.123)
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
174 (0.628)
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
175 (0.123)
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
176 (0.143)
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
177 (0.216)
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
178 (0.088)
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
179 (0.093)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '65'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
180 (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 = '149'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
181 (0.082)
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
182 (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 = '67'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
183 (0.091)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '66'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
184 (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 = '59'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
185 (0.240)
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
186 (0.236)
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
187 (0.161)
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
188 (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 = '99'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
189 (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 = '100'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
190 (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 = '98'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
191 (0.096)
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
192 (0.086)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '102'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
193 (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 = '105'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
194 (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 = '106'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
195 (0.105)
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
196 (0.088)
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
197 (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 = '101'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
198 (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 = '150'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
199 (0.276)
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
200 (0.086)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '109'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
201 (0.075)
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
202 (0.224)
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
203 (0.099)
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
204 (0.226)
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
205 (0.085)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '119'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
206 (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 = '125'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
207 (0.104)
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
208 (0.087)
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
209 (1.333)
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
210 (1.227)
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
211 (0.158)
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
212 (0.156)
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
213 (0.162)
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
214 (0.092)
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
215 (0.217)
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
216 (0.122)
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
217 (0.105)
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
218 (0.145)
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
219 (0.137)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '131'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
220 (1.197)
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
221 (0.162)
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
222 (1.229)
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
223 (1.265)
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
224 (0.862)
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
225 (1.316)
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
226 (0.761)
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
227 (0.663)
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
228 (0.426)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM 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
229 (0.915)
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
230 (0.266)
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
231 (0.152)
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
232 (0.124)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM oc_category t0
LEFT JOIN oc_category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN oc_category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN oc_category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN oc_category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN oc_category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN oc_category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN oc_category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN oc_category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN oc_category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '79'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/controller/common/seo_pro.php:420
233 (0.134)
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
234 (0.200)
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
235 (0.198)
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
236 (1.300)
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
237 (0.301)
SELECT *
FROM oc_language
ORDER BY sort_order, name
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/localisation/language.php:15
238 (0.378)
SELECT *
FROM oc_currency
ORDER BY title ASC
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/localisation/currency.php:15
239 (1.311)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
240 (0.876)
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
241 (0.202)
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
242 (0.175)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/var/www/cvet_metallcom/data/www/cvet-metall.com/catalog/model/setting/extension.php:4
243 (0.127)
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
244 (0.188)
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
245 (0.093)
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
246 (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 = '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
247 (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 = '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
248 (0.080)
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
249 (0.208)
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
250 (1.452)
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
251 (0.215)
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
252 (0.094)
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
253 (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 = '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