Menu
Your Cart

Search

1
false
false
true
Remove
Change
tr
Queries: 187, Total time: 99.276 ms [By time] [By id] [By file]
1 (0.466)
SELECT `data`
FROM `session`
WHERE `session_id` = 'd7a5c269573d6d9804c3c12cd5' AND `expire` > '2026-01-21 12:27:33'
/home/sila-s/web/sila-s.ru/public_html/system/library/session/db.php:22
2 (0.115)
SELECT *
FROM store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://sila-s.com/'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/controller/startup/startup.php:6
3 (9.518)
SELECT *
FROM `setting`
WHERE store_id = '0' OR store_id = '1'
ORDER BY store_id ASC
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/controller/startup/startup.php:25
4 (0.194)
SELECT code
FROM prmn_cm_currency
WHERE country_id = 0
/home/sila-s/web/sila-s.ru/public_html/catalog/model/extension/module/progroman/city_manager.php:27
5 (0.164)
SELECT *
FROM currency
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/currency.php:18
6 (0.111)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM tax_rule tr1
LEFT JOIN tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN 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 = '0' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/home/sila-s/web/sila-s.ru/public_html/system/library/cart/tax.php:16
7 (0.078)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM tax_rule tr1
LEFT JOIN tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.based = 'payment' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '0' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0')
ORDER BY tr1.priority ASC
/home/sila-s/web/sila-s.ru/public_html/system/library/cart/tax.php:30
8 (0.077)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM tax_rule tr1
LEFT JOIN tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN 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 = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2785')
ORDER BY tr1.priority ASC
/home/sila-s/web/sila-s.ru/public_html/system/library/cart/tax.php:44
9 (0.100)
SELECT *
FROM weight_class wc
LEFT JOIN weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id)
WHERE wcd.language_id = '2'
/home/sila-s/web/sila-s.ru/public_html/system/library/cart/weight.php:10
10 (0.090)
SELECT *
FROM length_class mc
LEFT JOIN length_class_description mcd ON (mc.length_class_id = mcd.length_class_id)
WHERE mcd.language_id = '2'
/home/sila-s/web/sila-s.ru/public_html/system/library/cart/length.php:10
11 (0.550)
DELETE
FROM cart
WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:24
12 (0.174)
SELECT *
FROM `event`
WHERE `trigger` LIKE 'catalog/%' AND status = '1'
ORDER BY `sort_order` ASC
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/event.php:4
13 (0.127)
SELECT *
FROM prmn_cm_city
ORDER BY sort, name
/home/sila-s/web/sila-s.ru/public_html/catalog/model/extension/module/progroman/city_manager.php:10
14 (0.178)
SELECT count(*) AS total
FROM `journal3_skin`
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/settings.php:112
15 (0.581)
SELECT *
FROM layout_route
WHERE 'product/search' LIKE route AND store_id = '1'
ORDER BY route DESC LIMIT 1
/home/sila-s/web/sila-s.ru/public_html/catalog/model/design/layout.php:4
16 (0.119)
SELECT layout_id, layout_data
FROM `journal3_layout`
WHERE `layout_id` = '13' OR `layout_id` = -1
ORDER BY `layout_id` DESC
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/layout.php:122
17 (1.204)
SELECT *
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '0' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:10
18 (1.122)
SELECT *
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '64' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:10
19 (0.936)
SELECT *
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '59' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:10
20 (0.885)
SELECT *
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '60' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:10
21 (0.920)
SELECT *
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '61' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:10
22 (0.917)
SELECT *
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '65' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:10
23 (0.109)
SELECT *
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '63' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:10
24 (1.698)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1' AND ( pd.tag LIKE '%Charger%')
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:587
25 (2.417)
SELECT p.product_id, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price
FROM 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 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
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1' AND ( pd.tag LIKE '%Charger%') GROUP BY p.product_id
ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,12
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:224
26 (0.112)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '183'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
27 (1.257)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '183' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:8
28 (0.111)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '183' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
29 (0.087)
SELECT *
FROM product_to_category
WHERE product_id = '183'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
30 (0.092)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
31 (1.123)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '183' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
32 (0.116)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '183' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
33 (0.085)
SELECT *
FROM product_to_category
WHERE product_id = '183'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
34 (0.145)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
35 (1.188)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '183' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
36 (0.138)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '183' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
37 (0.081)
SELECT *
FROM product_to_category
WHERE product_id = '183'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
38 (0.069)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
39 (1.489)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '183' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
40 (0.120)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '183' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
41 (0.160)
SELECT *
FROM product_to_category
WHERE product_id = '183'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
42 (0.107)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
43 (1.521)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '183' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
44 (0.145)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '141'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
45 (1.343)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '141' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:8
46 (0.705)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '141' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
47 (0.447)
SELECT *
FROM product_to_category
WHERE product_id = '141'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
48 (0.160)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
49 (1.297)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '141' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
50 (0.565)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '141' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
51 (0.117)
SELECT *
FROM product_to_category
WHERE product_id = '141'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
52 (0.115)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
53 (1.385)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '141' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
54 (0.148)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '141' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
55 (0.110)
SELECT *
FROM product_to_category
WHERE product_id = '141'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
56 (0.114)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
57 (1.370)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '141' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
58 (0.138)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '141' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
59 (0.110)
SELECT *
FROM product_to_category
WHERE product_id = '141'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
60 (0.114)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
61 (1.459)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '141' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
62 (0.124)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '345'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
63 (0.106)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '147'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
64 (1.361)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '147' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:8
65 (0.126)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '147' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
66 (0.120)
SELECT *
FROM product_to_category
WHERE product_id = '147'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
67 (0.102)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
68 (1.476)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '147' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
69 (0.150)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '147' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
70 (0.121)
SELECT *
FROM product_to_category
WHERE product_id = '147'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
71 (0.109)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
72 (1.382)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '147' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
73 (0.165)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '147' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
74 (0.119)
SELECT *
FROM product_to_category
WHERE product_id = '147'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
75 (0.125)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
76 (1.396)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '147' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
77 (0.158)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '147' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
78 (0.119)
SELECT *
FROM product_to_category
WHERE product_id = '147'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
79 (0.112)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
80 (1.399)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '147' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
81 (0.156)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '343'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
82 (1.274)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '343' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:8
83 (0.629)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '343' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
84 (0.417)
SELECT *
FROM product_to_category
WHERE product_id = '343'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
85 (0.125)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
86 (1.519)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '343' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
87 (0.662)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '343' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
88 (0.136)
SELECT *
FROM product_to_category
WHERE product_id = '343'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
89 (0.114)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
90 (1.398)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '343' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
91 (0.153)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '343' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
92 (0.110)
SELECT *
FROM product_to_category
WHERE product_id = '343'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
93 (0.115)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
94 (1.432)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '343' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
95 (0.150)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '343' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
96 (0.110)
SELECT *
FROM product_to_category
WHERE product_id = '343'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
97 (0.113)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
98 (1.431)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '343' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
99 (0.440)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '344'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
100 (0.176)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '148'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
101 (1.325)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '148' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:8
102 (0.567)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '148' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
103 (0.301)
SELECT *
FROM product_to_category
WHERE product_id = '148'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
104 (0.115)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
105 (1.175)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '148' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
106 (0.619)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '148' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
107 (0.118)
SELECT *
FROM product_to_category
WHERE product_id = '148'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
108 (0.110)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
109 (1.293)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '148' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
110 (0.119)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '148' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
111 (0.103)
SELECT *
FROM product_to_category
WHERE product_id = '148'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
112 (0.092)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
113 (1.103)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '148' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
114 (0.119)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '148' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
115 (0.099)
SELECT *
FROM product_to_category
WHERE product_id = '148'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
116 (0.101)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
117 (1.269)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '148' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
118 (0.396)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '258'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
119 (0.108)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '70'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
120 (1.098)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '70' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:8
121 (0.512)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '70' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
122 (0.307)
SELECT *
FROM product_to_category
WHERE product_id = '70'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
123 (0.098)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
124 (1.175)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '70' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
125 (0.534)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '70' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
126 (0.108)
SELECT *
FROM product_to_category
WHERE product_id = '70'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
127 (0.093)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
128 (1.082)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '70' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
129 (0.109)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '70' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
130 (0.099)
SELECT *
FROM product_to_category
WHERE product_id = '70'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
131 (0.099)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
132 (1.078)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '70' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
133 (0.111)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '70' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
134 (0.112)
SELECT *
FROM product_to_category
WHERE product_id = '70'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
135 (0.091)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
136 (1.074)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '70' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
137 (0.114)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '152'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
138 (1.032)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '152' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:8
139 (0.483)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '152' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
140 (0.328)
SELECT *
FROM product_to_category
WHERE product_id = '152'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
141 (0.113)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
142 (1.086)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '152' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
143 (0.442)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '152' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
144 (0.104)
SELECT *
FROM product_to_category
WHERE product_id = '152'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
145 (0.119)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
146 (1.061)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '152' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
147 (0.113)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '152' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
148 (0.103)
SELECT *
FROM product_to_category
WHERE product_id = '152'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
149 (0.101)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
150 (1.100)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '152' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
151 (0.117)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '152' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
152 (0.113)
SELECT *
FROM product_to_category
WHERE product_id = '152'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
153 (0.097)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
154 (1.523)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '152' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
155 (0.460)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '208'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
156 (1.188)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '208' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:8
157 (0.591)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '208' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
158 (0.282)
SELECT *
FROM product_to_category
WHERE product_id = '208'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
159 (0.548)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,61,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
160 (1.270)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '208' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
161 (0.531)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '208' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
162 (0.108)
SELECT *
FROM product_to_category
WHERE product_id = '208'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
163 (0.610)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,61,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
164 (1.231)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '208' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
165 (0.136)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '208' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
166 (0.098)
SELECT *
FROM product_to_category
WHERE product_id = '208'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
167 (0.102)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,61,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
168 (1.311)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '208' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
169 (0.161)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '208' AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3945
170 (0.102)
SELECT *
FROM product_to_category
WHERE product_id = '208'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
171 (0.098)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'category' AND betp.item_id IN (60,61,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
172 (1.288)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM 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 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 product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM 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 review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '208' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
173 (0.456)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '251'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
174 (1.327)
SELECT COUNT(DISTINCT p.product_id) total
FROM `product` p
LEFT JOIN `product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN `product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1' AND pd.language_id = '2'
/home/sila-s/web/sila-s.ru/public_html/system/library/journal3/opencart/model.php:38
175 (0.204)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '0'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
176 (0.563)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd7a5c269573d6d9804c3c12cd5'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
177 (0.130)
SELECT *
FROM bundle_expert_widget w
LEFT JOIN bundle_expert_widget_to_store w2s ON (w.widget_id = w2s.widget_id)
WHERE w.display_mode='custom_page' AND w2s.store_id = '1' AND w.status = 1
ORDER BY w.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:338
178 (0.201)
SELECT *
FROM extension
WHERE `type` = 'analytics'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/extension.php:4
179 (0.204)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd7a5c269573d6d9804c3c12cd5'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
180 (0.104)
SELECT *
FROM extension
WHERE `type` = 'total'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/extension.php:4
181 (0.110)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd7a5c269573d6d9804c3c12cd5'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
182 (0.099)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd7a5c269573d6d9804c3c12cd5'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
183 (0.110)
SELECT SUM(amount) AS total
FROM customer_transaction
WHERE customer_id = '0'
/home/sila-s/web/sila-s.ru/public_html/system/library/cart/customer.php:122
184 (0.120)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd7a5c269573d6d9804c3c12cd5'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
185 (0.175)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd7a5c269573d6d9804c3c12cd5'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
186 (0.095)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd7a5c269573d6d9804c3c12cd5'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
187 (0.079)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd7a5c269573d6d9804c3c12cd5'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81