1 (0.150)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://islandcat.ru/'
/home/c16779/islandcat.ru/www/index.php:36
2 (1.402)
SELECT *
FROM `oc_setting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/home/c16779/islandcat.ru/www/index.php:48
3 (0.162)
SELECT *
FROM `oc_language`
WHERE status = '1'
/home/c16779/islandcat.ru/www/index.php:147
4 (0.155)
SELECT *
FROM oc_currency
/home/c16779/islandcat.ru/www/system/library/currency.php:13
5 (0.473)
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 = '126')
ORDER BY tr1.priority ASC
/home/c16779/islandcat.ru/www/system/library/tax.php:26
6 (0.333)
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 = '126')
ORDER BY tr1.priority ASC
/home/c16779/islandcat.ru/www/system/library/tax.php:54
7 (0.224)
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'
/home/c16779/islandcat.ru/www/system/library/weight.php:9
8 (0.218)
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'
/home/c16779/islandcat.ru/www/system/library/length.php:9
9 (0.181)
DELETE
FROM oc_cart
WHERE customer_id = '0' AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/home/c16779/islandcat.ru/www/system/library/cart.php:14
10 (0.159)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/c16779/islandcat.ru/www/system/library/openbay.php:117
11 (0.134)
SELECT *
FROM oc_event
/home/c16779/islandcat.ru/www/index.php:248
12 (0.224)
SELECT *
FROM oc_url_alias
WHERE keyword = 'pomet-a'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:19
13 (0.222)
SELECT *
FROM oc_url_alias
WHERE `query` = 'common/home'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
14 (0.312)
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 = '158' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:4
15 (0.237)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
16 (9.304)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
17 (0.202)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/compare'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
18 (0.672)
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 = '158' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
19 (0.574)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_product_to_category p2c
LEFT JOIN oc_product p ON (p2c.product_id = p.product_id)
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:520
20 (7.355)
SELECT p.product_id, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special
FROM oc_product_to_category p2c
LEFT JOIN oc_product p ON (p2c.product_id = p.product_id)
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '158' GROUP BY p.product_id
ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:193
21 (0.904)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '372' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:8
22 (10.305)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '371' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:8
23 (0.678)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '370' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:8
24 (0.731)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '369' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:8
25 (0.693)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '368' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:8
26 (0.655)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '367' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:8
27 (0.246)
SELECT *
FROM oc_product_image
WHERE product_id = '372'
ORDER BY sort_order ASC
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:400
28 (0.195)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '372' AND od.language_id = '1'
ORDER BY o.sort_order
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:332
29 (0.227)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/product'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
30 (0.202)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
31 (0.266)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=372'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
32 (0.214)
SELECT *
FROM oc_product_image
WHERE product_id = '371'
ORDER BY sort_order ASC
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:400
33 (0.161)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '371' AND od.language_id = '1'
ORDER BY o.sort_order
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:332
34 (0.197)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/product'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
35 (0.186)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
36 (0.261)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=371'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
37 (0.180)
SELECT *
FROM oc_product_image
WHERE product_id = '370'
ORDER BY sort_order ASC
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:400
38 (0.177)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '370' AND od.language_id = '1'
ORDER BY o.sort_order
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:332
39 (0.180)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/product'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
40 (0.186)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
41 (0.256)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=370'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
42 (0.168)
SELECT *
FROM oc_product_image
WHERE product_id = '369'
ORDER BY sort_order ASC
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:400
43 (0.163)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '369' AND od.language_id = '1'
ORDER BY o.sort_order
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:332
44 (0.172)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/product'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
45 (0.182)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
46 (0.258)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=369'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
47 (0.171)
SELECT *
FROM oc_product_image
WHERE product_id = '368'
ORDER BY sort_order ASC
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:400
48 (0.160)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '368' AND od.language_id = '1'
ORDER BY o.sort_order
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:332
49 (0.173)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/product'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
50 (0.185)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
51 (0.255)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=368'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
52 (0.600)
SELECT *
FROM oc_product_image
WHERE product_id = '367'
ORDER BY sort_order ASC
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:400
53 (0.193)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '367' AND od.language_id = '1'
ORDER BY o.sort_order
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:332
54 (0.206)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/product'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
55 (0.190)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
56 (0.276)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product_id=367'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
57 (0.168)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
58 (0.186)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
59 (0.167)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
60 (0.165)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
61 (0.166)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
62 (0.213)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
63 (0.179)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
64 (0.165)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
65 (0.162)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
66 (0.187)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
67 (0.171)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
68 (0.165)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
69 (0.185)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
70 (0.183)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
71 (0.186)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
72 (0.170)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
73 (0.163)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
74 (0.197)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
75 (0.176)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
76 (0.161)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
77 (0.167)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
78 (0.202)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
79 (0.168)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
80 (0.154)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
81 (0.156)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
82 (0.170)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
83 (0.153)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
84 (0.152)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
85 (0.154)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
86 (0.172)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
87 (0.153)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
88 (0.155)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
89 (0.168)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
90 (0.163)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
91 (0.191)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
92 (0.172)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
93 (0.153)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
94 (0.156)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
95 (0.170)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
96 (0.152)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
97 (0.173)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
98 (0.172)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
99 (0.153)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
100 (0.197)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
101 (0.187)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
102 (0.170)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
103 (0.168)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
104 (0.171)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
105 (0.170)
SELECT *
FROM oc_url_alias
WHERE `query` = 'common/home'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
106 (0.160)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '158' AND store_id = '0'
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:55
107 (0.164)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/c16779/islandcat.ru/www/catalog/model/design/layout.php:4
108 (0.150)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_left'
ORDER BY sort_order
/home/c16779/islandcat.ru/www/catalog/model/design/layout.php:14
109 (0.893)
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)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
110 (0.756)
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 = '60' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
111 (0.591)
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 = '64' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
112 (0.199)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
113 (0.190)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
114 (0.186)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=64'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
115 (0.620)
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 = '65' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
116 (0.185)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
117 (0.188)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
118 (0.201)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=65'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
119 (0.633)
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 = '66' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
120 (0.158)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
121 (0.159)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
122 (0.155)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=66'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
123 (0.155)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=86'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
124 (0.138)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
125 (0.142)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
126 (0.140)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=66'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
127 (0.143)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=87'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
128 (0.126)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
129 (0.138)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
130 (0.140)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=66'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
131 (0.728)
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 = '68' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
132 (0.164)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
133 (0.154)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
134 (0.155)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=68'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
135 (0.151)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=69'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
136 (0.145)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
137 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
138 (0.155)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=68'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
139 (0.142)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=70'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
140 (0.152)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
141 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
142 (0.140)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=68'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
143 (0.140)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=71'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
144 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
145 (0.138)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
146 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=68'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
147 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
148 (0.137)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
149 (0.708)
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)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
150 (0.441)
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 = '61' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
151 (0.348)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
152 (0.169)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
153 (0.164)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=61'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
154 (0.553)
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 = '62' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
155 (0.160)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
156 (0.224)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
157 (0.164)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=62'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
158 (0.152)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=160'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
159 (0.126)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
160 (0.138)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
161 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=62'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
162 (0.136)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=159'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
163 (0.192)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
164 (0.153)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
165 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=62'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
166 (0.443)
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 = '63' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
167 (0.145)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
168 (0.151)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
169 (0.248)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=63'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
170 (0.457)
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)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
171 (0.207)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
172 (0.160)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
173 (0.167)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=67'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
174 (0.136)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
175 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
176 (0.138)
SELECT *
FROM oc_module
WHERE module_id = '30'
/home/c16779/islandcat.ru/www/catalog/model/extension/module.php:4
177 (0.286)
SELECT *
FROM oc_banner_image bi
LEFT JOIN oc_banner_image_description bid ON (bi.banner_image_id = bid.banner_image_id)
WHERE bi.banner_id = '6' AND bid.language_id = '1'
ORDER BY bi.sort_order ASC
/home/c16779/islandcat.ru/www/catalog/model/design/banner.php:4
178 (0.139)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '158' AND store_id = '0'
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:55
179 (0.150)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/c16779/islandcat.ru/www/catalog/model/design/layout.php:4
180 (0.139)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_right'
ORDER BY sort_order
/home/c16779/islandcat.ru/www/catalog/model/design/layout.php:14
181 (0.116)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '158' AND store_id = '0'
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:55
182 (0.142)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/c16779/islandcat.ru/www/catalog/model/design/layout.php:4
183 (0.132)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_top'
ORDER BY sort_order
/home/c16779/islandcat.ru/www/catalog/model/design/layout.php:14
184 (0.104)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '158' AND store_id = '0'
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:55
185 (0.119)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/c16779/islandcat.ru/www/catalog/model/design/layout.php:4
186 (0.112)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_bottom'
ORDER BY sort_order
/home/c16779/islandcat.ru/www/catalog/model/design/layout.php:14
187 (0.660)
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
/home/c16779/islandcat.ru/www/catalog/model/catalog/information.php:10
188 (0.149)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/information'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
189 (0.150)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information_id=4'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
190 (0.136)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/information'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
191 (4.791)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information_id=6'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
192 (0.184)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/contact'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
193 (0.429)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/return/add'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
194 (0.195)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/sitemap'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
195 (0.475)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/manufacturer'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
196 (0.627)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/voucher'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
197 (0.144)
SELECT *
FROM oc_url_alias
WHERE `query` = 'affiliate/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
198 (0.370)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/special'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
199 (0.140)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
200 (4.500)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/order'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
201 (0.158)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/wishlist'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
202 (0.141)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/newsletter'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
203 (0.221)
DELETE
FROM `oc_customer_online`
WHERE date_added < '2023-11-30 00:10:42'
/home/c16779/islandcat.ru/www/catalog/model/tool/online.php:4
204 (0.125)
REPLACE INTO `oc_customer_online` SET `ip` = '3.233.221.90', `customer_id` = '0', `url` = 'http://islandcat.ru/pomet-a', `referer` = '', `date_added` = '2023-11-30 01:10:42'
/home/c16779/islandcat.ru/www/catalog/model/tool/online.php:6
205 (0.126)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/home/c16779/islandcat.ru/www/catalog/model/extension/extension.php:4
206 (0.143)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
207 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/logout'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
208 (0.149)
SELECT *
FROM oc_url_alias
WHERE `query` = 'common/home'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
209 (0.129)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/wishlist'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
210 (0.148)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
211 (0.129)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/register'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
212 (0.126)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/login'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
213 (0.160)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/order'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
214 (0.133)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/transaction'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
215 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/download'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
216 (0.157)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/logout'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
217 (0.160)
SELECT *
FROM oc_url_alias
WHERE `query` = 'checkout/cart'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
218 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'checkout/oct_fastorder'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
219 (0.136)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/contact'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
220 (0.140)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/login'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
221 (0.137)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/contact'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
222 (0.127)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/return/add'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
223 (0.137)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/sitemap'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
224 (0.138)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/manufacturer'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
225 (0.128)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/voucher'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
226 (0.150)
SELECT *
FROM oc_url_alias
WHERE `query` = 'affiliate/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
227 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/special'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
228 (0.124)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
229 (0.126)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/order'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
230 (0.127)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/wishlist'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
231 (0.137)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/compare'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
232 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/newsletter'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
233 (0.680)
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
/home/c16779/islandcat.ru/www/catalog/model/catalog/information.php:10
234 (0.147)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/information'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
235 (0.148)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information_id=4'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
236 (0.142)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/information'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
237 (0.154)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information_id=6'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:145
238 (0.544)
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)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
239 (0.551)
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 = '60' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
240 (0.146)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
241 (0.151)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
242 (0.149)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=64'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
243 (0.134)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
244 (0.141)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
245 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=65'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
246 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
247 (0.138)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
248 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=66'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
249 (0.124)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
250 (0.200)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
251 (0.144)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=68'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
252 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
253 (0.138)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=60'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
254 (0.780)
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)
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:10
255 (0.153)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
256 (0.152)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
257 (0.150)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=61'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
258 (0.136)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
259 (0.140)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
260 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=62'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
261 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
262 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
263 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=63'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
264 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
265 (0.182)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
266 (0.145)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=67'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
267 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
268 (0.143)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=59'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
269 (0.128)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/register'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
270 (0.127)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/forgotten'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
271 (0.147)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/login'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
272 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/register'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
273 (0.138)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/forgotten'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
274 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'common/language/language'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
275 (0.142)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
276 (0.139)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
277 (0.138)
SELECT *
FROM oc_url_alias
WHERE `query` = 'common/currency/currency'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
278 (0.127)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
279 (0.204)
SELECT *
FROM oc_url_alias
WHERE `query` = 'category_id=158'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:156
280 (0.146)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '161c4c7adae16d8b5a63b26bdd0f0253'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
281 (0.138)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/c16779/islandcat.ru/www/catalog/model/extension/extension.php:4
282 (0.136)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '161c4c7adae16d8b5a63b26bdd0f0253'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
283 (0.135)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '161c4c7adae16d8b5a63b26bdd0f0253'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
284 (0.108)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/home/c16779/islandcat.ru/www/system/library/customer.php:129
285 (0.129)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '161c4c7adae16d8b5a63b26bdd0f0253'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
286 (0.118)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '161c4c7adae16d8b5a63b26bdd0f0253'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
287 (0.144)
SELECT *
FROM oc_url_alias
WHERE `query` = 'checkout/cart'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
288 (0.125)
SELECT *
FROM oc_url_alias
WHERE `query` = 'checkout/oct_fastorder'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169