1 (0.599)
SELECT `data`
FROM `oc_session`
WHERE session_id = '0e229cb1e86d6ae3f30d73b6b7' AND expire > 1653364692
/home/skl00/skl.com.ua/www/system/library/session/db.php:21
2 (0.078)
SELECT *
FROM `oc_setting`
WHERE code = 'module_boost'
/home/skl00/skl.com.ua/www/system/library/boost/boost.php:0
3 (0.236)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '0e229cb1e86d6ae3f30d73b6b7'
/home/skl00/skl.com.ua/www/system/library/boost/boost.php:0
4 (0.057)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/skl00/skl.com.ua/www/system/library/openbay.php:61
5 (0.048)
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.032)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/skl00/skl.com.ua/www/system/library/openbay.php:61
7 (0.237)
SELECT `data`
FROM `oc_session`
WHERE session_id = '53f8e3dfcdb3a2deac7a5bf9a8' AND expire > 1653364692
/home/skl00/skl.com.ua/www/system/library/session/db.php:21
8 (0.045)
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.128)
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.056)
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.057)
SELECT *
FROM oc_currency
/home/skl00/skl.com.ua/www/system/library/cart/currency.php:10
12 (0.042)
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.031)
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.049)
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.046)
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.359)
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.040)
SELECT *
FROM oc_extension
WHERE `type` = 'openbay'
/home/skl00/skl.com.ua/www/system/library/openbay.php:61
18 (0.087)
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.101)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'product/category' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
20 (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 = '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
21 (0.042)
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
22 (0.370)
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 = '1243' 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.052)
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 = '1243' 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.045)
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
25 (0.039)
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 = '1243' 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
26 (0.095)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '1243' AND cd.language_id = '3' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:25
27 (40.434)
SELECT COUNT(*) AS total
FROM ( SELECT p.product_id, p.sort_order, "1" AS match_filters
FROM `oc_product` AS p
INNER JOIN `oc_product_to_store` AS p2s ON (p2s.product_id = p.product_id)
INNER JOIN `oc_bf_filter` AS f ON (p.product_id = f.product_id)
INNER JOIN `oc_product_to_category` AS p2c ON (p.product_id = p2c.product_id)
INNER JOIN `oc_category_path` AS cp ON (cp.category_id = p2c.category_id)
WHERE p2s.store_id = '0' AND p.date_available <= NOW() AND cp.path_id = '1243' AND f.out_of_stock = 0 GROUP BY p.product_id HAVING match_filters = 1) AS t
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:475
28 (63.612)
SELECT p.product_id, p.sort_order, "1" AS match_filters, pp.quantity
FROM `oc_product` AS p
INNER JOIN `oc_product_to_store` AS p2s ON (p2s.product_id = p.product_id)
INNER JOIN `oc_bf_filter` AS f ON (p.product_id = f.product_id)
INNER JOIN `oc_product_to_category` AS p2c ON (p.product_id = p2c.product_id)
INNER JOIN `oc_category_path` AS cp ON (cp.category_id = p2c.category_id)
INNER JOIN `oc_product_description` AS pd ON (pd.product_id = p.product_id)
INNER JOIN `oc_product` AS pp ON (pp.product_id = p.product_id)
WHERE p2s.store_id = '0' AND p.date_available <= NOW() AND cp.path_id = '1243' AND f.out_of_stock = 0 AND pd.language_id = '3' GROUP BY p.product_id HAVING match_filters = 1
ORDER BY pp.quantity DESC, pd.name DESC LIMIT 0, 32
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:76
29 (0.647)
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 = '6182' 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
30 (0.462)
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 = '6183' 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
31 (0.416)
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 = '6039' 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
32 (0.440)
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 = '6431' 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
33 (0.423)
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 = '6354' 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
34 (0.422)
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 = '6129' 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
35 (0.410)
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 = '3858' 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
36 (0.412)
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 = '4271' 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
37 (0.410)
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 = '4000' 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
38 (0.404)
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 = '4145' 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
39 (0.410)
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 = '4144' 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
40 (0.406)
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 = '4143' 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
41 (0.888)
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 = '3790' 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
42 (0.532)
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 = '4187' 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
43 (0.405)
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 = '4124' 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
44 (0.408)
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 = '4125' 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
45 (0.399)
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 = '4123' 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
46 (0.404)
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 = '4188' 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
47 (0.397)
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 = '3832' 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
48 (0.406)
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 = '4418' 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
49 (0.042)
SELECT store_id
FROM `oc_store`
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:19
50 (0.030)
SELECT language_id
FROM `oc_language`
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:25
51 (0.096)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6182'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
52 (0.080)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6183'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
53 (0.073)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6039'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
54 (0.078)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6431'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
55 (0.091)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6354'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
56 (0.091)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6129'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
57 (0.078)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3858'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
58 (0.094)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4271'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
59 (0.075)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
60 (0.075)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4145'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
61 (0.072)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4144'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
62 (0.076)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4143'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
63 (0.073)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3790'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
64 (0.074)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4187'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
65 (0.072)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4124'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
66 (0.072)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4125'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
67 (0.071)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4123'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
68 (0.074)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4188'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
69 (0.073)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3832'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
70 (0.074)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4418'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
71 (0.045)
SELECT *
FROM oc_product_image
WHERE product_id = '6182'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
72 (0.030)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6182'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
73 (0.035)
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 = '6182' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
74 (0.403)
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
75 (0.049)
SELECT *
FROM oc_product_image
WHERE product_id = '6183'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
76 (0.208)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6183'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
77 (0.075)
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 = '6183' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
78 (0.527)
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
79 (0.050)
SELECT *
FROM oc_product_image
WHERE product_id = '6039'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
80 (0.036)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6039'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
81 (0.031)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6039'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
82 (0.042)
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 = '6039' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
83 (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
84 (0.052)
SELECT *
FROM oc_product_image
WHERE product_id = '6431'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
85 (0.034)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6431'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
86 (0.035)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6431'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
87 (0.029)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6431'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
88 (0.029)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6431'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
89 (0.764)
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 = '6431' 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.269)
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.261)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6431'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
92 (0.068)
SELECT *
FROM oc_product_image
WHERE product_id = '6354'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
93 (0.047)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6354'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
94 (0.048)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6354'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
95 (0.042)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6354'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
96 (0.044)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6354'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
97 (0.982)
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 = '6354' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
98 (0.305)
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
99 (0.190)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6354'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
100 (0.065)
SELECT *
FROM oc_product_image
WHERE product_id = '6129'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
101 (0.050)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6129'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
102 (0.043)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6129'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
103 (0.041)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6129'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
104 (0.043)
SELECT date_modified
FROM `oc_product`
WHERE product_id='6129'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
105 (0.923)
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 = '6129' 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.285)
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.191)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '6129'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
108 (0.072)
SELECT *
FROM oc_product_image
WHERE product_id = '3858'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
109 (0.044)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3858'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
110 (0.039)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3858'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
111 (0.044)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3858'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
112 (0.039)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3858'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
113 (0.766)
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 = '3858' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
114 (0.293)
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
115 (0.171)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '3858'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
116 (0.128)
SELECT *
FROM oc_product_image
WHERE product_id = '4271'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
117 (0.051)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4271'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
118 (0.060)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4271'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
119 (0.946)
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 = '4271' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
120 (0.308)
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
121 (0.050)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4271'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
122 (0.072)
SELECT *
FROM oc_product_image
WHERE product_id = '4000'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
123 (0.053)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
124 (0.045)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
125 (0.047)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
126 (0.041)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
127 (0.044)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
128 (0.043)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
129 (0.049)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
130 (0.052)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
131 (0.047)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4000'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
132 (0.956)
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 = '4000' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
133 (0.296)
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
134 (0.490)
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 = '4000' AND pov.product_option_id = '1101' AND ovd.language_id = '3'
ORDER BY ov.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:384
135 (0.167)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4000'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
136 (0.102)
SELECT *
FROM oc_product_image
WHERE product_id = '4145'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
137 (0.061)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4145'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
138 (0.052)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4145'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
139 (0.770)
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 = '4145' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
140 (0.277)
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
141 (0.063)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4145'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
142 (0.088)
SELECT *
FROM oc_product_image
WHERE product_id = '4144'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
143 (0.056)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4144'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
144 (0.053)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4144'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
145 (0.492)
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 = '4144' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
146 (0.231)
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
147 (0.068)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4144'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
148 (0.098)
SELECT *
FROM oc_product_image
WHERE product_id = '4143'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
149 (0.058)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4143'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
150 (0.076)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4143'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
151 (0.861)
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 = '4143' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
152 (0.331)
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
153 (0.058)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4143'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
154 (0.074)
SELECT *
FROM oc_product_image
WHERE product_id = '3790'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
155 (0.050)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3790'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
156 (0.050)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3790'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
157 (0.052)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3790'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
158 (0.052)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3790'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
159 (0.905)
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 = '3790' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
160 (0.299)
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
161 (0.227)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '3790'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
162 (0.113)
SELECT *
FROM oc_product_image
WHERE product_id = '4187'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
163 (0.055)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4187'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
164 (0.052)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4187'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
165 (0.463)
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 = '4187' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
166 (0.218)
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
167 (0.070)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4187'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
168 (0.064)
SELECT *
FROM oc_product_image
WHERE product_id = '4124'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
169 (0.054)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4124'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
170 (0.456)
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 = '4124' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
171 (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
172 (0.143)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4124'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
173 (0.066)
SELECT *
FROM oc_product_image
WHERE product_id = '4125'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
174 (0.048)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4125'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
175 (0.409)
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 = '4125' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
176 (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
177 (0.126)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4125'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
178 (0.063)
SELECT *
FROM oc_product_image
WHERE product_id = '4123'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
179 (0.051)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4123'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
180 (0.422)
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 = '4123' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
181 (0.217)
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
182 (0.128)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4123'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
183 (0.097)
SELECT *
FROM oc_product_image
WHERE product_id = '4188'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
184 (0.054)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4188'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
185 (0.853)
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 = '4188' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
186 (0.281)
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
187 (0.054)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4188'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
188 (0.068)
SELECT *
FROM oc_product_image
WHERE product_id = '3832'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
189 (0.049)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3832'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
190 (0.068)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3832'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
191 (0.051)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3832'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
192 (0.053)
SELECT date_modified
FROM `oc_product`
WHERE product_id='3832'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
193 (0.860)
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 = '3832' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
194 (0.287)
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
195 (0.179)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '3832'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
196 (0.091)
SELECT *
FROM oc_product_image
WHERE product_id = '4418'
ORDER BY sort_order ASC
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:425
197 (0.056)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4418'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
198 (0.051)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4418'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
199 (0.049)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4418'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
200 (0.048)
SELECT date_modified
FROM `oc_product`
WHERE product_id='4418'
/home/skl00/skl.com.ua/www/system/library/vendor/isenselabs/watermark/OpenCartImageSymlink.php:152
201 (0.903)
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 = '4418' AND od.language_id = '3'
ORDER BY o.sort_order
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/product.php:373
202 (0.292)
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
203 (0.178)
SELECT category_id
FROM oc_product_to_category
WHERE product_id = '4418'
ORDER BY main_category DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/controller/startup/seo_pro.php:270
204 (0.091)
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
205 (0.187)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/microdatapro/category_manufacturer'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
206 (0.441)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '1243' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:70
207 (0.062)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
208 (0.049)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_left'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
209 (0.053)
SELECT *
FROM oc_translation
WHERE store_id = '0' AND language_id = '3' AND (route = 'extension/module/category' OR route = 'ru-ru')
/home/skl00/skl.com.ua/www/catalog/model/design/translation.php:6
210 (0.051)
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 = '1243' 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
211 (0.054)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '1243' AND cd.language_id = '3' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:25
212 (0.060)
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
213 (0.707)
SELECT *
FROM oc_category c
LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '551' AND cd.language_id = '3' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:25
214 (0.080)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/category'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
215 (0.061)
SELECT *
FROM oc_module
WHERE module_id = '49'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
216 (214.596)
SELECT a.attribute_group_id AS group_id, av.attribute_id AS attr_id, av.attribute_value_id AS val_id, agd.name AS group_name, ad.name AS attr_name, av.sort_order AS val_sort, av.value
FROM `oc_bf_product_attribute_value` AS af
INNER JOIN ( SELECT p.*
FROM `oc_product` AS p
INNER JOIN `oc_product_to_category` AS p2c ON (p.product_id = p2c.product_id)
INNER JOIN `oc_category_path` AS cp ON (cp.category_id = p2c.category_id)
WHERE cp.path_id = '1243') AS p ON (af.product_id = p.product_id)
INNER JOIN `oc_bf_attribute_value` AS av ON (af.attribute_value_id = av.attribute_value_id)
INNER JOIN `oc_attribute` AS a ON (a.attribute_id = av.attribute_id)
INNER JOIN `oc_attribute_description` AS ad ON (ad.attribute_id = a.attribute_id)
INNER JOIN `oc_attribute_group` AS ag ON (ag.attribute_group_id = a.attribute_group_id)
INNER JOIN `oc_attribute_group_description` AS agd ON (agd.attribute_group_id = a.attribute_group_id)
INNER JOIN `oc_product_to_store` AS ps ON (p.product_id = ps.product_id)
WHERE agd.language_id = '3' AND ad.language_id = '3' AND av.language_id = '3' AND ps.store_id = '0' AND p.status = 1 GROUP BY av.attribute_value_id
ORDER BY ag.sort_order, ag.attribute_group_id, a.sort_order, ad.name, av.sort_order, av.value
/home/skl00/skl.com.ua/www/catalog/model/extension/module/brainyfilter.php:952
217 (84.788)
SELECT od.name AS namegroup, ovd.name, ovd.option_value_id, pov.option_id, ov.image, ov.sort_order
FROM `oc_product` AS p
INNER JOIN `oc_product_to_store` AS p2s ON (p.product_id = p2s.product_id)
INNER JOIN `oc_product_option_value` AS pov ON (p.product_id = pov.product_id)
INNER JOIN `oc_option_description` AS od ON (pov.option_id = od.option_id)
INNER JOIN `oc_option_value_description` AS ovd ON (pov.option_value_id = ovd.option_value_id)
INNER JOIN `oc_option` AS o ON (pov.option_id = o.option_id)
INNER JOIN `oc_option_value` AS ov ON (pov.option_value_id = ov.option_value_id)
INNER JOIN `oc_product_to_category` AS p2c ON (p.product_id = p2c.product_id)
INNER JOIN `oc_category_path` AS cp ON (cp.category_id = p2c.category_id)
WHERE p.status = 1 AND p.date_available <= NOW() AND ovd.language_id = '3' AND od.language_id = '3' AND p2s.store_id = '0' AND cp.path_id = '1243' GROUP BY pov.option_value_id
ORDER BY o.sort_order, ov.sort_order, od.name, ovd.name
/home/skl00/skl.com.ua/www/catalog/model/extension/module/brainyfilter.php:1094
218 (0.571)
SELECT fgd.name AS namegroup, fd.name, f.filter_id, fg.filter_group_id, f.sort_order
FROM `oc_product` AS p
INNER JOIN `oc_product_filter` AS pf ON (p.product_id = pf.product_id)
INNER JOIN `oc_filter` AS f ON (f.filter_id = pf.filter_id)
INNER JOIN `oc_filter_description` AS fd ON (fd.filter_id = pf.filter_id)
INNER JOIN `oc_filter_group` AS fg ON (fg.filter_group_id = fd.filter_group_id)
INNER JOIN `oc_filter_group_description` AS fgd ON (fd.filter_group_id = fgd.filter_group_id)
INNER JOIN `oc_product_to_store` AS p2s ON (p.product_id = p2s.product_id)
INNER JOIN `oc_product_to_category` AS p2c ON (p.product_id = p2c.product_id)
INNER JOIN `oc_category_path` AS cp ON (cp.category_id = p2c.category_id)
INNER JOIN `oc_category_filter` AS c2f ON (f.filter_id = c2f.filter_id)
WHERE p.status = 1 AND p.date_available <= NOW() AND fd.language_id = '3' AND fgd.language_id = '3' AND p2s.store_id = '0' AND cp.path_id = '1243' AND c2f.category_id = '1243' GROUP BY f.filter_id
ORDER BY fg.sort_order, f.sort_order, fgd.name, fd.name
/home/skl00/skl.com.ua/www/catalog/model/extension/module/brainyfilter.php:1169
219 (0.070)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'extension/module/brainyfilter'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4
220 (0.219)
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
221 (0.063)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '1243' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:70
222 (0.050)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
223 (0.045)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'column_right'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
224 (0.044)
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
225 (0.045)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '1243' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:70
226 (0.052)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
227 (0.037)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_top'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
228 (0.036)
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
229 (0.057)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '1243' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:70
230 (0.064)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
231 (0.044)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'content_bottom'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
232 (0.039)
SELECT *
FROM oc_module
WHERE module_id = '53'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
233 (0.057)
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
234 (0.093)
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
235 (0.053)
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
236 (0.054)
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
237 (0.052)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '1243' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:70
238 (0.041)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
239 (0.040)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'footer_left'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
240 (0.054)
SELECT *
FROM oc_module
WHERE module_id = '39'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
241 (0.050)
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
242 (0.054)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '1243' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:70
243 (0.046)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
244 (0.039)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'footer_right'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
245 (0.040)
SELECT *
FROM oc_module
WHERE module_id = '43'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
246 (0.045)
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
247 (0.059)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '1243' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:70
248 (0.046)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
249 (0.043)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'ftop_full'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
250 (0.041)
SELECT *
FROM oc_module
WHERE module_id = '41'
/home/skl00/skl.com.ua/storage/modification/catalog/model/setting/module.php:11
251 (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
252 (0.048)
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
253 (0.049)
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
254 (0.057)
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
255 (0.058)
SELECT *
FROM oc_category_to_layout
WHERE category_id = '1243' AND store_id = '0'
/home/skl00/skl.com.ua/storage/modification/catalog/model/catalog/category.php:70
256 (0.045)
SELECT *
FROM oc_layout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:4
257 (0.040)
SELECT *
FROM oc_layout_module
WHERE layout_id = '3' AND position = 'fbottom_full'
ORDER BY sort_order
/home/skl00/skl.com.ua/www/catalog/model/design/layout.php:14
258 (0.048)
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
259 (0.094)
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
260 (0.045)
SELECT 'store_id', 'url'
FROM oc_store
ORDER BY url
/home/skl00/skl.com.ua/www/catalog/controller/extension/module/microdatapro.php:58
261 (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
262 (0.056)
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
263 (0.047)
SELECT *
FROM oc_language
WHERE status = '1'
ORDER BY sort_order, name
/home/skl00/skl.com.ua/www/catalog/model/localisation/language.php:15
264 (0.052)
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
265 (0.055)
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
266 (0.050)
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
267 (0.074)
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
268 (0.051)
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
269 (0.058)
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
270 (0.342)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
271 (0.076)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/skl00/skl.com.ua/www/catalog/model/setting/extension.php:4
272 (0.080)
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
273 (0.075)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
274 (0.080)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
275 (0.082)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
276 (0.081)
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
277 (0.076)
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
278 (0.070)
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
279 (0.051)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
280 (0.048)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
281 (0.067)
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
282 (0.074)
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
283 (0.057)
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
284 (0.066)
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
285 (0.062)
SELECT *
FROM oc_extension
WHERE `type` = 'analytics'
/home/skl00/skl.com.ua/www/catalog/model/setting/extension.php:4
286 (0.052)
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
287 (0.054)
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
288 (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
289 (0.054)
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
290 (0.051)
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
291 (0.053)
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
292 (0.056)
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
293 (0.054)
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
294 (0.194)
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
295 (0.046)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
296 (0.052)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/skl00/skl.com.ua/www/catalog/model/setting/extension.php:4
297 (0.052)
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
298 (0.042)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
299 (0.041)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
300 (0.048)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
301 (0.058)
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
302 (0.046)
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
303 (0.058)
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
304 (0.046)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
305 (0.045)
SELECT *
FROM oc_cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '53f8e3dfcdb3a2deac7a5bf9a8'
/home/skl00/skl.com.ua/storage/modification/system/library/cart/cart.php:41
306 (0.048)
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
307 (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
308 (0.050)
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
309 (0.058)
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
310 (0.053)
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
311 (0.061)
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
312 (0.046)
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
313 (0.068)
SELECT *
FROM oc_theme
WHERE store_id = '0' AND theme = 'default' AND route = 'product/category'
/home/skl00/skl.com.ua/www/catalog/model/design/theme.php:4