1 (57.333)
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 (78.373)
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.670)
SELECT *
FROM `oc_language`
WHERE status = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/index.php:148
4 (0.856)
SELECT *
FROM oc_currency
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/library/currency.php:13
5 (0.887)
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 (1.776)
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 (1.384)
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.396)
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 (32.181)
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 (88.845)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/library/openbay.php:117
11 (22.258)
SELECT *
FROM oc_event
/var/www/skladdve/data/www/sklad-dverey.com.ua/index.php:257
12 (16.434)
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 (26.386)
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 (14.853)
SELECT `layout_id`
FROM `oc_category_to_layout`
WHERE `category_id` = 59 AND `store_id` = 0 LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
15 (0.889)
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 (4.559)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '59' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:4
17 (16.836)
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` = 59 AND afv.`attribute_id` = 311 AND afv.`text_id` IN (104,107,2280) 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 (5.656)
SELECT FOUND_ROWS() AS total
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
19 (90.086)
SELECT *
FROM oc_product_discount
WHERE product_id = '24436' 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 (5.935)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '24436'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
21 (2.656)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '24436'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
22 (6.485)
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.598)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
24 (3.840)
SELECT *
FROM oc_product_discount
WHERE product_id = '22779' 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
25 (0.704)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '22779'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
26 (5.446)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '22779'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
27 (12.187)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
28 (11.018)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
29 (3.661)
SELECT *
FROM oc_product_discount
WHERE product_id = '24028' 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 (2.034)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '24028'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
31 (4.158)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '24028'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
32 (130.206)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
33 (3.903)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
34 (5.847)
SELECT *
FROM oc_product_discount
WHERE product_id = '22616' 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
35 (7.980)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '22616'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
36 (3.295)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '22616'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
37 (15.404)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
38 (0.698)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
39 (1.014)
SELECT *
FROM oc_product_discount
WHERE product_id = '22669' 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 (4.024)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '22669'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
41 (23.969)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '22669'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
42 (18.391)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
43 (2.405)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
44 (1.288)
SELECT *
FROM oc_product_discount
WHERE product_id = '24467' 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
45 (1.095)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '24467'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
46 (6.626)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '24467'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
47 (12.167)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
48 (13.966)
SELECT *
FROM oc_product_discount
WHERE product_id = '22617' 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
49 (2.896)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '22617'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
50 (4.250)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '22617'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
51 (23.026)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
52 (0.594)
SELECT *
FROM oc_product_discount
WHERE product_id = '23990' 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
53 (1.039)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '23990'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
54 (3.227)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '23990'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
55 (10.370)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
56 (18.885)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
57 (15.864)
SELECT *
FROM oc_product_discount
WHERE product_id = '24447' 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
58 (24.072)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '24447'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
59 (14.405)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '24447'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
60 (1.168)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
61 (1.287)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
62 (6.489)
SELECT *
FROM oc_product_discount
WHERE product_id = '23398' 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
63 (25.120)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '23398'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
64 (3.135)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '23398'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
65 (5.886)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
66 (15.933)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
67 (250.804)
SELECT *
FROM oc_product_discount
WHERE product_id = '23414' 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
68 (14.025)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '23414'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
69 (4.566)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '23414'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
70 (6.509)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
71 (11.531)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
72 (4.689)
SELECT *
FROM oc_product_discount
WHERE product_id = '24448' 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
73 (0.874)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '24448'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
74 (6.405)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '24448'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
75 (3.938)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
76 (11.485)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
77 (2.397)
SELECT *
FROM oc_product_discount
WHERE product_id = '22695' 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
78 (3.617)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '22695'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
79 (3.343)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '22695'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
80 (5.926)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
81 (11.793)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
82 (1.541)
SELECT *
FROM oc_product_discount
WHERE product_id = '23300' 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
83 (2.133)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '23300'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
84 (3.145)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '23300'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
85 (3.392)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
86 (13.601)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
87 (3.782)
SELECT *
FROM oc_product_discount
WHERE product_id = '24456' 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
88 (0.924)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '24456'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
89 (3.774)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '24456'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
90 (3.567)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
91 (12.092)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
92 (1.218)
SELECT *
FROM oc_product_discount
WHERE product_id = '23344' 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 (1.088)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '23344'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
94 (6.288)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '23344'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
95 (19.663)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
96 (207.811)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
97 (5.718)
SELECT *
FROM oc_product_discount
WHERE product_id = '23218' 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
98 (3.394)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '23218'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
99 (3.990)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '23218'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
100 (2.383)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
101 (1.627)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
102 (6.349)
SELECT *
FROM oc_product_discount
WHERE product_id = '24468' 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
103 (3.198)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '24468'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
104 (4.863)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '24468'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
105 (6.090)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
106 (1.958)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
107 (2.139)
SELECT *
FROM oc_product_discount
WHERE product_id = '23399' 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
108 (6.183)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '23399'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
109 (7.885)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '23399'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
110 (3.571)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
111 (2.162)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
112 (2.029)
SELECT *
FROM oc_product_discount
WHERE product_id = '24446' 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
113 (3.671)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '24446'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
114 (6.014)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '24446'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
115 (2.781)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
116 (7.604)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
117 (1.685)
SELECT *
FROM oc_product_discount
WHERE product_id = '24466' 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
118 (6.814)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '24466'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
119 (5.648)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '24466'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
120 (7.707)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
121 (9.596)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
122 (2.177)
SELECT *
FROM oc_product_discount
WHERE product_id = '28810' 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
123 (1.928)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28810'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
124 (9.138)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28810'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
125 (1.682)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
126 (3.929)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
127 (4.377)
SELECT *
FROM oc_product_discount
WHERE product_id = '28876' 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
128 (3.417)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28876'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
129 (5.612)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28876'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
130 (11.554)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
131 (1.818)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '6'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
132 (1.012)
SELECT *
FROM oc_product_discount
WHERE product_id = '28884' 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
133 (5.375)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28884'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
134 (14.336)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28884'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
135 (1.545)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
136 (1.759)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
137 (8.207)
SELECT *
FROM oc_product_discount
WHERE product_id = '28888' 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 (3.674)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28888'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
139 (3.122)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28888'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
140 (12.601)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
141 (2.780)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
142 (8.224)
SELECT *
FROM oc_product_discount
WHERE product_id = '28889' 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
143 (2.702)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28889'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
144 (9.327)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28889'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
145 (12.488)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
146 (1.560)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
147 (5.563)
SELECT *
FROM oc_product_discount
WHERE product_id = '28890' 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
148 (5.816)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28890'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
149 (5.314)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28890'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
150 (4.176)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
151 (11.418)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
152 (6.576)
SELECT *
FROM oc_product_discount
WHERE product_id = '28811' 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
153 (9.950)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28811'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
154 (4.081)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28811'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
155 (1.160)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
156 (4.765)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
157 (4.189)
SELECT *
FROM oc_product_discount
WHERE product_id = '28885' 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
158 (11.142)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28885'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
159 (7.196)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28885'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
160 (3.394)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
161 (1.412)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
162 (6.239)
SELECT *
FROM oc_product_discount
WHERE product_id = '28886' 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
163 (15.546)
SELECT *
FROM oc_product_ukrcredits
WHERE product_id = '28886'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/uc/uc56.php:5
164 (5.152)
SELECT `xdsticker_id`
FROM oc_xdstickers_product
WHERE product_id = '28886'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:9
165 (2.117)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
166 (4.768)
SELECT *
FROM oc_xdstickers
WHERE xdsticker_id = '3'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:4
167 (1.756)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '59' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
168 (6.225)
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
169 (9.097)
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` = 59 AND afv.`attribute_id` = 311 AND afv.`text_id` IN (104,107,2280) 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
170 (8.220)
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 (59) AND p.`product_id` IN (SELECT afv.`product_id`
FROM `oc_attribute_text_product` afv
WHERE afv.`attribute_id` = 311 AND afv.`text_id` IN (104,107,2280) ) 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
171 (29.296)
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 (59) AND afv.`attribute_id` IN (310,340,341,342,343,344,346,347,348,350,351,352,353,355,358,359,362,363,364,365,367,368,371,372,373,375,376,378,379,381,382,398,399,400,401,402,403,404,406,407,408,409,411,412,413,414,416,417,418,419,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` = 311 AND afv.`text_id` IN (104,107,2280) ) AND p.`status` = 1 GROUP BY `attr_text`
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
172 (67.573)
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 (59) AND afv.`attribute_id` IN (311) AND p.`status` = 1 GROUP BY `attr_text`
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
173 (24.900)
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 (59) AND p.`status` = 1 AND afv.`attribute_id` = 311 AND afv.`text_id` IN (104,107,2280)
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
174 (9.358)
SELECT `link`,`title`,`meta_descr`,`keywords`,`meta_h1`,`discrib`
FROM `oc_filter_vier_hand_links`
WHERE `link` = '/mejkomnatnye-dveri/dekor_super-pet-antracit~super-pet-cherniy~ral-7016-antracit/' LIMIT 1
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/filter_vier.php:0
175 (29.129)
SELECT DISTINCT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '59' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:4
176 (417.146)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '59' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
177 (2.496)
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
178 (5.724)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '59' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
179 (22.558)
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
180 (34.954)
SELECT *
FROM oc_module
WHERE module_id = '39'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/extension/module.php:4
181 (11.269)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '59' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
182 (179.552)
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
183 (28.795)
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
184 (13.156)
DELETE
FROM `oc_customer_online`
WHERE date_added < '2025-04-20 18:20:37'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/tool/online.php:4
185 (12.116)
REPLACE INTO `oc_customer_online` SET `ip` = '18.97.9.174', `customer_id` = '0', `url` = 'http://sklad-dverey.com.ua/mejkomnatnye-dveri/dekor_super-pet-antracit~super-pet-cherniy~ral-7016-antracit/', `referer` = '', `date_added` = '2025-04-20 19:20:37'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/tool/online.php:6
186 (0.764)
SELECT *
FROM oc_xdstickers
ORDER BY xdsticker_id ASC
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/module/xdstickers.php:42
187 (0.556)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/extension/extension.php:4
188 (12.856)
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
189 (14.530)
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
190 (0.770)
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
191 (1.703)
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
192 (1.675)
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
193 (21.874)
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
194 (77.282)
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
195 (54.941)
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
196 (235.506)
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
197 (120.817)
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
198 (139.612)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '59' AND store_id = '0'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/catalog/category.php:55
199 (114.004)
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
200 (20.123)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '7l6is621vt3ue47mft062tab21'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/system/library/cart.php:40
201 (3.689)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/var/www/skladdve/data/www/sklad-dverey.com.ua/catalog/model/extension/extension.php:4
202 (6.500)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '7l6is621vt3ue47mft062tab21'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/system/library/cart.php:40
203 (9.934)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '7l6is621vt3ue47mft062tab21'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/system/library/cart.php:40
204 (8.571)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = '7l6is621vt3ue47mft062tab21'
/var/www/skladdve/data/www/sklad-dverey.com.ua/system/storage/modification/system/library/cart.php:40