1 (1.375)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://sklad-dverey.com.ua/'
/var/www/skladdve/data/www/sklad-dverey.com.ua/index.php:37
2 (6.870)
SELECT *
FROM `oc_setting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/index.php:49
3 (0.524)
SELECT *
FROM `oc_language`
WHERE status = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/index.php:148
4 (0.510)
SELECT *
FROM oc_currency
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/library/currency.php:13
5 (1.769)
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 = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/library/tax.php:26
6 (0.531)
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 = '220' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/library/tax.php:54
7 (0.711)
SELECT *
FROM oc_weight_class wc
LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id)
WHERE wcd.language_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/library/weight.php:9
8 (0.698)
SELECT *
FROM oc_length_class mc
LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id)
WHERE mcd.language_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/library/length.php:9
9 (0.629)
DELETE
FROM oc_cart
WHERE customer_id = '0' AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/system/library/cart.php:14
10 (0.441)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/library/openbay.php:117
11 (0.334)
SELECT *
FROM oc_event
/var/www/skladdve/data/www/sklad-dverey.com.ua/index.php:257
12 (0.959)
SELECT `url`
FROM `oc_language`
WHERE `language_id` = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:32
13 (0.213)
SELECT *
FROM oc_language
WHERE status = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:36
14 (0.792)
SELECT `layout_id`
FROM `oc_category_to_layout`
WHERE `category_id` = 62 AND `store_id` = 0 LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
15 (0.524)
SELECT `layout_module_id`
FROM `oc_layout_module`
WHERE `layout_id` = 3 AND `code` = 'filter_vier' LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
16 (0.960)
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 = '62' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:4
17 (84.410)
SELECT SQL_CALC_FOUND_ROWS p.* ,pd.* , NULL AS special ,p.`stock_status_id` AS stock_status , p.`price` AS price_sort ,NULL AS rating,NULL AS reviews
FROM `oc_product` p
LEFT JOIN `oc_product_description` pd ON (p.`product_id` = pd.`product_id`) JOIN `oc_product_to_category` p2c ON (p.`product_id` = p2c.`product_id`) JOIN `oc_attribute_text_product` afv ON (p.`product_id` = afv.`product_id`)
WHERE p2c.`category_id` = 62 AND afv.`attribute_id` = 350 AND afv.`text_id` IN (2123) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 418 AND afv.`text_id` IN (1364,1365,1519) ) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 419 AND afv.`text_id` IN (1366,1564) ) AND p.`status` = 1 AND pd.`language_id` = 1 GROUP BY p.`product_id`
ORDER BY p.sort_order ASC LIMIT 0,30
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
18 (0.179)
SELECT FOUND_ROWS() AS total
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
19 (0.457)
SELECT *
FROM oc_product_discount
WHERE product_id = '27727' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
20 (0.242)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27727'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
21 (4.938)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27727'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
22 (0.266)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
23 (0.183)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
24 (0.185)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
25 (0.190)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
26 (0.199)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '17'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
27 (0.173)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
28 (0.497)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27727'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
29 (0.285)
SELECT *
FROM oc_product_discount
WHERE product_id = '27728' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
30 (0.189)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27728'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
31 (4.435)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27728'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
32 (0.198)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
33 (0.187)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
34 (0.184)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
35 (0.181)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
36 (0.196)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '17'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
37 (0.190)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
38 (0.403)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27728'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
39 (0.281)
SELECT *
FROM oc_product_discount
WHERE product_id = '28353' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
40 (0.170)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28353'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
41 (4.408)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28353'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
42 (0.187)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
43 (0.186)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
44 (0.179)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
45 (0.178)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
46 (0.362)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '28353'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
47 (0.300)
SELECT *
FROM oc_product_discount
WHERE product_id = '29171' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
48 (0.185)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '29171'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
49 (4.465)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '29171'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
50 (0.203)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
51 (0.190)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
52 (0.181)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
53 (0.204)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
54 (0.174)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '14'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
55 (0.414)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '29171'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
56 (0.303)
SELECT *
FROM oc_product_discount
WHERE product_id = '29172' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
57 (0.181)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '29172'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
58 (4.535)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '29172'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
59 (0.201)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
60 (0.207)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
61 (0.178)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
62 (0.180)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
63 (0.206)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '14'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
64 (0.438)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '29172'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
65 (0.266)
SELECT *
FROM oc_product_discount
WHERE product_id = '28918' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
66 (0.209)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28918'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
67 (4.396)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28918'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
68 (0.211)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
69 (0.177)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
70 (0.204)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
71 (0.184)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
72 (0.200)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
73 (0.639)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '28918'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
74 (0.278)
SELECT *
FROM oc_product_discount
WHERE product_id = '25375' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
75 (0.197)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '25375'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
76 (4.478)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '25375'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
77 (0.252)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
78 (0.198)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
79 (0.194)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
80 (0.190)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
81 (0.178)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
82 (0.351)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '25375'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
83 (0.263)
SELECT *
FROM oc_product_discount
WHERE product_id = '25371' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
84 (0.209)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '25371'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
85 (4.447)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '25371'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
86 (0.232)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
87 (0.202)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
88 (0.178)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
89 (0.189)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
90 (0.181)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
91 (0.213)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '25371'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
92 (0.254)
SELECT *
FROM oc_product_discount
WHERE product_id = '25370' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
93 (0.172)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '25370'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
94 (4.396)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '25370'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
95 (0.187)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
96 (0.176)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
97 (0.197)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
98 (0.192)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
99 (0.191)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
100 (0.205)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '25370'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
101 (0.257)
SELECT *
FROM oc_product_discount
WHERE product_id = '25381' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
102 (0.166)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '25381'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
103 (3.720)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '25381'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
104 (0.158)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
105 (0.170)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
106 (0.176)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
107 (0.186)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
108 (0.187)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
109 (0.198)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '25381'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
110 (0.227)
SELECT *
FROM oc_product_discount
WHERE product_id = '25378' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
111 (0.150)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '25378'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
112 (3.734)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '25378'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
113 (0.216)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
114 (0.179)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
115 (0.181)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
116 (0.191)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
117 (0.148)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
118 (0.180)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '25378'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
119 (0.255)
SELECT *
FROM oc_product_discount
WHERE product_id = '25374' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
120 (0.169)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '25374'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
121 (3.783)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '25374'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
122 (0.157)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
123 (0.172)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
124 (0.206)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
125 (0.197)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
126 (0.165)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
127 (0.194)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '25374'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
128 (0.233)
SELECT *
FROM oc_product_discount
WHERE product_id = '25379' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
129 (0.178)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '25379'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
130 (3.772)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '25379'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
131 (0.190)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
132 (0.164)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
133 (0.171)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
134 (0.157)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
135 (0.160)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
136 (0.179)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '25379'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
137 (0.297)
SELECT *
FROM oc_product_discount
WHERE product_id = '26361' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
138 (0.163)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '26361'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
139 (3.688)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '26361'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
140 (0.214)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
141 (0.189)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
142 (0.168)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
143 (0.165)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
144 (0.162)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
145 (0.190)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '26361'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
146 (0.258)
SELECT *
FROM oc_product_discount
WHERE product_id = '28913' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
147 (0.168)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28913'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
148 (3.592)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28913'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
149 (0.155)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
150 (0.172)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
151 (0.185)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
152 (0.165)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
153 (0.150)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
154 (0.385)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '28913'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
155 (0.245)
SELECT *
FROM oc_product_discount
WHERE product_id = '26290' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
156 (0.195)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '26290'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
157 (3.683)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '26290'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
158 (0.172)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
159 (0.272)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
160 (0.195)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
161 (0.148)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
162 (0.164)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
163 (0.174)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '26290'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
164 (0.232)
SELECT *
FROM oc_product_discount
WHERE product_id = '28914' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
165 (0.154)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28914'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
166 (3.619)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28914'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
167 (0.142)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
168 (0.165)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
169 (0.150)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
170 (0.179)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
171 (0.150)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
172 (0.175)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '28914'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
173 (0.218)
SELECT *
FROM oc_product_discount
WHERE product_id = '28915' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
174 (0.153)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28915'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
175 (3.487)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28915'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
176 (0.154)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
177 (0.165)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
178 (0.137)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
179 (0.152)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
180 (0.153)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
181 (0.171)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '28915'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
182 (0.274)
SELECT *
FROM oc_product_discount
WHERE product_id = '26291' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
183 (0.188)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '26291'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
184 (3.614)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '26291'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
185 (0.166)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
186 (0.156)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
187 (0.163)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
188 (0.164)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
189 (0.149)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
190 (0.173)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '26291'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
191 (0.243)
SELECT *
FROM oc_product_discount
WHERE product_id = '27734' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
192 (0.181)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27734'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
193 (4.132)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27734'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
194 (0.236)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
195 (0.158)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
196 (0.155)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
197 (0.131)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
198 (0.432)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27734'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
199 (0.263)
SELECT *
FROM oc_product_discount
WHERE product_id = '27735' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
200 (0.135)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27735'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
201 (4.064)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27735'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
202 (0.252)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
203 (0.196)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
204 (0.193)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
205 (0.209)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '8'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
206 (0.159)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
207 (0.178)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27735'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
208 (0.282)
SELECT *
FROM oc_product_discount
WHERE product_id = '27736' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
209 (0.152)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27736'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
210 (4.254)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27736'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
211 (0.391)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
212 (0.172)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
213 (0.168)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
214 (0.165)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
215 (0.141)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
216 (0.565)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27736'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
217 (0.273)
SELECT *
FROM oc_product_discount
WHERE product_id = '27737' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
218 (0.140)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27737'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
219 (3.641)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27737'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
220 (0.195)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
221 (0.149)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
222 (0.141)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
223 (0.152)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
224 (0.162)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
225 (0.176)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27737'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
226 (0.308)
SELECT *
FROM oc_product_discount
WHERE product_id = '27738' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
227 (0.167)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27738'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
228 (3.770)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27738'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
229 (0.159)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
230 (0.179)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
231 (0.156)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
232 (0.149)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
233 (0.147)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
234 (0.178)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27738'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
235 (0.191)
SELECT *
FROM oc_product_discount
WHERE product_id = '27739' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
236 (0.141)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27739'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
237 (3.619)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27739'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
238 (0.165)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
239 (0.192)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
240 (0.177)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
241 (0.161)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
242 (0.151)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
243 (0.215)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27739'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
244 (0.210)
SELECT *
FROM oc_product_discount
WHERE product_id = '27740' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
245 (0.206)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27740'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
246 (3.495)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27740'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
247 (0.164)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
248 (0.195)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
249 (0.173)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
250 (0.200)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
251 (0.142)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
252 (0.169)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27740'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
253 (0.558)
SELECT *
FROM oc_product_discount
WHERE product_id = '27824' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
254 (0.194)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27824'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
255 (3.711)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27824'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
256 (0.187)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
257 (0.162)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
258 (0.172)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
259 (0.144)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
260 (0.218)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27824'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
261 (0.490)
SELECT *
FROM oc_product_discount
WHERE product_id = '27825' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
262 (0.205)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '27825'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
263 (3.900)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '27825'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
264 (0.169)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
265 (0.175)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
266 (0.153)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
267 (0.177)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
268 (0.177)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '27825'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
269 (0.643)
SELECT *
FROM oc_product_discount
WHERE product_id = '29161' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
270 (0.440)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '29161'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
271 (7.100)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '29161'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
272 (0.305)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
273 (0.292)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
274 (0.274)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
275 (0.290)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
276 (0.258)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
277 (0.319)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '29161'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
278 (0.412)
SELECT *
FROM oc_product_discount
WHERE product_id = '29162' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/model/catalog/product.php:511
279 (0.275)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '29162'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
280 (10.786)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '29162'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
281 (0.421)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
282 (0.362)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
283 (0.372)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '4'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
284 (0.399)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
285 (0.390)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '15'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
286 (0.374)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '29162'
ORDER BY main_category DESC LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/catalog/controller/common/seo_pro.php:475
287 (0.280)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '62' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
288 (0.257)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_left'
ORDER BY sort_order
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/design/layout.php:14
289 (17.392)
SELECT p.`product_id`
FROM
`oc_product` p JOIN `oc_product_to_category` p2c ON (p.`product_id` = p2c.`product_id`) JOIN `oc_attribute_text_product` afv ON (p.`product_id` = afv.`product_id`)
WHERE p2c.`category_id` = 62 AND afv.`attribute_id` = 350 AND afv.`text_id` IN (2123) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 418 AND afv.`text_id` IN (1364,1365,1519) ) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 419 AND afv.`text_id` IN (1366,1564) ) AND p.`status` = 1
GROUP BY p.`product_id`
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
290 (5.543)
SELECT p.`manufacturer_id`, COUNT(p.`manufacturer_id`) AS total
FROM `oc_product` p JOIN `oc_product_to_category` p2c ON (p.`product_id` = p2c.`product_id`)
WHERE p2c.`category_id` IN (62) AND p.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 350 AND afv.`text_id` IN (2123) ) AND p.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 418 AND afv.`text_id` IN (1364,1365,1519) ) AND p.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 419 AND afv.`text_id` IN (1366,1564) ) AND p.`status` = 1 GROUP BY p.`manufacturer_id`
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
291 (71.916)
SELECT CONCAT(afv.`attribute_id`, '_', afv.`text_id`) AS attr_text, COUNT(afv.`text_id`) AS total
FROM `oc_attribute_text_product` afv JOIN `oc_product` p ON (afv.`product_id` = p.`product_id`) JOIN `oc_product_to_category` p2c ON (p.`product_id` = p2c.`product_id`)
WHERE p2c.`category_id` IN (62) AND afv.`attribute_id` IN (310,311,340,341,342,343,344,346,347,348,351,352,353,355,358,359,362,363,364,365,367,368,371,372,373,375,376,378,379,380,381,382,398,399,400,401,402,403,404,406,407,408,409,411,412,413,414,416,417,420,421,423,425,428,430,431,432,435,436,437,438,439,441,442,443,448,449,450,451) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 350 AND afv.`text_id` IN (2123) ) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 418 AND afv.`text_id` IN (1364,1365,1519) ) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 419 AND afv.`text_id` IN (1366,1564) ) AND p.`status` = 1 GROUP BY `attr_text`
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
292 (36.447)
SELECT CONCAT(afv.`attribute_id`, '_', afv.`text_id`) AS attr_text, COUNT(afv.`text_id`) AS total
FROM `oc_attribute_text_product` afv JOIN `oc_product` p ON (afv.`product_id` = p.`product_id`) JOIN `oc_product_to_category` p2c ON (p.`product_id` = p2c.`product_id`)
WHERE p2c.`category_id` IN (62) AND afv.`attribute_id` IN (350) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 418 AND afv.`text_id` IN (1364,1365,1519) ) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 419 AND afv.`text_id` IN (1366,1564) ) AND p.`status` = 1 GROUP BY `attr_text`
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
293 (7.410)
SELECT CONCAT(afv.`attribute_id`, '_', afv.`text_id`) AS attr_text, COUNT(afv.`text_id`) AS total
FROM `oc_attribute_text_product` afv JOIN `oc_product` p ON (afv.`product_id` = p.`product_id`) JOIN `oc_product_to_category` p2c ON (p.`product_id` = p2c.`product_id`)
WHERE p2c.`category_id` IN (62) AND afv.`attribute_id` IN (418) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 350 AND afv.`text_id` IN (2123) ) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 419 AND afv.`text_id` IN (1366,1564) ) AND p.`status` = 1 GROUP BY `attr_text`
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
294 (11.487)
SELECT CONCAT(afv.`attribute_id`, '_', afv.`text_id`) AS attr_text, COUNT(afv.`text_id`) AS total
FROM `oc_attribute_text_product` afv JOIN `oc_product` p ON (afv.`product_id` = p.`product_id`) JOIN `oc_product_to_category` p2c ON (p.`product_id` = p2c.`product_id`)
WHERE p2c.`category_id` IN (62) AND afv.`attribute_id` IN (419) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 350 AND afv.`text_id` IN (2123) ) AND afv.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 418 AND afv.`text_id` IN (1364,1365,1519) ) AND p.`status` = 1 GROUP BY `attr_text`
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
295 (5.303)
SELECT MIN( p.`price`) AS price_min, MAX( p.`price`) AS price_max
FROM `oc_product` p JOIN `oc_product_to_category` p2c ON (p.`product_id` = p2c.`product_id`)
LEFT JOIN `oc_attribute_text_product` afv ON (p.`product_id` = afv.`product_id`)
WHERE p2c.`category_id` IN (62) AND p.`status` = 1 AND afv.`attribute_id` = 350 AND afv.`text_id` IN (2123) AND p.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 418 AND afv.`text_id` IN (1364,1365,1519) ) AND p.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 419 AND afv.`text_id` IN (1366,1564) )
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
296 (0.271)
SELECT `link`,`title`,`meta_descr`,`keywords`,`meta_h1`,`discrib`
FROM `oc_filter_vier_hand_links`
WHERE `link` = '/vhodnye-dveri/naznachenie_ulica-narujnie/konturi-uplotneniya_2-kontura-uplotneniya~3-kontura-uplotneniya~4-kontura-uplotneniya/termorazriv_termorazrivv~2-termorazriva/' LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
297 (0.333)
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 = '62' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:4
298 (0.479)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '62' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
299 (0.367)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_right'
ORDER BY sort_order
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/design/layout.php:14
300 (0.269)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '62' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
301 (0.271)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_top'
ORDER BY sort_order
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/design/layout.php:14
302 (0.253)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '62' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
303 (0.407)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_bottom'
ORDER BY sort_order
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/design/layout.php:14
304 (3.254)
SELECT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/information.php:10
305 (3.565)
DELETE
FROM `oc_customer_online`
WHERE date_added < '2025-06-16 07:48:46'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/tool/online.php:4
306 (0.985)
REPLACE INTO `oc_customer_online` SET `ip` = '18.97.14.88', `customer_id` = '0', `url` = 'http://sklad-dverey.com.ua/vhodnye-dveri/naznachenie_ulica-narujnie/konturi-uplotneniya_2-kontura-uplotneniya~3-kontura-uplotneniya~4-kontura-uplotneniya/termorazriv_termorazrivv~2-termorazriva/', `referer` = '', `date_added` = '2025-06-16 08:48:46'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/tool/online.php:6
307 (0.588)
SELECT *
FROM oc_xdstickers
ORDER BY xdsticker_id ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:42
308 (0.284)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/extension/extension.php:4
309 (1.178)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:10
310 (0.625)
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)
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:10
311 (0.688)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '59' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:10
312 (0.653)
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)
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:10
313 (0.630)
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 = '137' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:10
314 (0.616)
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 = '140' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:10
315 (0.268)
SELECT *
FROM oc_language
ORDER BY sort_order, name
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/ocd_multilang.php:6
316 (1.072)
SELECT DISTINCT *
FROM oc_megamenuvh
ORDER BY sort_menu ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/nsmenu.php:4
317 (0.283)
SELECT *
FROM oc_language
ORDER BY sort_order, name
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/ocd_multilang.php:6
318 (0.235)
SELECT *
FROM oc_language
ORDER BY sort_order, name
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/ocd_multilang.php:6
319 (0.246)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '62' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
320 (0.215)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_filter'
ORDER BY sort_order
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/design/layout.php:14
321 (0.334)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'eultac8m3nbbom6rlr4ouch313'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/system/library/cart.php:40
322 (0.208)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/extension/extension.php:4
323 (0.231)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'eultac8m3nbbom6rlr4ouch313'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/system/library/cart.php:40
324 (0.287)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'eultac8m3nbbom6rlr4ouch313'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/system/library/cart.php:40
325 (0.242)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'eultac8m3nbbom6rlr4ouch313'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/system/library/cart.php:40