1 (0.502)
SELECT `data`
FROM `session`
WHERE `session_id` = 'f230d3b9703fc13a64b9ad5454' AND `expire` > '2026-01-21 12:42:55'
/home/sila-s/web/sila-s.ru/public_html/system/library/session/db.php:22
2 (0.103)
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 (8.850)
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.172)
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.157)
SELECT *
FROM currency
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/currency.php:18
6 (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 = '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.126)
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.065)
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.077)
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.068)
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.552)
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.186)
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.224)
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.169)
SELECT
count(*) AS total
FROM
`journal3_skin`
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/settings.php:112
15 (0.406)
SELECT *
FROM category_to_layout
WHERE category_id = '65' AND store_id = '1'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:55
16 (0.098)
SELECT *
FROM layout_route
WHERE 'product/category' 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
17 (0.105)
SELECT
layout_id,
layout_data
FROM
`journal3_layout`
WHERE
`layout_id` = '3'
OR `layout_id` = -1
ORDER BY
`layout_id` DESC
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/layout.php:122
18 (0.211)
SELECT DISTINCT *
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.category_id = '64' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:4
19 (0.085)
SELECT DISTINCT *
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.category_id = '65' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:4
20 (0.116)
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
21 (0.978)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM product_to_category p2c
LEFT JOIN product p ON (p2c.product_id = p.product_id)
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 p2c.category_id = '65'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:587
22 (1.981)
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_to_category p2c
LEFT JOIN product p ON (p2c.product_id = p.product_id)
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 p2c.category_id = '65' 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
23 (0.094)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '80'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
24 (1.444)
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 = '80' 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
25 (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 = 'product' AND betp.item_id = '80' 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
26 (0.072)
SELECT *
FROM product_to_category
WHERE product_id = '80'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
27 (0.070)
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 (64,65) 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
28 (1.354)
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 = '80' 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
29 (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 = 'product' AND betp.item_id = '80' 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
30 (0.068)
SELECT *
FROM product_to_category
WHERE product_id = '80'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
31 (0.054)
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 (64,65) 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
32 (1.433)
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 = '80' 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
33 (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 = 'product' AND betp.item_id = '80' 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
34 (0.061)
SELECT *
FROM product_to_category
WHERE product_id = '80'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
35 (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 (64,65) 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
36 (1.786)
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 = '80' 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
37 (0.139)
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 = '80' 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
38 (0.085)
SELECT *
FROM product_to_category
WHERE product_id = '80'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
39 (0.068)
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 (64,65) 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
40 (1.455)
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 = '80' 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
41 (0.111)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '96'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
42 (1.338)
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 = '96' 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
43 (0.103)
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 = '96' 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
44 (0.095)
SELECT *
FROM product_to_category
WHERE product_id = '96'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
45 (0.067)
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 (64,65) 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
46 (1.485)
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 = '96' 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
47 (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 = 'product' AND betp.item_id = '96' 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
48 (0.077)
SELECT *
FROM product_to_category
WHERE product_id = '96'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
49 (0.071)
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 (64,65) 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
50 (1.389)
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 = '96' 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
51 (0.106)
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 = '96' 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
52 (0.074)
SELECT *
FROM product_to_category
WHERE product_id = '96'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
53 (0.054)
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 (64,65) 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
54 (1.498)
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 = '96' 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
55 (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 = 'product' AND betp.item_id = '96' 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
56 (0.080)
SELECT *
FROM product_to_category
WHERE product_id = '96'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
57 (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 (64,65) 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
58 (1.487)
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 = '96' 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
59 (0.190)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '94'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
60 (1.747)
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 = '94' 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
61 (0.132)
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 = '94' 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
62 (0.101)
SELECT *
FROM product_to_category
WHERE product_id = '94'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
63 (0.068)
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 (64,65) 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
64 (1.740)
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 = '94' 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
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 = '94' 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
66 (0.094)
SELECT *
FROM product_to_category
WHERE product_id = '94'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
67 (0.090)
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 (64,65) 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
68 (1.838)
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 = '94' 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.121)
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 = '94' 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
70 (0.139)
SELECT *
FROM product_to_category
WHERE product_id = '94'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
71 (0.108)
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 (64,65) 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
72 (3.505)
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 = '94' 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.222)
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 = '94' 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
74 (0.147)
SELECT *
FROM product_to_category
WHERE product_id = '94'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
75 (0.133)
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 (64,65) 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
76 (3.513)
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 = '94' 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.219)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '79'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
78 (3.446)
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 = '79' 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
79 (0.238)
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 = '79' 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
80 (0.157)
SELECT *
FROM product_to_category
WHERE product_id = '79'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
81 (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 (64,65) 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
82 (3.267)
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 = '79' 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
83 (0.191)
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 = '79' 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
84 (0.134)
SELECT *
FROM product_to_category
WHERE product_id = '79'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
85 (0.155)
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 (64,65) 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
86 (3.374)
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 = '79' 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.199)
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 = '79' 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
88 (0.156)
SELECT *
FROM product_to_category
WHERE product_id = '79'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
89 (0.139)
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 (64,65) 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
90 (3.010)
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 = '79' 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.203)
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 = '79' 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
92 (0.113)
SELECT *
FROM product_to_category
WHERE product_id = '79'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
93 (0.118)
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 (64,65) 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
94 (2.944)
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 = '79' 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.197)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '97'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
96 (2.984)
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 = '97' 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
97 (0.238)
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 = '97' 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
98 (0.149)
SELECT *
FROM product_to_category
WHERE product_id = '97'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
99 (0.139)
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 (64,65) 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
100 (3.070)
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 = '97' 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
101 (0.204)
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 = '97' 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
102 (0.213)
SELECT *
FROM product_to_category
WHERE product_id = '97'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
103 (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 = 'category' AND betp.item_id IN (64,65) 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
104 (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 = '97' 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
105 (0.169)
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 = '97' 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
106 (0.082)
SELECT *
FROM product_to_category
WHERE product_id = '97'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
107 (0.087)
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 (64,65) 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
108 (1.204)
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 = '97' 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
109 (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 = 'product' AND betp.item_id = '97' 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
110 (0.098)
SELECT *
FROM product_to_category
WHERE product_id = '97'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
111 (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 (64,65) 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
112 (1.165)
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 = '97' 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
113 (0.097)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '95'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
114 (1.033)
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 = '95' 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
115 (0.083)
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 = '95' 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
116 (0.057)
SELECT *
FROM product_to_category
WHERE product_id = '95'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
117 (0.055)
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 (64,65) 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
118 (1.077)
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 = '95' 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
119 (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 = 'product' AND betp.item_id = '95' 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
120 (0.061)
SELECT *
FROM product_to_category
WHERE product_id = '95'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
121 (0.056)
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 (64,65) 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
122 (1.095)
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 = '95' 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
123 (0.088)
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 = '95' 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
124 (0.062)
SELECT *
FROM product_to_category
WHERE product_id = '95'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
125 (0.063)
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 (64,65) 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
126 (1.042)
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 = '95' 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
127 (0.106)
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 = '95' 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
128 (0.069)
SELECT *
FROM product_to_category
WHERE product_id = '95'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
129 (0.062)
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 (64,65) 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
130 (1.099)
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 = '95' 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
131 (0.087)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '90'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
132 (1.113)
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 = '90' 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
133 (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 = 'product' AND betp.item_id = '90' 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
134 (0.068)
SELECT *
FROM product_to_category
WHERE product_id = '90'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
135 (0.068)
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 (64,65) 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
136 (1.180)
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 = '90' 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.122)
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 = '90' 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
138 (0.074)
SELECT *
FROM product_to_category
WHERE product_id = '90'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
139 (0.074)
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 (64,65) 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
140 (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 = '90' 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
141 (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 = '90' 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
142 (0.072)
SELECT *
FROM product_to_category
WHERE product_id = '90'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
143 (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 (64,65) 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
144 (1.235)
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 = '90' 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
145 (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 = 'product' AND betp.item_id = '90' 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
146 (0.077)
SELECT *
FROM product_to_category
WHERE product_id = '90'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
147 (0.077)
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 (64,65) 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
148 (1.166)
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 = '90' 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
149 (0.100)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '98'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
150 (1.019)
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 = '98' 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
151 (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 = 'product' AND betp.item_id = '98' 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
152 (0.082)
SELECT *
FROM product_to_category
WHERE product_id = '98'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
153 (0.074)
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 (64,65) 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
154 (1.118)
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 = '98' 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.105)
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 = '98' 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
156 (0.089)
SELECT *
FROM product_to_category
WHERE product_id = '98'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
157 (0.068)
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 (64,65) 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
158 (1.114)
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 = '98' 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
159 (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 = 'product' AND betp.item_id = '98' 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
160 (0.074)
SELECT *
FROM product_to_category
WHERE product_id = '98'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
161 (0.058)
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 (64,65) 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
162 (1.042)
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 = '98' 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
163 (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 = '98' 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
164 (0.081)
SELECT *
FROM product_to_category
WHERE product_id = '98'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
165 (0.072)
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 (64,65) 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
166 (1.106)
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 = '98' 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
167 (0.098)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '174'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
168 (1.039)
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 = '174' 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
169 (0.106)
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 = '174' 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
170 (0.073)
SELECT *
FROM product_to_category
WHERE product_id = '174'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
171 (0.059)
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 (64,65) 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
172 (0.992)
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 = '174' 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.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 = 'product' AND betp.item_id = '174' 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
174 (0.065)
SELECT *
FROM product_to_category
WHERE product_id = '174'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
175 (0.062)
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 (64,65) 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
176 (0.998)
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 = '174' 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
177 (0.088)
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 = '174' 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
178 (0.066)
SELECT *
FROM product_to_category
WHERE product_id = '174'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
179 (0.066)
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 (64,65) 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
180 (1.092)
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 = '174' 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
181 (0.105)
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 = '174' 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
182 (0.065)
SELECT *
FROM product_to_category
WHERE product_id = '174'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
183 (0.057)
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 (64,65) 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
184 (1.174)
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 = '174' 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
185 (0.112)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '280'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
186 (1.045)
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 = '280' 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
187 (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 = '280' 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
188 (0.084)
SELECT *
FROM product_to_category
WHERE product_id = '280'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
189 (0.073)
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 (64,65) 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
190 (1.028)
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 = '280' 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
191 (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 = 'product' AND betp.item_id = '280' 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
192 (0.067)
SELECT *
FROM product_to_category
WHERE product_id = '280'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
193 (0.057)
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 (64,65) 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
194 (1.050)
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 = '280' 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
195 (0.224)
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 = '280' 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
196 (0.100)
SELECT *
FROM product_to_category
WHERE product_id = '280'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
197 (0.071)
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 (64,65) 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
198 (1.130)
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 = '280' 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
199 (0.096)
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 = '280' 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
200 (0.060)
SELECT *
FROM product_to_category
WHERE product_id = '280'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
201 (0.054)
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 (64,65) 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
202 (1.011)
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 = '280' 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
203 (0.097)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '175'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
204 (1.067)
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 = '175' 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
205 (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 = 'product' AND betp.item_id = '175' 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
206 (0.063)
SELECT *
FROM product_to_category
WHERE product_id = '175'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
207 (0.064)
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 (64,65) 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
208 (1.114)
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 = '175' 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
209 (0.124)
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 = '175' 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
210 (0.082)
SELECT *
FROM product_to_category
WHERE product_id = '175'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
211 (0.072)
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 (64,65) 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
212 (1.107)
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 = '175' 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
213 (0.105)
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 = '175' 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
214 (0.066)
SELECT *
FROM product_to_category
WHERE product_id = '175'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
215 (0.056)
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 (64,65) 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
216 (1.096)
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 = '175' 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
217 (0.121)
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 = '175' 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
218 (0.096)
SELECT *
FROM product_to_category
WHERE product_id = '175'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
219 (0.064)
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 (64,65) 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
220 (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 = '175' 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
221 (0.103)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '279'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
222 (0.914)
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 = '279' 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
223 (0.096)
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 = '279' 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
224 (0.067)
SELECT *
FROM product_to_category
WHERE product_id = '279'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
225 (0.057)
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 (64,65) 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
226 (1.037)
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 = '279' 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
227 (0.106)
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 = '279' 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
228 (0.093)
SELECT *
FROM product_to_category
WHERE product_id = '279'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
229 (0.135)
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 (64,65) 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
230 (1.443)
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 = '279' 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
231 (0.123)
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 = '279' 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
232 (0.087)
SELECT *
FROM product_to_category
WHERE product_id = '279'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
233 (0.075)
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 (64,65) 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
234 (1.285)
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 = '279' 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
235 (0.154)
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 = '279' 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
236 (0.129)
SELECT *
FROM product_to_category
WHERE product_id = '279'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
237 (0.065)
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 (64,65) 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
238 (1.222)
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 = '279' 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
239 (0.187)
SELECT *
FROM module
WHERE module_id = '32'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/module.php:4
240 (0.285)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '0'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
241 (0.569)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f230d3b9703fc13a64b9ad5454'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
242 (0.132)
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='category_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
243 (0.119)
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
244 (0.160)
SELECT *
FROM extension
WHERE `type` = 'analytics'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/extension.php:4
245 (0.151)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f230d3b9703fc13a64b9ad5454'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
246 (0.077)
SELECT *
FROM extension
WHERE `type` = 'total'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/extension.php:4
247 (0.089)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f230d3b9703fc13a64b9ad5454'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
248 (0.076)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f230d3b9703fc13a64b9ad5454'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
249 (0.104)
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
250 (0.139)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f230d3b9703fc13a64b9ad5454'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
251 (0.145)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f230d3b9703fc13a64b9ad5454'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
252 (0.076)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f230d3b9703fc13a64b9ad5454'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
253 (0.071)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f230d3b9703fc13a64b9ad5454'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
254 (0.134)
SELECT DISTINCT *
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.category_id = '65' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:4