1 (0.189)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://islandcat.ru/'
/home/c16779/islandcat.ru/www/index.php:36
2 (1.383)
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.161)
SELECT *
FROM `oc_language`
WHERE status = '1'
/home/c16779/islandcat.ru/www/index.php:147
4 (0.165)
SELECT *
FROM oc_currency
/home/c16779/islandcat.ru/www/system/library/currency.php:13
5 (0.510)
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.357)
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.247)
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.260)
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.224)
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.229)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/c16779/islandcat.ru/www/system/library/openbay.php:117
11 (0.282)
SELECT *
FROM oc_event
/home/c16779/islandcat.ru/www/index.php:248
12 (0.280)
SELECT *
FROM oc_url_alias
WHERE keyword = 'standart-meincoon'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:19
13 (0.238)
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.368)
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 = '70' 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.344)
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 (0.257)
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
17 (0.244)
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.685)
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 = '70' 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.280)
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 = '70'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/model/catalog/product.php:520
20 (0.449)
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 = '70' 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.148)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
22 (0.154)
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
23 (0.137)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
24 (0.131)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
25 (0.132)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
26 (0.149)
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
27 (0.133)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
28 (0.144)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
29 (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
30 (0.170)
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
31 (26.601)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
32 (0.619)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
33 (0.692)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
34 (0.195)
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
35 (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
36 (0.459)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
37 (0.206)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
38 (0.155)
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
39 (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
40 (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
41 (0.227)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
42 (0.224)
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
43 (0.217)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
44 (0.246)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
45 (0.538)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
46 (0.242)
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
47 (0.279)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
48 (0.558)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
49 (0.381)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
50 (1.091)
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
51 (0.389)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
52 (1.025)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
53 (0.200)
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
54 (0.129)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
55 (0.670)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
56 (0.163)
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
57 (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
58 (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
59 (0.412)
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
60 (0.139)
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.750)
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.210)
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
63 (0.183)
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.888)
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 (1.425)
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
66 (0.551)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
67 (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
68 (0.166)
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
69 (0.661)
SELECT *
FROM oc_url_alias
WHERE `query` = 'common/home'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
70 (0.164)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '70' AND store_id = '0'
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:55
71 (0.455)
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
72 (0.171)
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
73 (0.153)
SELECT *
FROM oc_module
WHERE module_id = '30'
/home/c16779/islandcat.ru/www/catalog/model/extension/module.php:4
74 (0.426)
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
75 (0.350)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '70' AND store_id = '0'
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:55
76 (0.234)
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
77 (0.206)
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
78 (0.225)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '70' AND store_id = '0'
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:55
79 (2.202)
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
80 (0.652)
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
81 (0.690)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '70' AND store_id = '0'
/home/c16779/islandcat.ru/www/catalog/model/catalog/category.php:55
82 (0.203)
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
83 (0.147)
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
84 (0.758)
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
85 (0.466)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/information'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
86 (0.158)
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
87 (0.450)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/information'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
88 (0.172)
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
89 (0.152)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/contact'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
90 (0.639)
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
91 (0.290)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/sitemap'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
92 (0.343)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/manufacturer'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
93 (0.221)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/voucher'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
94 (0.605)
SELECT *
FROM oc_url_alias
WHERE `query` = 'affiliate/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
95 (0.287)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/special'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
96 (0.175)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
97 (0.213)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/order'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
98 (0.210)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/wishlist'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
99 (0.350)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/newsletter'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
100 (0.318)
DELETE
FROM `oc_customer_online`
WHERE date_added < '2023-11-29 22:51:09'
/home/c16779/islandcat.ru/www/catalog/model/tool/online.php:4
101 (0.169)
REPLACE INTO `oc_customer_online` SET `ip` = '3.233.221.90', `customer_id` = '0', `url` = 'http://islandcat.ru/standart-meincoon', `referer` = '', `date_added` = '2023-11-29 23:51:09'
/home/c16779/islandcat.ru/www/catalog/model/tool/online.php:6
102 (0.877)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/home/c16779/islandcat.ru/www/catalog/model/extension/extension.php:4
103 (0.196)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
104 (0.199)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/logout'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
105 (0.217)
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.183)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/wishlist'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
107 (0.161)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
108 (0.165)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/register'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
109 (0.171)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/login'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
110 (0.373)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/order'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
111 (0.187)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/transaction'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
112 (0.421)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/download'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
113 (0.196)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/logout'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
114 (0.330)
SELECT *
FROM oc_url_alias
WHERE `query` = 'checkout/cart'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
115 (0.184)
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
116 (0.180)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/contact'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
117 (0.446)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/login'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
118 (0.201)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/contact'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
119 (0.179)
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
120 (0.430)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/sitemap'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
121 (0.202)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/manufacturer'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
122 (0.403)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/voucher'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
123 (0.186)
SELECT *
FROM oc_url_alias
WHERE `query` = 'affiliate/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
124 (0.192)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/special'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
125 (0.694)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/account'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
126 (0.196)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/order'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
127 (0.181)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/wishlist'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
128 (0.195)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/compare'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
129 (0.168)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/newsletter'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
130 (1.975)
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
131 (0.203)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/information'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
132 (0.421)
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
133 (0.255)
SELECT *
FROM oc_url_alias
WHERE `query` = 'information/information'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
134 (0.546)
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
135 (1.000)
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
136 (1.491)
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
137 (0.189)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
138 (0.171)
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
139 (0.807)
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
140 (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
141 (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
142 (0.312)
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
143 (0.144)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
144 (0.652)
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
145 (0.468)
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
146 (0.150)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
147 (0.818)
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
148 (0.224)
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
149 (0.248)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
150 (0.249)
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
151 (1.333)
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
152 (0.282)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
153 (0.247)
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
154 (0.220)
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
155 (0.401)
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.343)
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.163)
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.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
159 (0.299)
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
160 (0.152)
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
161 (0.338)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
162 (0.159)
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
163 (0.643)
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
164 (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
165 (0.658)
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
166 (0.143)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/register'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
167 (0.663)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/forgotten'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
168 (0.145)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/login'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
169 (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
170 (0.140)
SELECT *
FROM oc_url_alias
WHERE `query` = 'account/forgotten'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
171 (0.165)
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
172 (0.661)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
173 (0.525)
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
174 (0.631)
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
175 (0.304)
SELECT *
FROM oc_url_alias
WHERE `query` = 'product/category'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
176 (1.020)
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
177 (0.501)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '32c2d40c93777d300ae160f99fc0fa24'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
178 (0.147)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/c16779/islandcat.ru/www/catalog/model/extension/extension.php:4
179 (0.840)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '32c2d40c93777d300ae160f99fc0fa24'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
180 (0.151)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '32c2d40c93777d300ae160f99fc0fa24'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
181 (0.112)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/home/c16779/islandcat.ru/www/system/library/customer.php:129
182 (0.132)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '32c2d40c93777d300ae160f99fc0fa24'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
183 (0.129)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '32c2d40c93777d300ae160f99fc0fa24'
/home/c16779/islandcat.ru/www/system/library/cart.php:35
184 (0.145)
SELECT *
FROM oc_url_alias
WHERE `query` = 'checkout/cart'
/home/c16779/islandcat.ru/www/system/storage/modification/catalog/controller/common/seo_url.php:169
185 (0.128)
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