1 (5.185)
SELECT *
FROM `oc_setting`
/var/www/www-root/data/www/4profi.by/index.php:44
2 (0.501)
SELECT *
FROM `oc_language`
WHERE status = '1'
/var/www/www-root/data/www/4profi.by/index.php:155
3 (0.365)
SELECT *
FROM oc_currency
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/currency.php:14
4 (0.422)
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 = '13' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/var/www/www-root/data/www/4profi.by/system/library/tax.php:54
5 (0.238)
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/www-root/data/www/4profi.by/system/library/weight.php:9
6 (0.214)
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/www-root/data/www/4profi.by/system/library/length.php:9
7 (0.300)
DELETE
FROM oc_cart
WHERE customer_id = '0' AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:83
8 (0.171)
SELECT *
FROM oc_event
/var/www/www-root/data/www/4profi.by/index.php:253
9 (0.789)
SELECT GROUP_CONCAT(REPLACE(`query`, 'category_id=', '')
ORDER BY FIELD(keyword, 'novosti-magazina-4profi-by') SEPARATOR '_') AS path
FROM oc_url_alias
WHERE `query` LIKE 'category_id=%' AND (keyword = 'novosti-magazina-4profi-by')
/var/www/www-root/data/www/4profi.by/catalog/controller/module/ocfilter.php:720
10 (1.850)
SELECT CONCAT_WS('_',t9.blog_category_id,t8.blog_category_id,t7.blog_category_id,t6.blog_category_id,t5.blog_category_id,t4.blog_category_id,t3.blog_category_id,t2.blog_category_id,t1.blog_category_id,t0.blog_category_id) AS blogpath
FROM oc_blog_category t0
LEFT JOIN oc_blog_category t1 ON (t1.blog_category_id = t0.parent_id)
LEFT JOIN oc_blog_category t2 ON (t2.blog_category_id = t1.parent_id)
LEFT JOIN oc_blog_category t3 ON (t3.blog_category_id = t2.parent_id)
LEFT JOIN oc_blog_category t4 ON (t4.blog_category_id = t3.parent_id)
LEFT JOIN oc_blog_category t5 ON (t5.blog_category_id = t4.parent_id)
LEFT JOIN oc_blog_category t6 ON (t6.blog_category_id = t5.parent_id)
LEFT JOIN oc_blog_category t7 ON (t7.blog_category_id = t6.parent_id)
LEFT JOIN oc_blog_category t8 ON (t8.blog_category_id = t7.parent_id)
LEFT JOIN oc_blog_category t9 ON (t9.blog_category_id = t8.parent_id)
WHERE t0.blog_category_id = '49'
/var/www/www-root/data/www/4profi.by/system/storage/modification/catalog/controller/common/seo_pro.php:387
11 (0.939)
SELECT DISTINCT *
FROM oc_blog_category c
LEFT JOIN oc_blog_category_description cd ON (c.blog_category_id = cd.blog_category_id)
LEFT JOIN oc_blog_category_to_store c2s ON (c.blog_category_id = c2s.blog_category_id)
WHERE c.blog_category_id = '49' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/www-root/data/www/4profi.by/catalog/model/blog/blog_category.php:4
12 (0.318)
SELECT DISTINCT *
FROM oc_blog_category c
LEFT JOIN oc_blog_category_description cd ON (c.blog_category_id = cd.blog_category_id)
LEFT JOIN oc_blog_category_to_store c2s ON (c.blog_category_id = c2s.blog_category_id)
WHERE c.blog_category_id = '49' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
/var/www/www-root/data/www/4profi.by/catalog/model/blog/blog_category.php:4
13 (0.638)
SELECT *
FROM oc_blog n
LEFT JOIN oc_blog_description nd ON (n.blog_id = nd.blog_id)
LEFT JOIN oc_blog_to_store n2s ON (n.blog_id = n2s.blog_id)
LEFT JOIN oc_blog_to_category n2c ON (n.blog_id = n2c.blog_id)
WHERE nd.language_id = '1' AND n2s.store_id = '0' AND n2c.blog_category_id = '49' AND n.status = '1' AND n.sort_order <> '-1'
ORDER BY n.sort_order, n.blog_id DESC LIMIT 0,4
/var/www/www-root/data/www/4profi.by/catalog/model/blog/blog.php:75
14 (0.382)
SELECT COUNT(*) AS total
FROM oc_blog
WHERE status = '1'
/var/www/www-root/data/www/4profi.by/catalog/model/blog/blog.php:81
15 (0.297)
SELECT COUNT(*) AS total
FROM oc_blog_to_category n2c
LEFT JOIN oc_blog n ON (n2c.blog_id = n.blog_id)
LEFT JOIN oc_blog_to_store n2s ON (n.blog_id = n2s.blog_id)
WHERE n.status = '1' AND n2s.store_id = '0' AND n2c.blog_category_id = '49'
/var/www/www-root/data/www/4profi.by/catalog/model/blog/blog.php:82
16 (3.950)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'xds_coloring_theme'
/var/www/www-root/data/www/4profi.by/catalog/model/setting/setting.php:6
17 (0.641)
SELECT *
FROM oc_blog_category_to_layout
WHERE blog_category_id = '49' AND store_id = '0'
/var/www/www-root/data/www/4profi.by/catalog/model/blog/blog_category.php:49
18 (0.429)
SELECT *
FROM oc_layout_route
WHERE 'blog/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/www-root/data/www/4profi.by/catalog/model/design/layout.php:4
19 (0.294)
SELECT *
FROM oc_layout_module
WHERE layout_id = '37' AND position = 'column_left'
ORDER BY sort_order
/var/www/www-root/data/www/4profi.by/catalog/model/design/layout.php:14
20 (4.503)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'xds_coloring_theme'
/var/www/www-root/data/www/4profi.by/catalog/model/setting/setting.php:6
21 (0.430)
SELECT *
FROM oc_blog_category_to_layout
WHERE blog_category_id = '49' AND store_id = '0'
/var/www/www-root/data/www/4profi.by/catalog/model/blog/blog_category.php:49
22 (0.374)
SELECT *
FROM oc_layout_route
WHERE 'blog/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/www-root/data/www/4profi.by/catalog/model/design/layout.php:4
23 (0.314)
SELECT *
FROM oc_layout_module
WHERE layout_id = '37' AND position = 'column_right'
ORDER BY sort_order
/var/www/www-root/data/www/4profi.by/catalog/model/design/layout.php:14
24 (0.191)
SELECT *
FROM oc_blog_category_to_layout
WHERE blog_category_id = '49' AND store_id = '0'
/var/www/www-root/data/www/4profi.by/catalog/model/blog/blog_category.php:49
25 (0.271)
SELECT *
FROM oc_layout_route
WHERE 'blog/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/www-root/data/www/4profi.by/catalog/model/design/layout.php:4
26 (0.297)
SELECT *
FROM oc_layout_module
WHERE layout_id = '37' AND position = 'content_top'
ORDER BY sort_order
/var/www/www-root/data/www/4profi.by/catalog/model/design/layout.php:14
27 (0.169)
SELECT *
FROM oc_blog_category_to_layout
WHERE blog_category_id = '49' AND store_id = '0'
/var/www/www-root/data/www/4profi.by/catalog/model/blog/blog_category.php:49
28 (0.257)
SELECT *
FROM oc_layout_route
WHERE 'blog/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/var/www/www-root/data/www/4profi.by/catalog/model/design/layout.php:4
29 (0.342)
SELECT *
FROM oc_layout_module
WHERE layout_id = '37' AND position = 'content_bottom'
ORDER BY sort_order
/var/www/www-root/data/www/4profi.by/catalog/model/design/layout.php:14
30 (3.263)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'xds_coloring_theme'
/var/www/www-root/data/www/4profi.by/catalog/model/setting/setting.php:6
31 (3.177)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'xds_coloring_theme'
/var/www/www-root/data/www/4profi.by/catalog/model/setting/setting.php:6
32 (0.721)
SELECT *
FROM oc_banner_image bi
LEFT JOIN oc_banner_image_description bid ON (bi.banner_image_id = bid.banner_image_id)
WHERE bi.banner_id = '-99' AND bid.language_id = '1'
ORDER BY bi.sort_order ASC
/var/www/www-root/data/www/4profi.by/catalog/model/design/banner.php:4
33 (0.926)
SELECT *
FROM oc_information i
LEFT JOIN oc_information_description id ON (i.information_id = id.information_id)
WHERE i.status = '1'
ORDER BY i.sort_order, id.title ASC
/var/www/www-root/data/www/4profi.by/catalog/model/catalog/information.php:10
34 (0.359)
SELECT *
FROM oc_xdstickers
ORDER BY xdsticker_id ASC
/var/www/www-root/data/www/4profi.by/catalog/model/module/xdstickers.php:51
35 (0.388)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/var/www/www-root/data/www/4profi.by/catalog/model/extension/extension.php:4
36 (2.971)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'xds_coloring_theme'
/var/www/www-root/data/www/4profi.by/catalog/model/setting/setting.php:6
37 (1.699)
SELECT c.*,cd.name
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
WHERE c.status = '1'
ORDER BY c.parent_id DESC, c.sort_order, cd.name
/var/www/www-root/data/www/4profi.by/catalog/model/catalog/category.php:11
38 (1.955)
SELECT c.*,cd.name
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
WHERE c.status = '1'
ORDER BY c.parent_id DESC, c.sort_order, cd.name
/var/www/www-root/data/www/4profi.by/catalog/model/catalog/category.php:11
39 (0.460)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:304
40 (0.281)
SELECT product_id,SUM(quantity) AS total
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2' GROUP BY product_id
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:306
41 (3.408)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'giftTeaser'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:7
42 (1.764)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/var/www/www-root/data/www/4profi.by/catalog/model/extension/extension.php:4
43 (0.369)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:304
44 (0.204)
SELECT product_id,SUM(quantity) AS total
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2' GROUP BY product_id
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:306
45 (3.170)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'giftTeaser'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:7
46 (3.033)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'giftTeaser'
/var/www/www-root/data/www/4profi.by/catalog/model/setting/setting.php:6
47 (0.396)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:304
48 (0.207)
SELECT product_id,SUM(quantity) AS total
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2' GROUP BY product_id
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:306
49 (2.962)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'giftTeaser'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:7
50 (0.252)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:304
51 (0.194)
SELECT product_id,SUM(quantity) AS total
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2' GROUP BY product_id
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:306
52 (2.932)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'giftTeaser'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:7
53 (0.253)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/var/www/www-root/data/www/4profi.by/system/library/customer.php:129
54 (0.242)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:304
55 (0.247)
SELECT product_id,SUM(quantity) AS total
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2' GROUP BY product_id
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:306
56 (2.919)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'giftTeaser'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:7
57 (0.304)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:304
58 (0.207)
SELECT product_id,SUM(quantity) AS total
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2' GROUP BY product_id
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:306
59 (3.143)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'giftTeaser'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:7
60 (0.369)
SELECT *
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:304
61 (0.198)
SELECT product_id,SUM(quantity) AS total
FROM oc_cart
WHERE customer_id = '0' AND session_id = 'a7ubit3k1f616ldhe7378sgus2' GROUP BY product_id
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:306
62 (2.955)
SELECT *
FROM oc_setting
WHERE store_id = '0' AND `code` = 'giftTeaser'
/var/www/www-root/data/www/4profi.by/system/storage/modification/system/library/cart.php:7