1 (0.440)
SELECT `data`
FROM `oc_session`
WHERE session_id = '54c47b7d9fa5825bad675cd2bd' AND expire > 1657027740
/home/skl00/skl.com.ua/www/system/library/session/db.php:21
2 (0.067)
SELECT *
FROM `oc_setting`
WHERE code = 'module_boost'
/home/skl00/skl.com.ua/www/system/library/boost/boost.php:0
3 (0.200)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '54c47b7d9fa5825bad675cd2bd'
/home/skl00/skl.com.ua/www/system/library/boost/boost.php:0
4 (0.053)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/skl00/skl.com.ua/www/system/library/openbay.php:61
5 (0.056)
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.040)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/skl00/skl.com.ua/www/system/library/openbay.php:61
7 (0.266)
SELECT `data`
FROM `oc_session`
WHERE session_id = 'c7a55fb4aa0f5afbc81beb5469' AND expire > 1657027740
/home/skl00/skl.com.ua/www/system/library/session/db.php:21
8 (0.050)
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 (0.920)
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.060)
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.060)
SELECT *
FROM oc_currency
/home/skl00/skl.com.ua/www/system/library/cart/currency.php:10
12 (0.051)
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.038)
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.057)
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.053)
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.319)
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.044)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/skl00/skl.com.ua/www/system/library/openbay.php:61
18 (0.101)
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.097)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1340'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
20 (0.064)
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.058)
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.083)
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 = '551' 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.059)
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 = '732' 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.957)
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 = '1340' 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.077)
SELECT store_id
FROM `oc_store`
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:19
26 (0.038)
SELECT language_id
FROM `oc_language`
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:25
27 (0.101)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1340'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
28 (0.064)
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 = '732' 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.044)
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.039)
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.038)
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.043)
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.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 = '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.042)
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.238)
SELECT *
FROM oc_product_image
WHERE product_id = '1340'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
36 (0.065)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1340'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
37 (0.051)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1340'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
38 (0.476)
SELECT *
FROM oc_product_discount
WHERE product_id = '1340' 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
39 (0.061)
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 = '1340' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
40 (0.435)
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
41 (0.390)
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 = '1340' 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
42 (0.387)
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 = '1340' 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
43 (0.199)
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 = '1340' 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
44 (0.141)
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 = 1340 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
45 (0.165)
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
46 (0.282)
SELECT stock_status_id
FROM `oc_product`
WHERE product_id = '1340'
/home/skl00/skl.com.ua/www/catalog/controller/extension/module/microdatapro.php:241
47 (0.221)
SELECT author, date_added, rating, text
FROM oc_review
WHERE product_id = '1340' AND status = '1'
ORDER BY date_added DESC
/home/skl00/skl.com.ua/www/catalog/controller/extension/module/microdatapro.php:258
48 (0.085)
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
49 (0.593)
UPDATE oc_product SET viewed = (viewed + 1)
WHERE product_id = '1340'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:4
50 (0.249)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1340' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
51 (0.072)
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
52 (0.062)
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
53 (0.062)
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
54 (0.080)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1340' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
55 (0.283)
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
56 (0.057)
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
57 (0.063)
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
58 (0.081)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1340' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
59 (0.078)
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
60 (0.095)
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
61 (0.081)
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
62 (0.088)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1340' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
63 (0.067)
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
64 (0.066)
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
65 (0.079)
SELECT *
FROM oc_module
WHERE module_id = '52'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
66 (0.064)
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
67 (0.347)
SELECT *
FROM oc_product
WHERE product_id = '1340'
/home/skl00/skl.com.ua/www/catalog/model/extension/module/similar_products.php:6
68 (0.229)
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
69 (0.959)
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 = '1340' 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 (732) AND p.product_id <> '1340' 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
70 (0.089)
SELECT FOUND_ROWS() AS count
/home/skl00/skl.com.ua/www/catalog/model/extension/module/similar_products.php:282
71 (0.752)
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 = '1338' 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
72 (0.139)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1338'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
73 (0.599)
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 = '1370' 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
74 (0.137)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1370'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
75 (0.501)
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 = '1377' 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
76 (0.138)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1377'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
77 (0.452)
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 = '1582' 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
78 (0.118)
SELECT date_modified
FROM `oc_product`
WHERE product_id='1582'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
79 (0.425)
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 = '2065' 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
80 (0.106)
SELECT date_modified
FROM `oc_product`
WHERE product_id='2065'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
81 (0.445)
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 = '3861' 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
82 (0.106)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3861'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
83 (0.424)
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 = '4020' 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
84 (0.107)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4020'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
85 (0.435)
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 = '6369' 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
86 (0.139)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6369'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
87 (0.537)
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 = '6719' 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
88 (0.148)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6719'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
89 (0.157)
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 = '1338' 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.620)
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.098)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1338'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
92 (0.063)
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 = '1370' 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.209)
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.468)
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 = '1370' AND pov.product_option_id = '487' AND ovd.language_id = '3'
ORDER BY ov.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:384
95 (0.053)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1370'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
96 (0.057)
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 = '1377' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
97 (0.203)
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
98 (0.051)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1377'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
99 (0.052)
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 = '1582' 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.229)
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.050)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '1582'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
102 (0.051)
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 = '2065' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
103 (0.188)
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
104 (0.047)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '2065'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
105 (0.058)
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 = '3861' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
106 (0.194)
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
107 (0.048)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '3861'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
108 (0.055)
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 = '4020' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
109 (0.187)
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
110 (0.322)
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 = '4020' AND pov.product_option_id = '1121' AND ovd.language_id = '3'
ORDER BY ov.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:384
111 (0.052)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4020'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
112 (0.053)
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 = '6369' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
113 (0.216)
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
114 (0.046)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6369'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
115 (0.066)
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 = '6719' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
116 (0.201)
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
117 (0.053)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6719'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
118 (0.066)
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
119 (0.076)
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
120 (0.071)
SELECT *
FROM oc_module
WHERE module_id = '53'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
121 (0.069)
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
122 (0.075)
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
123 (0.070)
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
124 (0.084)
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
125 (0.064)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1340' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
126 (0.063)
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
127 (0.070)
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
128 (0.065)
SELECT *
FROM oc_module
WHERE module_id = '39'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
129 (0.071)
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
130 (0.074)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1340' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
131 (0.057)
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
132 (0.060)
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
133 (0.063)
SELECT *
FROM oc_module
WHERE module_id = '43'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
134 (0.061)
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
135 (0.066)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1340' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
136 (0.057)
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
137 (0.057)
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
138 (0.059)
SELECT *
FROM oc_module
WHERE module_id = '41'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
139 (0.056)
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
140 (0.057)
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
141 (0.066)
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
142 (0.075)
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
143 (0.063)
SELECT *
FROM oc_product_to_layout
WHERE product_id = '1340' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:443
144 (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
145 (0.041)
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
146 (0.049)
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
147 (0.114)
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
148 (0.053)
SELECT 'store_id', 'url'
FROM oc_store
ORDER BY url
/home/skl00/skl.com.ua/www/catalog/controller/extension/module/microdatapro.php:58
149 (0.071)
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
150 (0.215)
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
151 (0.203)
SELECT *
FROM oc_language
WHERE status = '1'
ORDER BY sort_order, name
/home/skl00/skl.com.ua/www/catalog/model/localisation/language.php:15
152 (0.119)
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
153 (1.418)
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
154 (9.763)
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
155 (0.164)
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
156 (0.068)
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
157 (2.900)
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
158 (1.751)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
159 (0.105)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/skl00/skl.com.ua/www/catalog/model/setting/extension.php:4
160 (0.082)
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
161 (0.073)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
162 (0.074)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
163 (0.085)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
164 (0.086)
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
165 (0.072)
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
166 (0.100)
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
167 (7.370)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
168 (3.868)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
169 (3.580)
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
170 (1.119)
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
171 (0.172)
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
172 (0.156)
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
173 (1.625)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/home/skl00/skl.com.ua/www/catalog/model/setting/extension.php:4
174 (0.713)
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
175 (0.212)
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
176 (0.073)
SELECT *
FROM oc_language
WHERE status = '1'
ORDER BY sort_order, name
/home/skl00/skl.com.ua/www/catalog/model/localisation/language.php:15
177 (0.140)
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
178 (0.076)
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
179 (0.065)
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
180 (0.063)
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
181 (0.074)
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
182 (0.127)
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
183 (0.057)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
184 (0.061)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/skl00/skl.com.ua/www/catalog/model/setting/extension.php:4
185 (0.913)
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
186 (3.467)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
187 (0.091)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
188 (0.063)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
189 (0.050)
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
190 (0.055)
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
191 (0.056)
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
192 (0.068)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
193 (0.049)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'c7a55fb4aa0f5afbc81beb5469'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
194 (0.587)
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
195 (0.076)
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
196 (0.182)
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
197 (0.115)
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
198 (0.117)
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
199 (0.159)
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
200 (0.045)
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
201 (1.278)
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