Queries: 1292, Total time: 121.952 ms [By time] [By id] [By file]
1 (0.035)
SET time_zone = '+00:00'
/var/www/u2783466/data/www/krep-torg.ru/system/framework.php:84
2 (0.191)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
3 (0.188)
SELECT `data`
FROM `oc_session`
WHERE `session_id` = '3184a995635ed3f91a323c568d' AND `expire` > '2024-10-12 12:28:12'
/var/www/u2783466/data/www/krep-torg.ru/system/library/session/db.php:16
4 (0.112)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://krep-torg.ru/'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/startup.php:6
5 (3.423)
SELECT *
FROM `oc_setting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/startup.php:26
6 (0.069)
SET time_zone = '+00:00'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/startup.php:41
7 (0.156)
SELECT *
FROM oc_currency
/var/www/u2783466/data/www/krep-torg.ru/system/library/cart/currency.php:10
8 (0.507)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM oc_tax_rule tr1
LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/tax.php:16
9 (0.260)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM oc_tax_rule tr1
LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/tax.php:44
10 (0.203)
SELECT *
FROM oc_weight_class wc
LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id)
WHERE wcd.language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/library/cart/weight.php:10
11 (0.190)
SELECT *
FROM oc_length_class mc
LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id)
WHERE mcd.language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/library/cart/length.php:10
12 (0.137)
DELETE
FROM oc_cart
WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:15
13 (0.392)
SELECT *
FROM `oc_event`
WHERE `trigger` LIKE 'catalog/%' AND status = '1'
ORDER BY `sort_order` ASC
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/setting/event.php:4
14 (0.310)
SELECT *
FROM oc_seo_url
WHERE query LIKE 'route=%' AND keyword = 'vinty/din-564'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:242
15 (0.246)
SELECT *
FROM oc_seo_url
WHERE (keyword = 'vinty' OR keyword = 'vinty/din-564') AND store_id = '0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:423
16 (0.231)
SELECT *
FROM oc_seo_url
WHERE (keyword = 'din-564' OR keyword = 'vinty/din-564') AND store_id = '0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:423
17 (0.101)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'product/category' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
18 (0.101)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
19 (0.320)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '224' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
20 (1.479)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
21 (0.190)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
22 (0.107)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '59'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
23 (0.236)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
24 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
25 (0.098)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '67'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
26 (0.235)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
27 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
28 (0.082)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '224'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
29 (0.195)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
30 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
31 (0.080)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '82'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
32 (0.251)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
33 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
34 (0.084)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '263'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
35 (0.209)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
36 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
37 (0.078)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '113'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
38 (0.202)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=113' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
39 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
40 (0.090)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '116'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
41 (0.155)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=116' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
42 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
43 (0.082)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '119'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
44 (0.145)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
45 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
46 (0.121)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '127'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
47 (0.181)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=127' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
48 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
49 (0.084)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '170'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
50 (0.169)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
51 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
52 (0.089)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '212'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
53 (0.231)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
54 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
55 (0.091)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '221'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
56 (0.197)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=221' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
57 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
58 (0.082)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '275'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
59 (0.217)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=275' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
60 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
61 (0.082)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '129'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
62 (0.203)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
63 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
64 (0.121)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '184'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
65 (0.230)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=184' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
66 (0.031)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
67 (0.086)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '187'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
68 (0.183)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=187' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
69 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
70 (0.077)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '191'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
71 (0.197)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=191' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
72 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
73 (0.114)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '195'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
74 (0.211)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
75 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
76 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '224'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
77 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
78 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
79 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
80 (0.230)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
81 (0.229)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '239' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
82 (0.037)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
83 (0.166)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=checkout/cart'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
84 (0.122)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'checkout/checkout' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
85 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
86 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
87 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
88 (0.130)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/compare'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
89 (0.549)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '239' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
90 (0.705)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
LEFT JOIN oc_product p ON (p2c.product_id = p.product_id)
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '239' GROUP BY p.product_id
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:966
91 (1.258)
SELECT p.product_id, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, coalesce((SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1), (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1), p.price) as realprice, p.quantity
FROM oc_category_path cp
LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id)
LEFT JOIN oc_product p ON (p2c.product_id = p.product_id)
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '239' GROUP BY p.product_id HAVING realprice >=-0.5
ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,150
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:418
92 (0.585)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '11313' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:22
93 (0.495)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '11314' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:22
94 (0.936)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '11315' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:22
95 (0.156)
SELECT *
FROM oc_product_image
WHERE product_id = '11313'
ORDER BY sort_order ASC
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:716
96 (0.395)
SELECT count(*) as c
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_SCHEMA='u2783466_default' AND TABLE_NAME='oc_category' AND COLUMN_NAME='noindex'
/var/www/u2783466/data/www/krep-torg.ru/system/library/themes899/helper.php:363
97 (0.201)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
98 (0.155)
SELECT COUNT(*) AS total
FROM oc_customer_wishlist
WHERE product_id = '11313'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/account/wishlist.php:84
99 (0.488)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '11313' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:617
100 (0.573)
SELECT a.attribute_id, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '11313' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:622
101 (0.257)
SELECT c.category_id, c.parent_id, p.seo_canonical
FROM oc_product_to_category p2c
LEFT JOIN oc_category c ON (p2c.category_id = c.category_id)
LEFT JOIN oc_product p ON (p2c.product_id = p.product_id)
WHERE p2c.product_id = '11313'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:35
102 (0.030)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '224'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:69
103 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
104 (0.032)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
105 (0.154)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/product'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
106 (0.282)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=11313' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
107 (0.087)
SELECT *
FROM oc_product_image
WHERE product_id = '11314'
ORDER BY sort_order ASC
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:716
108 (0.031)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
109 (0.069)
SELECT COUNT(*) AS total
FROM oc_customer_wishlist
WHERE product_id = '11314'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/account/wishlist.php:84
110 (0.334)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '11314' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:617
111 (0.425)
SELECT a.attribute_id, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '11314' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:622
112 (0.231)
SELECT c.category_id, c.parent_id, p.seo_canonical
FROM oc_product_to_category p2c
LEFT JOIN oc_category c ON (p2c.category_id = c.category_id)
LEFT JOIN oc_product p ON (p2c.product_id = p.product_id)
WHERE p2c.product_id = '11314'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:35
113 (0.032)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
114 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
115 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/product'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
116 (0.284)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=11314' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
117 (0.096)
SELECT *
FROM oc_product_image
WHERE product_id = '11315'
ORDER BY sort_order ASC
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:716
118 (0.030)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
119 (0.097)
SELECT COUNT(*) AS total
FROM oc_customer_wishlist
WHERE product_id = '11315'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/account/wishlist.php:84
120 (0.337)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '11315' AND agd.language_id = '1' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:617
121 (0.380)
SELECT a.attribute_id, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '11315' AND a.attribute_group_id = '7' AND ad.language_id = '1' AND pa.language_id = '1'
ORDER BY a.sort_order, ad.name
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/product.php:622
122 (0.184)
SELECT c.category_id, c.parent_id, p.seo_canonical
FROM oc_product_to_category p2c
LEFT JOIN oc_category c ON (p2c.category_id = c.category_id)
LEFT JOIN oc_product p ON (p2c.product_id = p.product_id)
WHERE p2c.product_id = '11315'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:35
123 (0.031)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
124 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
125 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/product'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
126 (0.254)
SELECT *
FROM oc_seo_url
WHERE `query` = 'product_id=11315' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
127 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
128 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
129 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
130 (0.159)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'sort=p.sort_order'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
131 (0.192)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'order=ASC'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
132 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
133 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
134 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
135 (0.123)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'sort=pd.name'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
136 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'order=ASC'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
137 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
138 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
139 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
140 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'sort=pd.name'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
141 (0.163)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'order=DESC'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
142 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
143 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
144 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
145 (0.133)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'sort=p.price'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
146 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'order=ASC'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
147 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
148 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
149 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
150 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'sort=p.price'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
151 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'order=DESC'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
152 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
153 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
154 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
155 (0.107)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'sort=rating'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
156 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'order=DESC'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
157 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
158 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
159 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
160 (0.022)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'sort=rating'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
161 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'order=ASC'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
162 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
163 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
164 (0.023)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
165 (0.097)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'sort=p.model'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
166 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'order=ASC'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
167 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
168 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
169 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
170 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'sort=p.model'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
171 (0.022)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'order=DESC'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
172 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
173 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
174 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
175 (0.139)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'limit=25'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
176 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
177 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
178 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
179 (0.162)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'limit=50'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
180 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
181 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
182 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
183 (0.171)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'limit=75'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
184 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
185 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
186 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
187 (0.168)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'limit=100'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
188 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
189 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
190 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
191 (0.169)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'limit=150'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
192 (0.034)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
193 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
194 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
195 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
196 (0.174)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'page={page}'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
197 (0.033)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
198 (0.096)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '239'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
199 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '224'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:146
200 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
201 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
202 (0.102)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/buyclick_form'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
203 (0.130)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/category_micro'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
204 (0.126)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '239' AND store_id = '0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:104
205 (0.153)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/layout.php:4
206 (0.172)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_left'
ORDER BY sort_order
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/layout.php:14
207 (0.109)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/category' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
208 (0.033)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
209 (0.152)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
210 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
211 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '59'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
212 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
213 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
214 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '67'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
215 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
216 (1.358)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '224' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
217 (0.032)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
218 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
219 (0.244)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=245' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
220 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
221 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
222 (0.202)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=246' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
223 (0.036)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
224 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
225 (0.193)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=229' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
226 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
227 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
228 (0.197)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=230' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
229 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
230 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
231 (0.188)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=231' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
232 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
233 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
234 (0.186)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=232' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
235 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
236 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
237 (0.189)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=233' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
238 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
239 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
240 (0.192)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=234' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
241 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
242 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
243 (0.189)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=235' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
244 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
245 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
246 (0.188)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=236' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
247 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
248 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
249 (0.189)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=237' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
250 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
251 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
252 (0.189)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=238' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
253 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
254 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
255 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
256 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
257 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
258 (0.198)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=240' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
259 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
260 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
261 (0.203)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=247' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
262 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
263 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
264 (0.195)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=248' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
265 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
266 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
267 (0.199)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=249' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
268 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
269 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
270 (0.205)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=250' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
271 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
272 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
273 (0.200)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=251' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
274 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
275 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
276 (0.196)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=252' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
277 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
278 (0.031)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
279 (0.186)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=228' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
280 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
281 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
282 (0.199)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=259' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
283 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
284 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
285 (0.183)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=225' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
286 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
287 (0.032)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
288 (0.200)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=253' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
289 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
290 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
291 (0.197)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=254' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
292 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
293 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
294 (0.196)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=255' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
295 (0.033)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
296 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
297 (0.200)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=256' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
298 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
299 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
300 (0.187)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=226' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
301 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
302 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
303 (0.191)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=241' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
304 (0.034)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
305 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
306 (0.189)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=227' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
307 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
308 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
309 (0.190)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=242' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
310 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
311 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
312 (0.192)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=243' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
313 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
314 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
315 (0.194)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=244' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
316 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
317 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
318 (0.200)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=260' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
319 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
320 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
321 (0.202)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=261' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
322 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
323 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
324 (0.201)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=262' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
325 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
326 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
327 (0.198)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=258' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
328 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
329 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
330 (0.203)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=257' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
331 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
332 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '224'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
333 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
334 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
335 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '82'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
336 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
337 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
338 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '263'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
339 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
340 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
341 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '113'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
342 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=113' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
343 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
344 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '116'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
345 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=116' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
346 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
347 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '119'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
348 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
349 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
350 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '127'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
351 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=127' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
352 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
353 (0.025)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '170'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
354 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
355 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
356 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '212'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
357 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
358 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
359 (0.025)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '221'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
360 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=221' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
361 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
362 (0.025)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '275'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
363 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=275' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
364 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
365 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '129'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
366 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
367 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
368 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '184'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
369 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=184' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
370 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
371 (0.030)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '187'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
372 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=187' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
373 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
374 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '191'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
375 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=191' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
376 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
377 (0.025)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '195'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
378 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
379 (0.094)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'extension/module/category'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
380 (0.083)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/column_left'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
381 (0.049)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '239' AND store_id = '0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:104
382 (0.031)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/layout.php:4
383 (0.143)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_right'
ORDER BY sort_order
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/layout.php:14
384 (0.080)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/column_right'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
385 (0.036)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '239' AND store_id = '0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:104
386 (0.029)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/layout.php:4
387 (0.105)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_top'
ORDER BY sort_order
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/layout.php:14
388 (0.129)
SELECT *
FROM oc_module
WHERE module_id = '32'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/setting/module.php:4
389 (0.123)
SELECT *
FROM `oc_module`
WHERE `code` = 'mega_filter' AND `module_id` = 32
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/extension/module/mega_filter.php:597
390 (2.486)
SELECT `a`.`attribute_id`, REPLACE(REPLACE(TRIM(pa.text), ' ', ''), ' ', '') AS `txt`, `ad`.`name`, `ad`.`mf_tooltip` AS `tooltip`, `agd`.`name` AS `gname`, `agd`.`attribute_group_id`
FROM `oc_product` AS `p`
INNER JOIN `oc_product_to_store` AS `pts` ON `p`.`product_id` = `pts`.`product_id` AND `pts`.`store_id` = 0
INNER JOIN `oc_product_attribute` AS `pa` ON `p`.`product_id` = `pa`.`product_id` AND `pa`.`language_id` = 1
INNER JOIN `oc_attribute` AS `a` ON `a`.`attribute_id` = `pa`.`attribute_id`
INNER JOIN `oc_attribute_description` AS `ad` ON `ad`.`attribute_id` = `a`.`attribute_id` AND `ad`.`language_id` = 1
INNER JOIN `oc_attribute_group` AS `ag` ON `ag`.`attribute_group_id` = `a`.`attribute_group_id`
INNER JOIN `oc_attribute_group_description` AS `agd` ON `agd`.`attribute_group_id` = `ag`.`attribute_group_id` AND `agd`.`language_id` = 1
INNER JOIN `oc_product_to_category` AS `p2c` ON `p2c`.`product_id` = `p`.`product_id`
INNER JOIN `oc_category_path` AS `cp` ON `cp`.`category_id` = `p2c`.`category_id`
WHERE `p`.`status` = '1' AND `p`.`date_available` <= NOW() AND `a`.`attribute_id` IN(17,15,14,13,16) AND `cp`.`path_id` IN(239) GROUP BY `txt`, `pa`.`attribute_id` HAVING `txt` != ''
ORDER BY `txt`
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/extension/module/mega_filter.php:1616
391 (0.038)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
392 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
393 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
394 (0.242)
SELECT *
FROM `oc_seo_url`
WHERE `query` = 'category_id=224' AND `language_id` = 1
/var/www/u2783466/data/www/krep-torg.ru/system/library/mfilter_core.php:784
395 (0.202)
SELECT *
FROM `oc_seo_url`
WHERE `query` = 'category_id=239' AND `language_id` = 1
/var/www/u2783466/data/www/krep-torg.ru/system/library/mfilter_core.php:784
396 (0.110)
SELECT *
FROM `oc_mfilter_url_alias`
WHERE `language_id` = 1 AND `store_id` = 0 AND ( `path` = '' OR `path` = 'vinty/din-564' )
/var/www/u2783466/data/www/krep-torg.ru/system/library/mfilter_core.php:845
397 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
398 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
399 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
400 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
401 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
402 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
403 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
404 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
405 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
406 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
407 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
408 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
409 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
410 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
411 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
412 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
413 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
414 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
415 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
416 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
417 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
418 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
419 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
420 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
421 (0.131)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=extension/module/mega_filter/getajaxinfo'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
422 (0.103)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=extension/module/mega_filter/results'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
423 (0.098)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=extension/module/mega_filter/getcategories'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
424 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
425 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
426 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
427 (0.315)
SELECT *
FROM `oc_seo_url` AS `ua`
WHERE `query` IN('category_id=224','category_id=239') AND `ua`.`language_id` = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/library/mfilter_core.php:1456
428 (0.087)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'extension/module/mfilter'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
429 (0.079)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/content_top'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
430 (0.036)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '239' AND store_id = '0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:104
431 (0.029)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/layout.php:4
432 (0.113)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_bottom'
ORDER BY sort_order
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/layout.php:14
433 (0.072)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/content_bottom'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
434 (0.090)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
435 (2.554)
SELECT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/information.php:48
436 (0.251)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/information'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
437 (0.198)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information_id=4' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
438 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/information'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
439 (1.067)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information_id=6' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
440 (0.030)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/information'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
441 (0.177)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information_id=3' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
442 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/information'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
443 (0.173)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information_id=5' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
444 (0.107)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/contact'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
445 (0.097)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/return/add'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
446 (0.099)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/sitemap'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
447 (0.099)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/tracking'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
448 (0.094)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/manufacturer'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
449 (0.094)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/voucher'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
450 (0.093)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=affiliate/login'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
451 (0.092)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/special'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
452 (0.094)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/account'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
453 (0.095)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/order'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
454 (0.091)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/wishlist'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
455 (0.098)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/newsletter'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
456 (0.034)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
457 (0.032)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'checkout/checkout' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
458 (0.029)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/buyclick_form'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
459 (0.034)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
460 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/account'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
461 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/sitemap'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
462 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/contact'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
463 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=affiliate/login'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
464 (0.093)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/search'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
465 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/manufacturer'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
466 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/compare'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
467 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/wishlist'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
468 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=checkout/cart'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
469 (0.092)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=checkout/checkout'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
470 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/return/add'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
471 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/voucher'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
472 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/special'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
473 (0.101)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=extension/module/prostore_news/getnewslist'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
474 (0.095)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=extension/module/prostorecat_blog/getcat'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
475 (0.136)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'lbpath=0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
476 (0.101)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=extension/module/prostore_review_shop/getshopreviews'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
477 (0.255)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '59' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
478 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
479 (0.033)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '59'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
480 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
481 (0.190)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
482 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
483 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '67'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
484 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
485 (0.044)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '224' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
486 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
487 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '224'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
488 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
489 (0.177)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '82' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
490 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
491 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '82'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
492 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
493 (0.172)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '263' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
494 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
495 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '263'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
496 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
497 (0.160)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '113' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
498 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
499 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '113'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
500 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=113' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
501 (0.162)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '116' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
502 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
503 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '116'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
504 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=116' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
505 (0.174)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '119' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
506 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
507 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '119'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
508 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
509 (0.158)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '127' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
510 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
511 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '127'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
512 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=127' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
513 (0.238)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '170' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
514 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
515 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '170'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
516 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
517 (0.174)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '212' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
518 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
519 (0.025)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '212'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
520 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
521 (0.175)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '221' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
522 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
523 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '221'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
524 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=221' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
525 (0.160)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '129' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
526 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
527 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '129'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
528 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
529 (0.170)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '184' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
530 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
531 (0.025)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '184'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
532 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=184' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
533 (0.163)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '187' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
534 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
535 (0.025)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '187'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
536 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=187' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
537 (0.174)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '191' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
538 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
539 (0.025)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '191'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
540 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=191' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
541 (0.168)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '195' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:4
542 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
543 (0.025)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '195'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
544 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
545 (0.198)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '4' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/information.php:4
546 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/information'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
547 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information_id=4' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
548 (0.526)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '10' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/information.php:4
549 (0.040)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/information'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
550 (0.208)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information_id=10' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
551 (0.234)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '6' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/information.php:4
552 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/information'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
553 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information_id=6' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
554 (0.172)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '11' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/information.php:4
555 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/information'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
556 (0.190)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information_id=11' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
557 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/contact'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
558 (0.337)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'theme_prostoresoclinks'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/setting/setting.php:6
559 (0.283)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'theme_prostoremeslinks'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/setting/setting.php:6
560 (0.237)
SELECT *
FROM oc_country
WHERE country_id = '176' AND status = '1'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/localisation/country.php:4
561 (0.222)
SELECT DISTINCT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE i.information_id = '5' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/information.php:4
562 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/information'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
563 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'information_id=5' AND (`store_id` = '0') AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:884
564 (0.109)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'extension/module/callback'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
565 (0.094)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/footer'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
566 (0.036)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
567 (0.029)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
568 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
569 (0.122)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/setting/extension.php:4
570 (0.087)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
571 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/account'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
572 (0.119)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/logout'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
573 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/wishlist'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
574 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/account'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
575 (0.101)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/register'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
576 (0.094)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/login'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
577 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/order'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
578 (0.094)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/transaction'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
579 (0.108)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/download'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
580 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/logout'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
581 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=checkout/cart'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
582 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=checkout/checkout'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
583 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/contact'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
584 (0.031)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
585 (0.031)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'theme_prostoremeslinks'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/setting/setting.php:6
586 (0.100)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/forgotten'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
587 (0.035)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
588 (0.026)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
589 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/login'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
590 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/register'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
591 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/wishlist'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
592 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/compare'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
593 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/wishlist'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
594 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/account'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
595 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/sitemap'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
596 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=information/contact'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
597 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=affiliate/login'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
598 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/search'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
599 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/manufacturer'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
600 (0.022)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/compare'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
601 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/wishlist'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
602 (0.030)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=checkout/cart'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
603 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=checkout/checkout'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
604 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/return/add'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
605 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/voucher'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
606 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/special'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
607 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=extension/module/prostore_news/getnewslist'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
608 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=extension/module/prostorecat_blog/getcat'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
609 (0.022)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'lbpath=0'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
610 (0.023)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=extension/module/prostore_review_shop/getshopreviews'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
611 (0.022)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=account/forgotten'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
612 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/manufacturer'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
613 (0.092)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'product/compare' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
614 (0.148)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/header_wishlist'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
615 (0.084)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/header_compare'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
616 (0.095)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
617 (0.147)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=common/language/language'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
618 (0.092)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/language'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
619 (0.089)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
620 (0.153)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=common/currency/currency'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
621 (0.032)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
622 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
623 (0.038)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
624 (0.113)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/currency'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
625 (0.121)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/search' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
626 (0.119)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/search'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
627 (0.163)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/cart' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
628 (0.036)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
629 (0.137)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/setting/extension.php:4
630 (0.088)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
631 (0.034)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
632 (0.029)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
633 (0.079)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
634 (0.028)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
635 (0.032)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/theme/prostore' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
636 (0.027)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
637 (0.032)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'checkout/checkout' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
638 (0.027)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
639 (0.025)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
640 (0.056)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
641 (0.039)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '3184a995635ed3f91a323c568d'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/system/library/cart/cart.php:36
642 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=checkout/cart'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
643 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=checkout/checkout'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
644 (0.035)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/buyclick_form'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
645 (0.177)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/cart'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
646 (0.157)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '1' AND (route = 'common/menu' OR route = 'ru-ru')
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/translation.php:6
647 (0.160)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
648 (0.777)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '59' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
649 (0.036)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
650 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
651 (0.283)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=61' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
652 (0.030)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
653 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
654 (0.219)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=60' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
655 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
656 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
657 (0.265)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=66' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
658 (0.030)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
659 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
660 (0.227)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=62' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
661 (0.071)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
662 (0.037)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
663 (0.291)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=63' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
664 (0.032)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
665 (0.036)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
666 (0.349)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=64' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
667 (0.031)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
668 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
669 (0.298)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=65' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
670 (0.030)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
671 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '59'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
672 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
673 (0.909)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '67' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
674 (0.033)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
675 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
676 (0.269)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
677 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
678 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
679 (0.240)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=76' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
680 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
681 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
682 (0.222)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=77' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
683 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
684 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
685 (0.217)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=78' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
686 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
687 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
688 (0.231)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=68' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
689 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
690 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
691 (0.327)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=75' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
692 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
693 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
694 (0.294)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=70' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
695 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
696 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
697 (0.270)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=71' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
698 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
699 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
700 (0.256)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=80' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
701 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
702 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
703 (0.225)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=72' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
704 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
705 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
706 (0.215)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=79' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
707 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
708 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
709 (0.218)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=69' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
710 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
711 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
712 (0.212)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=73' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
713 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
714 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
715 (0.214)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=81' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
716 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
717 (0.028)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '67'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
718 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
719 (0.108)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '224' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
720 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
721 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
722 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=245' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
723 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
724 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
725 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=246' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
726 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
727 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
728 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=229' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
729 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
730 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
731 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=230' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
732 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
733 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
734 (0.032)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=231' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
735 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
736 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
737 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=232' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
738 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
739 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
740 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=233' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
741 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
742 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
743 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=234' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
744 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
745 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
746 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=235' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
747 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
748 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
749 (0.034)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=236' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
750 (0.035)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
751 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
752 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=237' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
753 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
754 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
755 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=238' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
756 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
757 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
758 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=239' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
759 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
760 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
761 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=240' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
762 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
763 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
764 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=247' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
765 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
766 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
767 (0.032)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=248' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
768 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
769 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
770 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=249' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
771 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
772 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
773 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=250' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
774 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
775 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
776 (0.030)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=251' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
777 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
778 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
779 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=252' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
780 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
781 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
782 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=228' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
783 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
784 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
785 (0.033)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=259' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
786 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
787 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
788 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=225' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
789 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
790 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
791 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=253' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
792 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
793 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
794 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=254' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
795 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
796 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
797 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=255' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
798 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
799 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
800 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=256' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
801 (0.066)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
802 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
803 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=226' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
804 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
805 (0.036)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
806 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=241' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
807 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
808 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
809 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=227' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
810 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
811 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
812 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=242' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
813 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
814 (0.053)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
815 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=243' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
816 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
817 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
818 (0.030)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=244' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
819 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
820 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
821 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=260' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
822 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
823 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
824 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=261' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
825 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
826 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
827 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=262' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
828 (0.024)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
829 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
830 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=258' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
831 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
832 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
833 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=257' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
834 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
835 (0.567)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '224'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
836 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=224' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
837 (1.250)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '82' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
838 (0.032)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
839 (0.030)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
840 (0.266)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=91' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
841 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
842 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
843 (0.234)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=92' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
844 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
845 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
846 (0.233)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=93' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
847 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
848 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
849 (0.219)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=83' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
850 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
851 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
852 (0.222)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=84' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
853 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
854 (0.034)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
855 (0.222)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=94' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
856 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
857 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
858 (0.132)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=100' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
859 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
860 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
861 (0.218)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=87' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
862 (0.032)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
863 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
864 (0.134)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=101' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
865 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
866 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
867 (0.133)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=102' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
868 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
869 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
870 (0.134)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=103' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
871 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
872 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
873 (0.144)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=104' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
874 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
875 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
876 (0.137)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=105' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
877 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
878 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
879 (0.138)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=106' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
880 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
881 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
882 (0.137)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=107' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
883 (0.034)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
884 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
885 (0.135)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=108' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
886 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
887 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
888 (0.135)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=109' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
889 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
890 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
891 (0.220)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=88' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
892 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
893 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
894 (0.234)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=89' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
895 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
896 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
897 (0.256)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=90' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
898 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
899 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
900 (0.241)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=95' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
901 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
902 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
903 (0.293)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=96' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
904 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
905 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
906 (0.297)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=97' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
907 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
908 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
909 (0.268)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=98' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
910 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
911 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
912 (0.221)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=85' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
913 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
914 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
915 (0.235)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=99' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
916 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
917 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
918 (0.244)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=86' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
919 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
920 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
921 (0.142)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=110' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
922 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
923 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
924 (0.159)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=112' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
925 (0.036)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
926 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
927 (0.136)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=111' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
928 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
929 (0.028)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '82'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
930 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
931 (0.637)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '263' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
932 (0.031)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
933 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
934 (0.243)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=265' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
935 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
936 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
937 (0.220)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=266' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
938 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
939 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
940 (0.274)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=267' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
941 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
942 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
943 (0.273)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=264' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
944 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
945 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
946 (0.272)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=270' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
947 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
948 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
949 (0.289)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=271' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
950 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
951 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '263'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
952 (0.034)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=263' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
953 (0.500)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '116' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
954 (0.031)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
955 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=116' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
956 (0.176)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=117' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
957 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
958 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=116' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
959 (0.147)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=118' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
960 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
961 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '116'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
962 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=116' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
963 (0.529)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '119' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
964 (0.031)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
965 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
966 (0.176)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=121' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
967 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
968 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
969 (0.153)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=122' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
970 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
971 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
972 (0.143)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=123' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
973 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
974 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
975 (0.140)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=124' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
976 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
977 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
978 (0.141)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=125' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
979 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
980 (0.029)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
981 (0.144)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=126' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
982 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
983 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
984 (0.140)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=120' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
985 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
986 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '119'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
987 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
988 (0.387)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '127' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
989 (0.032)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
990 (0.030)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=127' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
991 (0.177)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=128' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
992 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
993 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '127'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
994 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=127' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
995 (0.637)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '170' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
996 (0.031)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
997 (0.029)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
998 (0.203)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=175' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
999 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1000 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1001 (0.174)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=171' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1002 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1003 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1004 (0.177)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=172' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1005 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1006 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1007 (0.174)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=173' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1008 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1009 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1010 (0.174)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=174' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1011 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1012 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1013 (0.176)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=176' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1014 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1015 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1016 (0.166)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=177' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1017 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1018 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1019 (0.167)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=178' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1020 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1021 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1022 (0.177)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=179' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1023 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1024 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1025 (0.165)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=180' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1026 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1027 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1028 (0.166)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=181' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1029 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1030 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '170'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
1031 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1032 (0.574)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '212' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
1033 (0.052)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1034 (0.029)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1035 (0.243)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=213' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1036 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1037 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1038 (0.196)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=214' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1039 (0.036)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1040 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1041 (0.209)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=215' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1042 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1043 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1044 (0.285)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=216' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1045 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1046 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1047 (0.259)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=217' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1048 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1049 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1050 (0.240)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=218' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1051 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1052 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1053 (0.225)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=219' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1054 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1055 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1056 (0.231)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=220' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1057 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1058 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '212'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
1059 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=212' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1060 (0.462)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '221' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
1061 (0.057)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1062 (0.033)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=221' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1063 (0.226)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=223' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1064 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1065 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=221' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1066 (0.190)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=222' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1067 (0.033)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1068 (0.027)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '221'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
1069 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=221' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1070 (0.321)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '275' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
1071 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1072 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '275'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
1073 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=275' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1074 (1.317)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '129' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
1075 (0.031)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1076 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1077 (0.195)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=151' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1078 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1079 (0.024)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1080 (0.166)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=158' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1081 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1082 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1083 (0.174)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=162' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1084 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1085 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1086 (0.146)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=131' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1087 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1088 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1089 (0.143)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=135' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1090 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1091 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1092 (0.157)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=156' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1093 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1094 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1095 (0.145)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=136' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1096 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1097 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1098 (0.143)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=137' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1099 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1100 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1101 (0.144)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=138' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1102 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1103 (0.035)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1104 (0.149)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=139' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1105 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1106 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1107 (0.149)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=140' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1108 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1109 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1110 (0.151)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=152' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1111 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1112 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1113 (0.149)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=132' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1114 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1115 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1116 (0.145)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=133' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1117 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1118 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1119 (0.156)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=164' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1120 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1121 (0.032)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1122 (0.165)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=141' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1123 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1124 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1125 (0.150)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=142' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1126 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1127 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1128 (0.280)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=143' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1129 (0.037)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1130 (0.033)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1131 (0.266)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=144' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1132 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1133 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1134 (0.168)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=145' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1135 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1136 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1137 (0.159)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=159' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1138 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1139 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1140 (0.158)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=146' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1141 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1142 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1143 (0.151)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=147' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1144 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1145 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1146 (0.150)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=149' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1147 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1148 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1149 (0.150)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=150' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1150 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1151 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1152 (0.160)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=163' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1153 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1154 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1155 (0.150)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=134' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1156 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1157 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1158 (0.151)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=148' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1159 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1160 (0.058)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1161 (0.169)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=166' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1162 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1163 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1164 (0.163)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=167' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1165 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1166 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1167 (0.154)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=155' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1168 (0.034)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1169 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1170 (0.158)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=165' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1171 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1172 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1173 (0.154)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=157' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1174 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1175 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1176 (0.158)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=160' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1177 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1178 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1179 (0.221)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=161' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1180 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1181 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1182 (0.207)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=153' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1183 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1184 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1185 (0.197)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=154' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1186 (0.036)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1187 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1188 (0.181)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=130' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1189 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1190 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1191 (0.195)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=168' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1192 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1193 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1194 (0.164)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=169' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1195 (0.033)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1196 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '129'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
1197 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1198 (0.453)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '184' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
1199 (0.030)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1200 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=184' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1201 (0.212)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=185' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1202 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1203 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=184' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1204 (0.184)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=186' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1205 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1206 (0.026)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '184'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
1207 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=184' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1208 (0.474)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '187' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
1209 (0.042)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1210 (0.040)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=187' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1211 (0.237)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=188' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1212 (0.031)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1213 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=187' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1214 (0.190)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=189' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1215 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1216 (0.030)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=187' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1217 (0.176)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=190' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1218 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1219 (0.031)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '187'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
1220 (0.033)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=187' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1221 (0.481)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '191' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
1222 (0.032)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1223 (0.028)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=191' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1224 (0.210)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=192' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1225 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1226 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=191' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1227 (0.192)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=193' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1228 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1229 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=191' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1230 (0.175)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=194' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1231 (0.035)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1232 (0.032)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '191'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
1233 (0.051)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=191' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1234 (0.798)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '195' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/model/catalog/category.php:48
1235 (0.031)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1236 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1237 (0.279)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=197' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1238 (0.029)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1239 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1240 (0.199)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=206' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1241 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1242 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1243 (0.184)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=199' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1244 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1245 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1246 (0.174)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=196' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1247 (0.028)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1248 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1249 (0.184)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=200' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1250 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1251 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1252 (0.171)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=201' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1253 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1254 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1255 (0.170)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=202' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1256 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1257 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1258 (0.175)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=203' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1259 (0.026)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1260 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1261 (0.173)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=204' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1262 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1263 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1264 (0.173)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=205' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1265 (0.034)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1266 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1267 (0.176)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=207' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1268 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1269 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1270 (0.174)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=208' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1271 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1272 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1273 (0.174)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=209' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1274 (0.036)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1275 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1276 (0.178)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=210' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1277 (0.025)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1278 (0.025)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1279 (0.174)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=198' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1280 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1281 (0.026)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1282 (0.178)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=211' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1283 (0.027)
SELECT keyword
FROM oc_seo_url
WHERE `query` = 'route=product/category'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:963
1284 (0.028)
SELECT category_id, parent_id
FROM oc_category
WHERE category_id = '195'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/tool/path_manager.php:136
1285 (0.027)
SELECT *
FROM oc_seo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '1'
/var/www/u2783466/data/www/krep-torg.ru/system/storage/modification/catalog/controller/startup/seo_url.php:1070
1286 (0.097)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/menu'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
1287 (0.058)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'extension/module/callback'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
1288 (0.125)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/header_6'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
1289 (0.081)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'common/header'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
1290 (0.483)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'advertise_google'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/setting/setting.php:6
1291 (0.114)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'prostore' AND route = 'product/category'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/design/theme.php:4
1292 (0.055)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'advertise_google'
/var/www/u2783466/data/www/krep-torg.ru/catalog/model/setting/setting.php:6