1 (0.346)
SELECT `data`
FROM `oc_session`
WHERE session_id = 'db8f1eee40d2dbf10984eef525' AND expire > 1657201544
/home/skl00/skl.com.ua/www/system/library/session/db.php:21
2 (0.077)
SELECT *
FROM `oc_setting`
WHERE code = 'module_boost'
/home/skl00/skl.com.ua/www/system/library/boost/boost.php:0
3 (0.203)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'db8f1eee40d2dbf10984eef525'
/home/skl00/skl.com.ua/www/system/library/boost/boost.php:0
4 (0.070)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/skl00/skl.com.ua/www/system/library/openbay.php:61
5 (0.069)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
6 (0.050)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/skl00/skl.com.ua/www/system/library/openbay.php:61
7 (0.365)
SELECT `data`
FROM `oc_session`
WHERE session_id = 'eb8b11a49ae87a510474fe1cc8' AND expire > 1657201544
/home/skl00/skl.com.ua/www/system/library/session/db.php:21
8 (0.059)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://skl.com.ua/'
/home/skl00/skl.com.ua/storage/modification/catalog/controller/startup/startup.php:6
9 (1.088)
SELECT *
FROM `oc_setting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/home/skl00/skl.com.ua/storage/modification/catalog/controller/startup/startup.php:25
10 (0.076)
SELECT *
FROM oc_language
WHERE status = '1'
ORDER BY sort_order, name
/home/skl00/skl.com.ua/www/catalog/model/localisation/language.php:15
11 (0.077)
SELECT *
FROM oc_currency
/home/skl00/skl.com.ua/www/system/library/cart/currency.php:10
12 (0.066)
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 = '3488')
ORDER BY tr1.priority ASC
/home/skl00/skl.com.ua/www/system/library/cart/tax.php:16
13 (0.047)
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 = '3488')
ORDER BY tr1.priority ASC
/home/skl00/skl.com.ua/www/system/library/cart/tax.php:44
14 (0.068)
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 = '3'
/home/skl00/skl.com.ua/www/system/library/cart/weight.php:10
15 (0.066)
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 = '3'
/home/skl00/skl.com.ua/www/system/library/cart/length.php:10
16 (0.524)
DELETE
FROM oc_cart
WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:20
17 (0.087)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/skl00/skl.com.ua/www/system/library/openbay.php:61
18 (0.132)
SELECT *
FROM `oc_event`
WHERE `trigger` LIKE 'catalog/%' AND status = '1'
ORDER BY `sort_order` ASC
/home/skl00/skl.com.ua/www/catalog/model/setting/event.php:4
19 (0.147)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1599'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
20 (0.061)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'product/product' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
21 (0.050)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/dop'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
22 (0.154)
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 = '554' AND cd.language_id = '3' AND c2s.store_id = '0' AND c.status = '1'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:19
23 (0.058)
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 = '253' AND cd.language_id = '3' AND c2s.store_id = '0' AND c.status = '1'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:19
24 (0.985)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '3') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '3') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '3') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '1599' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:8
25 (0.113)
SELECT store_id
FROM `oc_store`
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:19
26 (0.040)
SELECT language_id
FROM `oc_language`
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:25
27 (0.174)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1599'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
28 (0.062)
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 = '253' AND cd.language_id = '3' AND c2s.store_id = '0' AND c.status = '1'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:19
29 (0.056)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/module/similar_products' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
30 (0.052)
SELECT *
FROM `oc_module`
WHERE `code` = 'similar_products'
ORDER BY `name`
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:5
31 (0.052)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'information/information' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
32 (0.058)
SELECT DISTINCT *
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 i.information_id = '7' AND id.language_id = '3' AND i2s.store_id = '0' AND i.status = '1'
/home/skl00/skl.com.ua/www/catalog/model/catalog/information.php:4
33 (0.048)
SELECT DISTINCT *
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 i.information_id = '8' AND id.language_id = '3' AND i2s.store_id = '0' AND i.status = '1'
/home/skl00/skl.com.ua/www/catalog/model/catalog/information.php:4
34 (0.049)
SELECT DISTINCT *
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 i.information_id = '9' AND id.language_id = '3' AND i2s.store_id = '0' AND i.status = '1'
/home/skl00/skl.com.ua/www/catalog/model/catalog/information.php:4
35 (0.170)
SELECT *
FROM oc_product_image
WHERE product_id = '1599'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
36 (0.052)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1599'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
37 (0.514)
SELECT *
FROM oc_product_discount
WHERE product_id = '1599' 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
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:419
38 (0.630)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '1599' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
39 (0.310)
SELECT COLUMN_NAME
FROM information_schema.columns
WHERE table_name='oc_product_option_value' AND COLUMN_NAME='more_image' AND table_schema = 'skl00_db'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:376
40 (0.315)
SELECT ag.attribute_group_id, agd.name
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '1599' AND agd.language_id = '3' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:345
41 (0.335)
SELECT a.attribute_id, ad.name, pa.text
FROM oc_product_attribute pa
LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '1599' AND a.attribute_group_id = '9' AND ad.language_id = '3' AND pa.language_id = '3'
ORDER BY a.sort_order, ad.name
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:350
42 (0.215)
SELECT *
FROM oc_product_related pr
LEFT JOIN oc_product p ON (pr.related_id = p.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pr.product_id = '1599' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:433
43 (1.283)
SELECT rd.*
FROM oc_product_recurring pr JOIN oc_recurring_description rd ON (rd.language_id = 3 AND rd.recurring_id = pr.recurring_id) JOIN oc_recurring r ON r.recurring_id = rd.recurring_id
WHERE pr.product_id = 1599 AND status = '1' AND pr.customer_group_id = '1'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:595
44 (0.129)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/microdatapro/tc_og'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
45 (0.334)
SELECT stock_status_id
FROM `oc_product`
WHERE product_id = '1599'
/home/skl00/skl.com.ua/www/catalog/controller/extension/module/microdatapro.php:241
46 (0.192)
SELECT author, date_added, rating, text
FROM oc_review
WHERE product_id = '1599' AND status = '1'
ORDER BY date_added DESC
/home/skl00/skl.com.ua/www/catalog/controller/extension/module/microdatapro.php:258
47 (0.055)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/microdatapro/product'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
48 (0.478)
UPDATE oc_product SET viewed = (viewed + 1)
WHERE product_id = '1599'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:4
49 (0.181)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1599' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
50 (0.059)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
51 (0.046)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'column_left'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
52 (0.048)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
53 (0.068)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1599' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
54 (0.049)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
55 (0.049)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'column_right'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
56 (0.047)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
57 (0.066)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1599' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
58 (0.047)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
59 (0.043)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'content_top'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
60 (0.049)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
61 (0.067)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1599' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
62 (0.048)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
63 (0.055)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'content_bottom'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
64 (0.061)
SELECT *
FROM oc_module
WHERE module_id = '52'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
65 (0.054)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/module/similar_products' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
66 (0.275)
SELECT *
FROM oc_product
WHERE product_id = '1599'
/home/skl00/skl.com.ua/www/catalog/model/extension/module/similar_products.php:6
67 (0.058)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/module/similar_products' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
68 (0.785)
SELECT SQL_CALC_FOUND_ROWS *
FROM ((SELECT similar_id AS product_id, p.sort_order
FROM oc_product_similar ps
LEFT JOIN oc_product p ON (ps.similar_id = p.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE ps.product_id = '1599' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.quantity > '0') UNION (SELECT DISTINCT p.product_id, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_to_category p2c ON (p.product_id = p2c.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE p2c.category_id IN (253) AND p.product_id <> '1599' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p.quantity > '0')) AS tbl
ORDER BY sort_order ASC LIMIT 0,12
/home/skl00/skl.com.ua/www/catalog/model/extension/module/similar_products.php:278
69 (0.060)
SELECT FOUND_ROWS() AS count
/home/skl00/skl.com.ua/www/catalog/model/extension/module/similar_products.php:282
70 (0.743)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '3') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '3') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '3') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '1002' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:8
71 (0.126)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1002'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
72 (0.571)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '3') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '3') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '3') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '1037' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:8
73 (0.127)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1037'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
74 (0.561)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '3') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '3') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '3') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '1054' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:8
75 (0.120)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1054'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
76 (0.563)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '3') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '3') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '3') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '1091' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:8
77 (0.128)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1091'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
78 (0.450)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '3') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '3') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '3') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '1109' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:8
79 (0.116)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1109'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
80 (0.446)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '3') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '3') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '3') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '1147' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:8
81 (0.100)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1147'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
82 (0.432)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '3') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '3') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '3') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '1163' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:8
83 (0.101)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1163'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
84 (0.443)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '3') AS stock_status, (SELECT wcd.unit
FROM oc_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '3') AS weight_class, (SELECT lcd.unit
FROM oc_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '3') AS length_class, (SELECT AVG(rating) AS total
FROM oc_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '1617' AND pd.language_id = '3' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:8
85 (0.111)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1617'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
86 (1.008)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '1002' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
87 (0.381)
SELECT COLUMN_NAME
FROM information_schema.columns
WHERE table_name='oc_product_option_value' AND COLUMN_NAME='more_image' AND table_schema = 'skl00_db'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:376
88 (0.064)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1002'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
89 (1.037)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '1037' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
90 (0.362)
SELECT COLUMN_NAME
FROM information_schema.columns
WHERE table_name='oc_product_option_value' AND COLUMN_NAME='more_image' AND table_schema = 'skl00_db'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:376
91 (0.063)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1037'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
92 (0.532)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '1054' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
93 (0.294)
SELECT COLUMN_NAME
FROM information_schema.columns
WHERE table_name='oc_product_option_value' AND COLUMN_NAME='more_image' AND table_schema = 'skl00_db'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:376
94 (0.051)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1054'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
95 (1.811)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '1091' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
96 (0.271)
SELECT COLUMN_NAME
FROM information_schema.columns
WHERE table_name='oc_product_option_value' AND COLUMN_NAME='more_image' AND table_schema = 'skl00_db'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:376
97 (0.358)
SELECT *
FROM oc_product_option_value pov
LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id)
LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id)
WHERE pov.product_id = '1091' AND pov.product_option_id = '2200' AND ovd.language_id = '3'
ORDER BY ov.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:384
98 (0.055)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1091'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
99 (0.445)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '1109' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
100 (0.211)
SELECT COLUMN_NAME
FROM information_schema.columns
WHERE table_name='oc_product_option_value' AND COLUMN_NAME='more_image' AND table_schema = 'skl00_db'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:376
101 (0.316)
SELECT *
FROM oc_product_option_value pov
LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id)
LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id)
WHERE pov.product_id = '1109' AND pov.product_option_id = '414' AND ovd.language_id = '3'
ORDER BY ov.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:384
102 (0.076)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1109'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
103 (0.680)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '1147' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
104 (0.210)
SELECT COLUMN_NAME
FROM information_schema.columns
WHERE table_name='oc_product_option_value' AND COLUMN_NAME='more_image' AND table_schema = 'skl00_db'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:376
105 (0.320)
SELECT *
FROM oc_product_option_value pov
LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id)
LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id)
WHERE pov.product_id = '1147' AND pov.product_option_id = '427' AND ovd.language_id = '3'
ORDER BY ov.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:384
106 (0.245)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1147'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
107 (0.470)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '1163' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
108 (0.207)
SELECT COLUMN_NAME
FROM information_schema.columns
WHERE table_name='oc_product_option_value' AND COLUMN_NAME='more_image' AND table_schema = 'skl00_db'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:376
109 (0.345)
SELECT *
FROM oc_product_option_value pov
LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id)
LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id)
WHERE pov.product_id = '1163' AND pov.product_option_id = '436' AND ovd.language_id = '3'
ORDER BY ov.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:384
110 (0.063)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1163'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
111 (0.650)
SELECT *
FROM oc_product_option po
LEFT JOIN `oc_option` o ON (po.option_id = o.option_id)
LEFT JOIN oc_option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '1617' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
112 (0.239)
SELECT COLUMN_NAME
FROM information_schema.columns
WHERE table_name='oc_product_option_value' AND COLUMN_NAME='more_image' AND table_schema = 'skl00_db'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:376
113 (0.352)
SELECT *
FROM oc_product_option_value pov
LEFT JOIN oc_option_value ov ON (pov.option_value_id = ov.option_value_id)
LEFT JOIN oc_option_value_description ovd ON (ov.option_value_id = ovd.option_value_id)
WHERE pov.product_id = '1617' AND pov.product_option_id = '526' AND ovd.language_id = '3'
ORDER BY ov.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:384
114 (0.050)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1617'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
115 (0.056)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/similar_products_products'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
116 (0.070)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/similar_products'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
117 (0.061)
SELECT *
FROM oc_module
WHERE module_id = '53'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
118 (0.054)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/module/categories' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
119 (0.073)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/categories'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
120 (0.106)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
121 (0.079)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/footer' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
122 (0.055)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1599' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
123 (0.047)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
124 (0.048)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'footer_left'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
125 (0.041)
SELECT *
FROM oc_module
WHERE module_id = '39'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
126 (0.052)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer_left'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
127 (0.066)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1599' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
128 (0.043)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
129 (0.040)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'footer_right'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
130 (0.040)
SELECT *
FROM oc_module
WHERE module_id = '43'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
131 (0.048)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer_right'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
132 (0.061)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1599' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
133 (0.043)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
134 (0.040)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'ftop_full'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
135 (0.039)
SELECT *
FROM oc_module
WHERE module_id = '41'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
136 (0.050)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/module/themecontrol' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
137 (0.043)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/module/webinewsletter' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
138 (0.053)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/webinewsletter/default'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
139 (0.088)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/ftop_full'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
140 (0.061)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1599' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
141 (0.042)
SELECT *
FROM oc_layout_route
WHERE 'product/product' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
142 (0.044)
SELECT *
FROM oc_layout_module
WHERE layout_id = '2' AND position = 'fbottom_full'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
143 (0.054)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/fbottom_full'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
144 (0.097)
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 = '3' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/home/skl00/skl.com.ua/www/catalog/model/catalog/information.php:10
145 (0.048)
SELECT 'store_id', 'url'
FROM oc_store
ORDER BY url
/home/skl00/skl.com.ua/www/catalog/controller/extension/module/microdatapro.php:58
146 (0.044)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/microdatapro/company'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
147 (0.141)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/language' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
148 (0.048)
SELECT *
FROM oc_language
WHERE status = '1'
ORDER BY sort_order, name
/home/skl00/skl.com.ua/www/catalog/model/localisation/language.php:15
149 (0.055)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/language'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
150 (0.064)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/currency' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
151 (0.049)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
152 (0.055)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/search' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
153 (0.045)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/search'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
154 (0.068)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/cart' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
155 (0.241)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
156 (0.059)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/skl00/skl.com.ua/www/catalog/model/setting/extension.php:4
157 (0.051)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/total/sub_total' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
158 (0.040)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
159 (0.051)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
160 (0.051)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
161 (0.052)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/total/credit' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
162 (0.037)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/customer.php:128
163 (0.050)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/total/total' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
164 (0.042)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
165 (0.048)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
166 (0.045)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
167 (0.062)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/menu' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
168 (0.078)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
169 (0.088)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
170 (0.071)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/home/skl00/skl.com.ua/www/catalog/model/setting/extension.php:4
171 (0.051)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/header' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
172 (0.051)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/language' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
173 (0.072)
SELECT *
FROM oc_language
WHERE status = '1'
ORDER BY sort_order, name
/home/skl00/skl.com.ua/www/catalog/model/localisation/language.php:15
174 (0.049)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/language'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
175 (0.053)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/currency' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
176 (0.046)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
177 (0.194)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/module/ocsearchcategory' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
178 (0.059)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/ocsearchcategory/ocsearchcategory'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
179 (0.114)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/cart' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
180 (0.042)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
181 (0.052)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/skl00/skl.com.ua/www/catalog/model/setting/extension.php:4
182 (0.053)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/total/sub_total' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
183 (0.039)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
184 (0.048)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
185 (0.045)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
186 (0.056)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/total/credit' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
187 (0.045)
SELECT SUM(amount) AS total
FROM oc_customer_transaction
WHERE customer_id = '0'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/customer.php:128
188 (0.051)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/total/total' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
189 (0.044)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
190 (0.035)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'eb8b11a49ae87a510474fe1cc8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
191 (0.049)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
192 (0.056)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/menu' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
193 (0.059)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/menu'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
194 (0.061)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'common/menu' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
195 (0.056)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/sidebar'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
196 (0.077)
SELECT *
FROM oc_banner b
LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id)
WHERE b.banner_id = '12' AND b.status = '1' AND bi.language_id = '3'
ORDER BY bi.sort_order ASC
/home/skl00/skl.com.ua/www/catalog/model/design/banner.php:4
197 (0.043)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'common/header'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
198 (0.188)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'product/product'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4