Ваш заказ принят. В ближайшее время с вами свяжется оператор.
1 (0.743)
SELECT *
FROM store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://abakan.mypads.ru/'
/var/www/alys2007/data/www/production.mypads.ru/index.php:171
2 (2.787)
SELECT *
FROM language
/var/www/alys2007/data/www/production.mypads.ru/index.php:284
3 (0.320)
SELECT *
FROM currency
/var/www/alys2007/data/www/production.mypads.ru/system/library/currency.php:13
4 (0.446)
SELECT *
FROM weight_class wc
LEFT JOIN weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id)
WHERE wcd.language_id = '1'
/var/www/alys2007/data/www/production.mypads.ru/system/library/weight.php:9
5 (0.385)
SELECT *
FROM length_class mc
LEFT JOIN length_class_description mcd ON (mc.length_class_id = mcd.length_class_id)
WHERE mcd.language_id = '1'
/var/www/alys2007/data/www/production.mypads.ru/system/library/length.php:9
6 (0.292)
SELECT f1.postalcode f1_postalcode, CONCAT(f1.shortname, ' ', f1.offname) f1_name,
f1.level f1_level, f1.fias_id f1_fias_id, f1.shortname f1_shortname,
CONCAT(f2.offname, ' ', f2.shortname) f2_name,
f2.level f2_level, f2.fias_id f2_fias_id,
CONCAT(f3.offname, ' ', f3.shortname) f3_name,
f3.level f3_level, f3.fias_id f3_fias_id,
CONCAT(f4.offname, ' ', f4.shortname) f4_name,
f4.level f4_level, f4.fias_id f4_fias_id
FROM fias f1
LEFT JOIN fias f2 ON f2.fias_id = f1.parent_id
LEFT JOIN fias f3 ON f3.fias_id = f2.parent_id
LEFT JOIN fias f4 ON f4.fias_id = f3.parent_id
WHERE f1.offname = 'Хьюстон'
AND (f3.offname = 'США' OR f2.offname = 'США' OR f4.offname = 'США')
AND (f1.level = 4 OR (f1.level = 1 AND f1.shortname = 'г.'))
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/module/geoip.php:208
7 (0.183)
SELECT *
FROM country c
WHERE c.iso_code_2 = "US"
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/module/geoip.php:148
8 (0.084)
SELECT code
FROM geoip_currency
WHERE country_id = 0
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/module/geoip.php:241
9 (0.070)
SELECT *
FROM geoip_rule
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/module/geoip.php:227
10 (0.057)
SELECT *
FROM geoip_redirect
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/module/geoip.php:234
11 (1.107)
SELECT CONCAT_WS(', ', CONCAT(f1.shortname, ' ', f1.offname), CONCAT(f2.offname, ' ', f2.shortname),
CONCAT(f3.offname, ' ', f3.shortname)) label, CONCAT(f1.shortname, ' ', f1.offname) value,
f1.fias_id
FROM fias f1
LEFT JOIN fias f2 ON f2.fias_id = f1.parent_id
LEFT JOIN fias f3 ON f3.fias_id = f2.parent_id
WHERE ((f1.offname = 'абакан'))
AND (f1.level = 6 OR f1.level = 4 OR (f1.level = 1 AND f1.shortname = 'г.'))
ORDER BY f1.level, f2.level, f3.level, f1.shortname
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/module/geoip.php:40
12 (0.239)
SELECT zone_id
FROM zone_to_fias
WHERE fias_id = 69
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/module/geoip.php:162
13 (0.555)
SELECT c.country_id, c.name country_name, z.zone_id, z.name zone_name
FROM zone z
LEFT JOIN country c ON z.country_id = c.country_id
WHERE z.zone_id = "2721"
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/module/geoip.php:141
14 (0.343)
SELECT *
FROM url_alias
WHERE keyword IN ('aks-dlya-telefonov', 'alcatel', 'alcatel_onetouch_m\'pop_5020d')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:35
15 (0.621)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '811'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
16 (0.348)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
17 (744.337)
SELECT top, cd.`category_id`, `parent_id`, `name`, `sort_order`, `column`, u.keyword as url
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN url_alias u ON (CONCAT('category_id=',c.category_id) = u.`query`)
WHERE cd.language_id = '1' AND c.status = '1'
ORDER BY c.parent_id, c.sort_order, cd.name
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/optimization/main.php:100
18 (0.481)
SELECT DISTINCT top, description, image, seo_title, meta_description, meta_keyword, seo_h1, cd.`category_id`, `parent_id`, `name`, `sort_order`, `column`, u.keyword as url
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN url_alias u ON (CONCAT('category_id=',c.category_id) = u.`query`)
WHERE c.category_id = '73' AND cd.language_id = '1' AND c.status = '1'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/category.php:65
19 (0.275)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '73'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
20 (0.425)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
21 (0.498)
SELECT DISTINCT top, description, image, seo_title, meta_description, meta_keyword, seo_h1, cd.`category_id`, `parent_id`, `name`, `sort_order`, `column`, u.keyword as url
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN url_alias u ON (CONCAT('category_id=',c.category_id) = u.`query`)
WHERE c.category_id = '649' AND cd.language_id = '1' AND c.status = '1'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/category.php:65
22 (0.494)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '649'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
23 (0.268)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
24 (0.853)
SELECT DISTINCT top, description, image, seo_title, meta_description, meta_keyword, seo_h1, cd.`category_id`, `parent_id`, `name`, `sort_order`, `column`, u.keyword as url
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN url_alias u ON (CONCAT('category_id=',c.category_id) = u.`query`)
WHERE c.category_id = '811' AND cd.language_id = '1' AND c.status = '1'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/category.php:65
25 (0.381)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
26 (0.310)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
27 (1.236)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM product p
LEFT JOIN product_to_category p2c ON (p.product_id = p2c.product_id)
WHERE p.status = '1' AND p2c.category_id = '811'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:584
28 (28.484)
SELECT p.product_id
FROM product p
LEFT JOIN product_to_category p2c ON (p.product_id = p2c.product_id)
WHERE p.status = '1' AND p2c.category_id = '811' GROUP BY p.product_id
ORDER BY p.sort_order ASC, LCASE(p.name) ASC LIMIT 0,100
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:215
29 (7.369)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '5840'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
30 (20.022)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '2193'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
31 (2.641)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33048'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
32 (3.072)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '174777'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
33 (1.335)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '78777'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
34 (1.150)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '202359'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
35 (0.975)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '217124'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
36 (2.253)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '189532'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
37 (0.762)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '22095'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
38 (1.377)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '182159'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
39 (0.966)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '209741'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
40 (1.078)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '15458'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
41 (0.972)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer,
(SELECT price
FROM 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 ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status,
(SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class,
p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '35860'
AND pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:45
42 (0.181)
SELECT `image`
FROM `category`
WHERE `category_id` = 811
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/product/category.php:890
43 (0.218)
SELECT `image`
FROM `category`
WHERE `category_id` = 649
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/product/category.php:890
44 (0.198)
SELECT *
FROM product_image
WHERE product_id = '5840'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
45 (0.991)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '5840' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
46 (0.154)
SELECT *
FROM product_video
WHERE product_id = '5840'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
47 (0.230)
SELECT category_id
FROM product_to_category
WHERE product_id = '5840'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
48 (0.370)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=5840')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
49 (0.869)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=5840&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
50 (0.916)
SELECT *
FROM product_image
WHERE product_id = '2193'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
51 (1.621)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '2193' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
52 (0.148)
SELECT *
FROM product_video
WHERE product_id = '2193'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
53 (0.329)
SELECT category_id
FROM product_to_category
WHERE product_id = '2193'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
54 (0.592)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=2193')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
55 (0.366)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=2193&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
56 (0.204)
SELECT *
FROM product_image
WHERE product_id = '33048'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
57 (0.596)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '33048' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
58 (0.201)
SELECT *
FROM product_video
WHERE product_id = '33048'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
59 (0.386)
SELECT category_id
FROM product_to_category
WHERE product_id = '33048'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
60 (0.293)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=33048')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
61 (0.731)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=33048&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
62 (0.868)
SELECT *
FROM product_image
WHERE product_id = '174777'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
63 (0.799)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '174777' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
64 (1.164)
SELECT *
FROM product_video
WHERE product_id = '174777'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
65 (0.451)
SELECT category_id
FROM product_to_category
WHERE product_id = '174777'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
66 (0.333)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=174777')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
67 (0.738)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=174777&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
68 (0.342)
SELECT *
FROM product_image
WHERE product_id = '78777'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
69 (0.572)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '78777' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
70 (0.590)
SELECT *
FROM product_video
WHERE product_id = '78777'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
71 (0.540)
SELECT category_id
FROM product_to_category
WHERE product_id = '78777'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
72 (0.527)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=78777')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
73 (0.293)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=78777&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
74 (0.667)
SELECT *
FROM product_image
WHERE product_id = '202359'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
75 (1.635)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '202359' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
76 (0.606)
SELECT *
FROM product_video
WHERE product_id = '202359'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
77 (0.370)
SELECT category_id
FROM product_to_category
WHERE product_id = '202359'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
78 (0.689)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=202359')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
79 (0.267)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=202359&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
80 (0.292)
SELECT *
FROM product_image
WHERE product_id = '217124'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
81 (2.959)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '217124' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
82 (0.328)
SELECT *
FROM product_video
WHERE product_id = '217124'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
83 (0.421)
SELECT category_id
FROM product_to_category
WHERE product_id = '217124'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
84 (2.420)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=217124')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
85 (0.386)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=217124&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
86 (0.474)
SELECT *
FROM product_image
WHERE product_id = '189532'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
87 (1.122)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '189532' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
88 (0.661)
SELECT *
FROM product_video
WHERE product_id = '189532'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
89 (0.470)
SELECT category_id
FROM product_to_category
WHERE product_id = '189532'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
90 (0.726)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=189532')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
91 (3.106)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=189532&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
92 (0.333)
SELECT *
FROM product_image
WHERE product_id = '22095'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
93 (0.431)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '22095' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
94 (0.110)
SELECT *
FROM product_video
WHERE product_id = '22095'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
95 (0.283)
SELECT category_id
FROM product_to_category
WHERE product_id = '22095'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
96 (1.967)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=22095')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
97 (0.419)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=22095&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
98 (0.562)
SELECT *
FROM product_image
WHERE product_id = '182159'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
99 (0.484)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '182159' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
100 (0.171)
SELECT *
FROM product_video
WHERE product_id = '182159'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
101 (0.166)
SELECT category_id
FROM product_to_category
WHERE product_id = '182159'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
102 (1.152)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=182159')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
103 (0.655)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=182159&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
104 (3.672)
SELECT *
FROM product_image
WHERE product_id = '209741'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
105 (0.636)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '209741' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
106 (0.310)
SELECT *
FROM product_video
WHERE product_id = '209741'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
107 (0.677)
SELECT category_id
FROM product_to_category
WHERE product_id = '209741'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
108 (0.564)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=209741')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
109 (0.407)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=209741&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
110 (0.513)
SELECT *
FROM product_image
WHERE product_id = '15458'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
111 (0.413)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '15458' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
112 (0.161)
SELECT *
FROM product_video
WHERE product_id = '15458'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
113 (0.176)
SELECT category_id
FROM product_to_category
WHERE product_id = '15458'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
114 (0.324)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=15458')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
115 (0.593)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=15458&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
116 (0.538)
SELECT *
FROM product_image
WHERE product_id = '35860'
ORDER BY sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:476
117 (0.433)
SELECT p2s.product_id, p2s.date_start, p2s.date_end, ps.*
FROM product_stick ps
INNER JOIN product_to_stick p2s ON (ps.stick_id = p2s.stick_id)
WHERE p2s.product_id = '35860' AND (p2s.date_start IS NULL OR p2s.date_start <= NOW()) AND (p2s.date_end IS NULL OR p2s.date_end >= NOW())
ORDER BY ps.sort_order ASC
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:666
118 (0.128)
SELECT *
FROM product_video
WHERE product_id = '35860'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/product.php:483
119 (0.142)
SELECT category_id
FROM product_to_category
WHERE product_id = '35860'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
120 (0.231)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=35860')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
121 (0.221)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=35860&dynamic_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
122 (0.195)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
123 (2.043)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
124 (0.266)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
125 (0.195)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
126 (0.182)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
127 (1.375)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
128 (2.391)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
129 (4.843)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
130 (0.408)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
131 (0.201)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
132 (0.316)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
133 (0.562)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
134 (0.957)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
135 (6.756)
SELECT *
FROM category_to_layout
WHERE category_id = '811' AND store_id = '0'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/category.php:114
136 (0.214)
SELECT *
FROM layout_route
WHERE 'product/category' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route ASC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/design/layout.php:4
137 (0.173)
SELECT *
FROM extension
WHERE `type` = 'module'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/setting/extension.php:4
138 (0.108)
SELECT *
FROM category_to_layout
WHERE category_id = '811' AND store_id = '0'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/category.php:114
139 (0.438)
SELECT *
FROM layout_route
WHERE 'product/category' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route ASC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/design/layout.php:4
140 (0.243)
SELECT *
FROM extension
WHERE `type` = 'module'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/setting/extension.php:4
141 (0.211)
SELECT *
FROM category_to_layout
WHERE category_id = '811' AND store_id = '0'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/category.php:114
142 (0.171)
SELECT *
FROM layout_route
WHERE 'product/category' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route ASC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/design/layout.php:4
143 (0.222)
SELECT *
FROM extension
WHERE `type` = 'module'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/setting/extension.php:4
144 (0.369)
SELECT c.category_id, cd.name
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
WHERE cd.language_id = '1' AND c.parent_id = '0'
ORDER BY c.sort_order
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/module/cfilter.php:98
145 (2.449)
SELECT c.category_id, cd.name
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
WHERE cd.language_id = '1' AND c.parent_id = '73'
ORDER BY cd.name
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/module/cfilter.php:105
146 (2.751)
SELECT c.category_id, cd.name
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
WHERE cd.language_id = '1' AND c.parent_id = '649'
ORDER BY cd.name
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/module/cfilter.php:105
147 (0.247)
SELECT *
FROM category_to_layout
WHERE category_id = '811' AND store_id = '0'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/catalog/category.php:114
148 (1.381)
SELECT *
FROM layout_route
WHERE 'product/category' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route ASC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/design/layout.php:4
149 (0.936)
SELECT *
FROM extension
WHERE `type` = 'module'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/setting/extension.php:4
150 (1.089)
SELECT category_id
FROM product_to_category
WHERE product_id = '108985'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
151 (3.682)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16371'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
152 (0.687)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=108985')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
153 (0.434)
SELECT category_id
FROM product_to_category
WHERE product_id = '108998'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
154 (2.045)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16366'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
155 (2.196)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16366', 'product_id=108998')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
156 (0.865)
SELECT category_id
FROM product_to_category
WHERE product_id = '120763'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
157 (0.485)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17812'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
158 (1.369)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=120763')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
159 (0.139)
SELECT category_id
FROM product_to_category
WHERE product_id = '28920'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
160 (0.211)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17131'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
161 (0.227)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16352', 'category_id=17131', 'product_id=28920')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
162 (0.127)
SELECT category_id
FROM product_to_category
WHERE product_id = '61477'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
163 (0.195)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '9961'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
164 (0.199)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=721', 'category_id=9961', 'product_id=61477')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
165 (0.128)
SELECT category_id
FROM product_to_category
WHERE product_id = '12511'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
166 (0.185)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '3082'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
167 (0.141)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=3082', 'product_id=12511')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
168 (5.886)
SELECT category_id
FROM product_to_category
WHERE product_id = '120755'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
169 (0.481)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=120755')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
170 (0.438)
SELECT category_id
FROM product_to_category
WHERE product_id = '153943'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
171 (0.770)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17394'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
172 (0.266)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=17393', 'category_id=17394', 'product_id=153943')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
173 (0.181)
SELECT category_id
FROM product_to_category
WHERE product_id = '120747'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
174 (0.288)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16352', 'category_id=17131', 'product_id=120747')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
175 (0.179)
SELECT category_id
FROM product_to_category
WHERE product_id = '130354'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
176 (0.303)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '13805'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
177 (0.226)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4399', 'category_id=13805', 'product_id=130354')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
178 (0.200)
SELECT category_id
FROM product_to_category
WHERE product_id = '153702'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
179 (1.453)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=17393', 'category_id=17394', 'product_id=153702')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
180 (2.283)
SELECT category_id
FROM product_to_category
WHERE product_id = '108980'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
181 (1.108)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17806'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
182 (2.312)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17806', 'product_id=108980')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
183 (0.387)
SELECT category_id
FROM product_to_category
WHERE product_id = '109016'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
184 (0.660)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16373'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
185 (0.608)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16373', 'product_id=109016')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
186 (0.480)
SELECT category_id
FROM product_to_category
WHERE product_id = '108997'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
187 (0.382)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16365'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
188 (1.039)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16365', 'product_id=108997')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
189 (0.246)
SELECT category_id
FROM product_to_category
WHERE product_id = '109018'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
190 (0.735)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '3761'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
191 (1.369)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=3761', 'product_id=109018')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
192 (0.541)
SELECT category_id
FROM product_to_category
WHERE product_id = '130624'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
193 (2.655)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16360'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
194 (0.838)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16360', 'product_id=130624')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
195 (2.308)
SELECT category_id
FROM product_to_category
WHERE product_id = '124853'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
196 (2.998)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16352', 'category_id=17131', 'product_id=124853')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
197 (0.225)
SELECT category_id
FROM product_to_category
WHERE product_id = '117190'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
198 (0.851)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '13754'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
199 (0.953)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=2317', 'category_id=13754', 'product_id=117190')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
200 (0.618)
SELECT category_id
FROM product_to_category
WHERE product_id = '153522'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
201 (1.163)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=17393', 'category_id=17394', 'product_id=153522')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
202 (0.316)
SELECT category_id
FROM product_to_category
WHERE product_id = '108991'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
203 (8.465)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=108991')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
204 (0.160)
SELECT category_id
FROM product_to_category
WHERE product_id = '117236'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
205 (0.217)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=117236')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
206 (0.334)
SELECT category_id
FROM product_to_category
WHERE product_id = '100376'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
207 (1.447)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '13946'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
208 (0.655)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=13946', 'product_id=100376')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
209 (0.174)
SELECT category_id
FROM product_to_category
WHERE product_id = '153714'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
210 (0.342)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '92'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
211 (0.250)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=76', 'category_id=92', 'product_id=153714')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
212 (0.194)
SELECT category_id
FROM product_to_category
WHERE product_id = '108993'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
213 (0.289)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=108993')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
214 (0.307)
SELECT category_id
FROM product_to_category
WHERE product_id = '108217'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
215 (0.405)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=3082', 'product_id=108217')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
216 (0.245)
SELECT category_id
FROM product_to_category
WHERE product_id = '7738'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
217 (0.317)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16370'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
218 (0.705)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'product_id=7738')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
219 (0.312)
SELECT category_id
FROM product_to_category
WHERE product_id = '229'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
220 (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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17802'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
221 (0.288)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17802', 'product_id=229')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
222 (0.178)
SELECT category_id
FROM product_to_category
WHERE product_id = '127394'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
223 (0.320)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=3082', 'product_id=127394')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
224 (0.210)
SELECT category_id
FROM product_to_category
WHERE product_id = '758'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
225 (0.491)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '10495'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
226 (0.817)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=10495', 'product_id=758')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
227 (0.173)
SELECT category_id
FROM product_to_category
WHERE product_id = '108996'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
228 (0.327)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17806', 'product_id=108996')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
229 (0.268)
SELECT category_id
FROM product_to_category
WHERE product_id = '117185'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
230 (0.375)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=117185')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
231 (0.429)
SELECT category_id
FROM product_to_category
WHERE product_id = '153521'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
232 (0.639)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=17393', 'category_id=17394', 'product_id=153521')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
233 (0.871)
SELECT category_id
FROM product_to_category
WHERE product_id = '127480'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
234 (0.443)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17800'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
235 (0.557)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17800', 'product_id=127480')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
236 (0.468)
SELECT category_id
FROM product_to_category
WHERE product_id = '120862'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
237 (0.473)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=120862')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
238 (0.289)
SELECT category_id
FROM product_to_category
WHERE product_id = '109019'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
239 (0.588)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '3759'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
240 (0.588)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'product_id=109019')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
241 (0.297)
SELECT category_id
FROM product_to_category
WHERE product_id = '109000'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
242 (0.279)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16352', 'category_id=17131', 'product_id=109000')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
243 (0.188)
SELECT category_id
FROM product_to_category
WHERE product_id = '153623'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
244 (0.239)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=17393', 'category_id=17394', 'product_id=153623')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
245 (0.354)
SELECT category_id
FROM product_to_category
WHERE product_id = '120762'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
246 (0.367)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16372'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
247 (0.319)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16372', 'product_id=120762')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
248 (0.150)
SELECT category_id
FROM product_to_category
WHERE product_id = '120753'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
249 (0.222)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=120753')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
250 (0.173)
SELECT category_id
FROM product_to_category
WHERE product_id = '109010'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
251 (0.279)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17802', 'product_id=109010')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
252 (0.156)
SELECT category_id
FROM product_to_category
WHERE product_id = '74507'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
253 (0.341)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'product_id=74507')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
254 (0.383)
SELECT category_id
FROM product_to_category
WHERE product_id = '108986'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
255 (0.235)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=108986')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
256 (0.188)
SELECT category_id
FROM product_to_category
WHERE product_id = '109009'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
257 (0.334)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17802', 'product_id=109009')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
258 (0.193)
SELECT category_id
FROM product_to_category
WHERE product_id = '117249'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
259 (0.279)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17802', 'product_id=117249')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
260 (0.205)
SELECT category_id
FROM product_to_category
WHERE product_id = '108981'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
261 (0.502)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=108981')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
262 (0.163)
SELECT category_id
FROM product_to_category
WHERE product_id = '108999'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
263 (0.206)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=2317', 'category_id=13754', 'product_id=108999')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
264 (0.274)
SELECT category_id
FROM product_to_category
WHERE product_id = '117163'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
265 (0.710)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=2317', 'category_id=13754', 'product_id=117163')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
266 (0.233)
SELECT category_id
FROM product_to_category
WHERE product_id = '585'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
267 (0.231)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=585')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
268 (0.152)
SELECT category_id
FROM product_to_category
WHERE product_id = '120745'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
269 (1.522)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=120745')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
270 (0.701)
SELECT category_id
FROM product_to_category
WHERE product_id = '109011'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
271 (4.901)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17132'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
272 (3.959)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16352', 'category_id=17132', 'product_id=109011')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
273 (0.232)
SELECT category_id
FROM product_to_category
WHERE product_id = '120752'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
274 (5.404)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=120752')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
275 (0.338)
SELECT category_id
FROM product_to_category
WHERE product_id = '117176'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
276 (0.366)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=2317', 'category_id=13754', 'product_id=117176')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
277 (1.272)
SELECT category_id
FROM product_to_category
WHERE product_id = '8799'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
278 (0.221)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=8799')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
279 (0.585)
SELECT category_id
FROM product_to_category
WHERE product_id = '109002'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
280 (0.651)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16352', 'category_id=17131', 'product_id=109002')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
281 (0.615)
SELECT category_id
FROM product_to_category
WHERE product_id = '120746'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
282 (2.035)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=10495', 'product_id=120746')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
283 (0.652)
SELECT category_id
FROM product_to_category
WHERE product_id = '586'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
284 (0.256)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16373', 'product_id=586')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
285 (0.153)
SELECT category_id
FROM product_to_category
WHERE product_id = '108994'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
286 (0.648)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=108994')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
287 (0.754)
SELECT category_id
FROM product_to_category
WHERE product_id = '108602'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
288 (0.377)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=3082', 'product_id=108602')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
289 (0.302)
SELECT category_id
FROM product_to_category
WHERE product_id = '153547'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
290 (0.395)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17461'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
291 (0.588)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=17393', 'category_id=17461', 'product_id=153547')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
292 (0.732)
SELECT category_id
FROM product_to_category
WHERE product_id = '108229'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
293 (0.337)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=3082', 'product_id=108229')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
294 (0.254)
SELECT category_id
FROM product_to_category
WHERE product_id = '109014'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
295 (0.220)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=109014')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
296 (0.144)
SELECT category_id
FROM product_to_category
WHERE product_id = '124825'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
297 (0.156)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'product_id=124825')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
298 (0.131)
SELECT category_id
FROM product_to_category
WHERE product_id = '74510'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
299 (0.682)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=74510')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
300 (0.262)
SELECT category_id
FROM product_to_category
WHERE product_id = '120764'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
301 (0.544)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17807'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
302 (1.341)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17807', 'product_id=120764')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
303 (5.056)
SELECT category_id
FROM product_to_category
WHERE product_id = '120744'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
304 (0.690)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=120744')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
305 (0.530)
SELECT category_id
FROM product_to_category
WHERE product_id = '108218'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
306 (0.454)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=3082', 'product_id=108218')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
307 (0.224)
SELECT category_id
FROM product_to_category
WHERE product_id = '124849'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
308 (0.244)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'product_id=124849')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
309 (0.137)
SELECT category_id
FROM product_to_category
WHERE product_id = '127467'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
310 (0.217)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17810'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
311 (0.542)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17810', 'product_id=127467')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
312 (0.637)
SELECT category_id
FROM product_to_category
WHERE product_id = '108990'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
313 (0.366)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=108990')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
314 (0.285)
SELECT category_id
FROM product_to_category
WHERE product_id = '117188'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
315 (0.217)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16353'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
316 (0.637)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16353', 'product_id=117188')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
317 (0.321)
SELECT category_id
FROM product_to_category
WHERE product_id = '109013'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
318 (0.807)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17802', 'product_id=109013')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
319 (0.317)
SELECT category_id
FROM product_to_category
WHERE product_id = '254'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
320 (0.306)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=10495', 'product_id=254')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
321 (0.379)
SELECT category_id
FROM product_to_category
WHERE product_id = '108989'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
322 (0.467)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=108989')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
323 (0.518)
SELECT category_id
FROM product_to_category
WHERE product_id = '117165'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
324 (0.396)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16374'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
325 (0.619)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16374', 'product_id=117165')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
326 (0.365)
SELECT category_id
FROM product_to_category
WHERE product_id = '120888'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
327 (0.480)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '13839'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
328 (0.688)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4399', 'category_id=13801', 'category_id=13839', 'product_id=120888')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
329 (0.145)
SELECT category_id
FROM product_to_category
WHERE product_id = '127471'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
330 (0.246)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17803'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
331 (0.251)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17803', 'product_id=127471')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
332 (0.174)
SELECT category_id
FROM product_to_category
WHERE product_id = '120754'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
333 (0.447)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=120754')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
334 (0.163)
SELECT category_id
FROM product_to_category
WHERE product_id = '117235'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
335 (0.278)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17802', 'product_id=117235')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
336 (0.214)
SELECT category_id
FROM product_to_category
WHERE product_id = '117174'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
337 (1.225)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16361'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
338 (0.385)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16361', 'product_id=117174')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
339 (0.439)
SELECT category_id
FROM product_to_category
WHERE product_id = '117194'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
340 (0.343)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '20081'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
341 (0.301)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=20081', 'product_id=117194')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
342 (0.243)
SELECT category_id
FROM product_to_category
WHERE product_id = '120863'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
343 (0.442)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=13946', 'product_id=120863')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
344 (0.319)
SELECT category_id
FROM product_to_category
WHERE product_id = '152587'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
345 (0.410)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17802', 'product_id=152587')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
346 (0.468)
SELECT category_id
FROM product_to_category
WHERE product_id = '109015'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
347 (0.348)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16357'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
348 (0.289)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16357', 'product_id=109015')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
349 (0.192)
SELECT category_id
FROM product_to_category
WHERE product_id = '65567'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
350 (0.342)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '6107'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
351 (0.276)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=215', 'category_id=6107', 'product_id=65567')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
352 (0.174)
SELECT category_id
FROM product_to_category
WHERE product_id = '108984'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
353 (0.892)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=108984')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
354 (1.218)
SELECT category_id
FROM product_to_category
WHERE product_id = '127481'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
355 (0.311)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17800', 'product_id=127481')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
356 (0.504)
SELECT category_id
FROM product_to_category
WHERE product_id = '120756'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
357 (0.608)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=120756')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
358 (0.313)
SELECT category_id
FROM product_to_category
WHERE product_id = '101424'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
359 (0.376)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '19717'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
360 (1.004)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=4398', 'category_id=19717', 'product_id=101424')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
361 (0.449)
SELECT category_id
FROM product_to_category
WHERE product_id = '153942'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
362 (0.458)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17395'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
363 (0.908)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=17393', 'category_id=17395', 'product_id=153942')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
364 (0.329)
SELECT category_id
FROM product_to_category
WHERE product_id = '120855'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
365 (0.255)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17370'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
366 (0.930)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16356', 'category_id=17370', 'product_id=120855')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
367 (0.158)
SELECT category_id
FROM product_to_category
WHERE product_id = '153400'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
368 (0.504)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=17393', 'category_id=17394', 'product_id=153400')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
369 (0.248)
SELECT category_id
FROM product_to_category
WHERE product_id = '152599'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
370 (1.484)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16370', 'category_id=17812', 'product_id=152599')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
371 (0.682)
SELECT category_id
FROM product_to_category
WHERE product_id = '1067'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
372 (0.312)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=3761', 'product_id=1067')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
373 (0.310)
SELECT category_id
FROM product_to_category
WHERE product_id = '147462'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
374 (0.300)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=16371', 'product_id=147462')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
375 (0.317)
SELECT category_id
FROM product_to_category
WHERE product_id = '158'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
376 (0.644)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17828'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
377 (0.423)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=10511', 'category_id=17828', 'product_id=158')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
378 (0.176)
SELECT category_id
FROM product_to_category
WHERE product_id = '9150'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
379 (0.446)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=3761', 'product_id=9150')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
380 (0.644)
SELECT category_id
FROM product_to_category
WHERE product_id = '117175'
ORDER BY main_category DESC LIMIT 1
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:247
381 (0.755)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=2317', 'category_id=13754', 'product_id=117175')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
382 (0.175)
CREATE TABLE IF NOT EXISTS subscribe (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`email_id` varchar(225) NOT NULL,
`name` varchar(225) NOT NULL,
`option1` varchar(225) NOT NULL,
`option2` varchar(225) NOT NULL,
`option3` varchar(225) NOT NULL,
`option4` varchar(225) NOT NULL,
`option5` varchar(225) NOT NULL,
`option6` varchar(225) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `Index_2` (`email_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/account/newslettersubscribe.php:34
383 (0.124)
SELECT *
FROM url_alias
WHERE `query` IN ('information_id=5')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
384 (0.117)
SELECT *
FROM url_alias
WHERE `query` IN ('information_id=6')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
385 (0.133)
SELECT *
FROM url_alias
WHERE `query` IN ('information_id=4')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
386 (0.129)
SELECT *
FROM url_alias
WHERE `query` IN ('information_id=249')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
387 (0.205)
SELECT *
FROM extension
WHERE `type` = 'total'
/var/www/alys2007/data/www/production.mypads.ru/catalog/model/setting/extension.php:4
388 (3.092)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649', 'category_id=811', 'product_id=811')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
389 (3.812)
SELECT *
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN 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/alys2007/data/www/production.mypads.ru/catalog/model/catalog/category.php:75
390 (0.541)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16844'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
391 (0.190)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=16844')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
392 (0.273)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=649')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
393 (0.386)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '224'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
394 (0.189)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=224')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
395 (0.261)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1547'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
396 (0.879)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=1547')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
397 (0.428)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '228'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
398 (0.189)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=228')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
399 (0.612)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '639'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
400 (0.761)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=639')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
401 (0.987)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '215'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
402 (0.342)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=215')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
403 (0.366)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '658'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
404 (0.510)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=658')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
405 (0.391)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '209'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
406 (0.646)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=209')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
407 (0.799)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '643'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
408 (0.327)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=643')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
409 (0.782)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '18383'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
410 (0.638)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=18383')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
411 (0.741)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '302'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
412 (0.440)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=302')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
413 (1.783)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '308'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
414 (0.401)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=308')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
415 (1.409)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '721'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
416 (0.580)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=721')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
417 (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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2684'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
418 (3.711)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2684')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
419 (0.269)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '666'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
420 (0.679)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=666')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
421 (5.674)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '217'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
422 (1.203)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=217')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
423 (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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2323'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
424 (0.348)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2323')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
425 (0.241)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '732'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
426 (0.135)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=732')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
427 (0.281)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '204'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
428 (0.228)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=204')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
429 (0.272)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '212'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
430 (0.473)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=212')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
431 (0.234)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4268'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
432 (0.340)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4268')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
433 (0.427)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '15252'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
434 (0.345)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=15252')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
435 (0.228)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2255'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
436 (0.200)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2255')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
437 (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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1764'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
438 (0.192)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=1764')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
439 (0.254)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '645'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
440 (0.221)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=645')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
441 (0.497)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '651'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
442 (0.426)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=651')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
443 (0.817)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1196'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
444 (0.234)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=1196')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
445 (0.337)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1586'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
446 (0.777)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=1586')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
447 (0.505)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4329'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
448 (0.503)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4329')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
449 (0.936)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4284'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
450 (0.312)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4284')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
451 (0.542)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2426'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
452 (0.315)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2426')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
453 (0.595)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '15230'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
454 (0.261)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=15230')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
455 (0.349)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1750'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
456 (0.261)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=1750')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
457 (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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2409'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
458 (0.462)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2409')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
459 (0.588)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '729'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
460 (0.250)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=729')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
461 (0.458)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2653'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
462 (0.242)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2653')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
463 (0.304)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2443'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
464 (0.278)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2443')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
465 (0.845)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '654'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
466 (0.404)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=654')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
467 (0.375)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '5108'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
468 (0.247)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=5108')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
469 (1.159)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1578'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
470 (0.557)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=1578')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
471 (0.797)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '10784'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
472 (0.804)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=10784')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
473 (1.149)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '5754'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
474 (0.763)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=5754')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
475 (0.396)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2660'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
476 (0.398)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2660')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
477 (0.348)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4321'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
478 (0.357)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4321')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
479 (0.337)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '14688'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
480 (0.270)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=14688')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
481 (0.209)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1735'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
482 (0.664)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=1735')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
483 (0.257)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16484'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
484 (0.577)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=16484')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
485 (0.294)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4828'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
486 (0.584)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4828')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
487 (0.944)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '703'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
488 (0.555)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=703')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
489 (0.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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '8392'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
490 (0.188)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=8392')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
491 (0.640)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '744'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
492 (0.187)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=744')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
493 (0.713)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2936'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
494 (1.239)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2936')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
495 (1.751)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '5408'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
496 (1.464)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=5408')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
497 (0.790)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1776'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
498 (0.796)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=1776')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
499 (0.740)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4276'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
500 (1.505)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4276')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
501 (0.400)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '641'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
502 (0.822)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=641')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
503 (0.894)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '684'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
504 (1.847)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=684')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
505 (0.368)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '12772'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
506 (0.312)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=12772')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
507 (0.282)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2209'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
508 (0.259)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2209')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
509 (0.281)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4826'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
510 (0.431)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4826')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
511 (0.487)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '662'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
512 (0.392)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=662')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
513 (0.420)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '5025'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
514 (0.353)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=5025')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
515 (0.362)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '13129'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
516 (0.399)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=13129')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
517 (0.605)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4281'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
518 (0.655)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4281')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
519 (1.039)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2669'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
520 (0.949)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2669')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
521 (0.597)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '10819'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
522 (0.893)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=10819')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
523 (0.792)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4672'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
524 (0.483)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4672')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
525 (0.308)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '5839'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
526 (0.232)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=5839')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
527 (0.270)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2249'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
528 (0.938)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2249')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
529 (0.748)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4290'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
530 (0.396)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4290')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
531 (0.450)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '16733'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
532 (0.716)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=16733')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
533 (0.771)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '949'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
534 (1.022)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=949')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
535 (0.350)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '5863'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
536 (0.196)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=5863')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
537 (0.212)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4188'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
538 (0.277)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=4188')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
539 (0.544)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '884'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
540 (0.594)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=884')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
541 (0.242)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '701'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
542 (0.680)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=701')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
543 (0.653)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2279'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
544 (0.261)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2279')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
545 (0.280)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2283'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
546 (0.200)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=2283')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
547 (0.428)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '708'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
548 (0.193)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=708')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
549 (0.303)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '5064'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
550 (0.448)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73', 'category_id=5064')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
551 (0.197)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=73')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
552 (0.478)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '46'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
553 (0.503)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=46')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
554 (1.564)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '74'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
555 (0.314)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=74')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
556 (0.455)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '45'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
557 (0.381)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=45')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
558 (0.478)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '75'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
559 (0.672)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=75')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
560 (0.306)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '117'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
561 (0.202)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=117')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
562 (1.132)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '76'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
563 (0.271)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=76')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
564 (0.719)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '3517'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
565 (0.749)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=3517')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
566 (0.641)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '149'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
567 (0.693)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=149')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
568 (1.313)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '18380'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
569 (0.374)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=18380')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
570 (0.788)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '77'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
571 (0.541)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=77')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
572 (0.416)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '676'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
573 (0.290)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=676')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
574 (0.306)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '131'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
575 (0.621)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=131')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
576 (0.359)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '674'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
577 (0.287)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=674')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
578 (0.370)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1881'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
579 (0.782)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=1881')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
580 (1.500)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '18365'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
581 (1.353)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=18365')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
582 (0.523)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '78'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
583 (0.323)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=78')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
584 (0.264)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '79'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
585 (0.211)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=79')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
586 (0.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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1894'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
587 (0.402)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=1894')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
588 (0.955)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1302'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
589 (0.374)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=1302')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
590 (0.581)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '17556'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
591 (1.102)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=17556')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
592 (0.697)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1831'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
593 (1.059)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=1831')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
594 (0.261)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1621'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
595 (0.316)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=1621')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
596 (0.823)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2551'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
597 (0.224)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=2551')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
598 (0.897)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '173'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
599 (1.441)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=173')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
600 (0.473)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '343'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
601 (0.802)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=343')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
602 (0.326)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4064'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
603 (0.379)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=4064')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
604 (0.421)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4305'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
605 (0.268)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=4305')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
606 (0.849)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '5958'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
607 (0.323)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=5958')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
608 (0.423)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1922'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
609 (1.414)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=1922')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
610 (1.291)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '20430'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
611 (2.001)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=20430')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
612 (0.325)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '271'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
613 (0.417)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=271')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
614 (0.543)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1924'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
615 (0.404)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=1924')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
616 (1.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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '18798'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
617 (0.365)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=18798')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
618 (0.427)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2584'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
619 (0.590)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=2584')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
620 (0.585)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '188'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
621 (0.448)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=188')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
622 (0.457)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '18802'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
623 (0.262)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=18802')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
624 (1.381)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1923'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
625 (0.476)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=1923')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
626 (0.592)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '2501'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
627 (0.312)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=2501')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
628 (0.468)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '1311'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
629 (0.174)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=1311')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
630 (0.386)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '3225'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
631 (1.096)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18', 'category_id=3225')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
632 (0.734)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '18'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
633 (0.185)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=18')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
634 (0.599)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4398'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
635 (0.216)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=4398')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
636 (0.613)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '14047'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
637 (0.276)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=14047')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
638 (1.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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '13230'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
639 (0.238)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=13230')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
640 (0.538)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '13998'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
641 (0.480)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=13998')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
642 (0.516)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '13467'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
643 (0.559)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=13467')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
644 (0.668)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4400'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
645 (0.403)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=4400')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
646 (0.269)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4401'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
647 (0.495)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=4401')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
648 (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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '14191'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
649 (0.489)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=14191')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
650 (0.759)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '14313'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
651 (0.384)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=14313')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
652 (0.651)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4417'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
653 (14.213)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=4417')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
654 (1.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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '14311'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
655 (0.175)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=14311')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
656 (0.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 category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '12871'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
657 (0.293)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397', 'category_id=12871')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
658 (0.191)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4397'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
659 (0.168)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=4397')
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:199
660 (2.378)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '4737'
/var/www/alys2007/data/www/production.mypads.ru/catalog/controller/common/seo_pro.php:281
661 (10.784)
SELECT *
FROM url_alias
WHERE `query` IN ('category_id=3759', 'category_id=4737')