1 (0.392)
SELECT `data`
FROM `session`
WHERE `session_id` = 'f377477da1487d93831e8dc9b8' AND `expire` > '2026-02-08 14:58:59'
/home/sila-s/web/sila-s.ru/public_html/system/library/session/db.php:22
2 (0.101)
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.973)
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.171)
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.191)
SELECT *
FROM currency
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/currency.php:18
6 (0.144)
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.088)
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.089)
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.136)
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.120)
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.783)
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.212)
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.194)
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.211)
SELECT
count(*) AS total
FROM
`journal3_skin`
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/settings.php:112
15 (0.513)
SELECT *
FROM category_to_layout
WHERE category_id = '64' AND store_id = '1'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:55
16 (0.115)
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.129)
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.223)
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 (1.318)
SELECT *
FROM category c
LEFT JOIN category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '64' AND cd.language_id = '2' AND c2s.store_id = '1' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/category.php:10
20 (1.589)
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 = '64'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:587
21 (6.291)
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 = '64' 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
22 (0.105)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '91'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
23 (1.935)
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 = '91' 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
24 (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 = '91' 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
25 (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 = 'product' AND betp.item_id = '91' 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.086)
SELECT be.kit_id
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 = '91' 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:3999
27 (0.422)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '6' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
28 (0.081)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '6' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
29 (0.069)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '6' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
30 (0.069)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '6'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
31 (0.067)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '6'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
32 (1.358)
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 = '135' 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 (1.068)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '135' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
34 (0.125)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '6' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
35 (1.319)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '141' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
36 (0.110)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '141' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
37 (1.245)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '343' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
38 (0.102)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '343' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
39 (1.316)
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 = '345' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
40 (0.115)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '345' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
41 (0.089)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '6' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
42 (1.231)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '151' 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
43 (0.108)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '151' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
44 (1.306)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '152' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
45 (0.116)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '152' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
46 (0.100)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '6' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
47 (1.341)
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 = '103' 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
48 (0.110)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '103' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
49 (0.112)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '6' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
50 (0.500)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
51 (0.153)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '6' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
52 (0.383)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '6' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
53 (0.090)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
54 (1.884)
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 = '91' 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.112)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '6' AND main_product_id = '91'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
56 (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 = '91' 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
57 (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 = 'product' AND betp.item_id = '91' 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
58 (0.065)
SELECT be.kit_id
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 = '91' 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:3999
59 (0.094)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '6' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
60 (0.067)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '6' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
61 (0.069)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '6' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
62 (0.102)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '6' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
63 (0.121)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '6' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
64 (0.080)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '6' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
65 (0.086)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '6' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
66 (0.133)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
67 (0.256)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '6' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
68 (0.539)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '6' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
69 (0.155)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
70 (2.366)
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 = '91' 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
71 (0.129)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '6' AND main_product_id = '91'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
72 (0.085)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '116'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
73 (2.591)
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 = '116' 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
74 (0.130)
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 = '116' 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
75 (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 = 'product' AND betp.item_id = '116' 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
76 (0.075)
SELECT be.kit_id
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 = '116' 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:3999
77 (0.102)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '8' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
78 (0.082)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '8' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
79 (0.106)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '8' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
80 (0.095)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
81 (0.087)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
82 (1.361)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '137' 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.129)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '137' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
84 (0.122)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '8' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
85 (1.379)
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 = '127' 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
86 (0.130)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '127' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
87 (0.106)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '8' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
88 (0.092)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '8' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
89 (0.114)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '8' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
90 (0.173)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
91 (0.175)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '8' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
92 (0.454)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '8' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
93 (0.108)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
94 (2.702)
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 = '116' 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.133)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '8' AND main_product_id = '116'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
96 (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 = '116' 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
97 (0.080)
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 = '116' 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.080)
SELECT be.kit_id
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 = '116' 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:3999
99 (0.102)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '8' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
100 (0.082)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '8' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
101 (0.079)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '8' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
102 (0.087)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '8' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
103 (0.102)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '8' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
104 (0.093)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '8' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
105 (0.097)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '8' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
106 (0.162)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
107 (0.212)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '8' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
108 (0.422)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '8' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
109 (0.100)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
110 (2.316)
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 = '116' 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
111 (0.112)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '8' AND main_product_id = '116'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
112 (0.086)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '292'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
113 (1.534)
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 = '292' 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
114 (0.115)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '292' 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
115 (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 = '292' 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.065)
SELECT be.kit_id
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 = '292' 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:3999
117 (0.399)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '26' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
118 (0.086)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '26' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
119 (0.084)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '26' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
120 (0.065)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '26'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
121 (0.075)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '26'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
122 (1.278)
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 = '291' 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 (1.116)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '291' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
124 (0.132)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '26' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
125 (0.093)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '26' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
126 (0.087)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '26' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
127 (0.090)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '26' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
128 (0.403)
SELECT price
FROM product_discount
WHERE product_id = '291' AND customer_group_id = '1' AND quantity <= '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
129 (0.106)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
130 (0.421)
SELECT price
FROM product_discount
WHERE product_id = '141' AND customer_group_id = '1' AND quantity <= '2' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
131 (0.357)
SELECT price
FROM product_discount
WHERE product_id = '127' AND customer_group_id = '1' AND quantity <= '2' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
132 (0.351)
SELECT price
FROM product_discount
WHERE product_id = '151' AND customer_group_id = '1' AND quantity <= '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
133 (0.318)
SELECT price
FROM product_discount
WHERE product_id = '152' AND customer_group_id = '1' AND quantity <= '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
134 (0.364)
SELECT price
FROM product_discount
WHERE product_id = '103' AND customer_group_id = '1' AND quantity <= '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
135 (0.105)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '26' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
136 (0.310)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '26' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
137 (0.091)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
138 (1.324)
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 = '292' 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
139 (0.115)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '26' AND main_product_id = '292'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
140 (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 = 'product' AND betp.item_id = '292' 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
141 (0.061)
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 = '292' 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.064)
SELECT be.kit_id
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 = '292' 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:3999
143 (0.084)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '26' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
144 (0.069)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '26' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
145 (0.085)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '26' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
146 (0.099)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '26' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
147 (0.093)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '26' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
148 (0.063)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '26' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
149 (0.079)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '26' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
150 (0.390)
SELECT price
FROM product_discount
WHERE product_id = '291' AND customer_group_id = '1' AND quantity <= '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
151 (0.100)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
152 (0.344)
SELECT price
FROM product_discount
WHERE product_id = '141' AND customer_group_id = '1' AND quantity <= '2' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
153 (0.311)
SELECT price
FROM product_discount
WHERE product_id = '127' AND customer_group_id = '1' AND quantity <= '2' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
154 (0.390)
SELECT price
FROM product_discount
WHERE product_id = '151' AND customer_group_id = '1' AND quantity <= '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
155 (0.461)
SELECT price
FROM product_discount
WHERE product_id = '152' AND customer_group_id = '1' AND quantity <= '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
156 (0.334)
SELECT price
FROM product_discount
WHERE product_id = '103' AND customer_group_id = '1' AND quantity <= '1' AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity DESC, priority ASC, price ASC LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:5242
157 (0.096)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '26' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
158 (0.307)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '26' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
159 (0.083)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
160 (1.518)
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 = '292' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
161 (0.123)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '26' AND main_product_id = '292'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
162 (0.083)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '324'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
163 (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 = '324' 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
164 (0.104)
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 = '324' 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
165 (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 = 'product' AND betp.item_id = '324' AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3886
166 (0.067)
SELECT be.kit_id
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 = '324' 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:3999
167 (0.441)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '27' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
168 (0.091)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '27' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
169 (0.085)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '27' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
170 (0.061)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '27'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
171 (0.123)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '27'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
172 (1.243)
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 = '323' 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.953)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '323' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
174 (0.113)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '27' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
175 (0.089)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '27' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
176 (0.106)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '27' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
177 (1.342)
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 = '146' 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
178 (0.113)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '146' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
179 (1.214)
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 = '102' 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
180 (0.934)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '102' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
181 (0.138)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '27' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
182 (0.134)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
183 (0.136)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '27' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
184 (0.401)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '27' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
185 (0.084)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
186 (1.329)
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 = '324' 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
187 (0.099)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '27' AND main_product_id = '324'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
188 (0.079)
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 = '324' 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
189 (0.061)
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 = '324' 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
190 (0.056)
SELECT be.kit_id
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 = '324' 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:3999
191 (0.080)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '27' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
192 (0.050)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '27' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
193 (0.064)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '27' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
194 (0.072)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '27' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
195 (0.069)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '27' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
196 (0.067)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '27' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
197 (0.076)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '27' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
198 (0.115)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
199 (0.138)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '27' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
200 (0.399)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '27' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
201 (0.088)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
202 (1.325)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '324' 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.099)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '27' AND main_product_id = '324'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
204 (0.073)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '278'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
205 (1.303)
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 = '278' 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
206 (0.089)
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 = '278' 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
207 (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 = 'product' AND betp.item_id = '278' 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
208 (0.084)
SELECT be.kit_id
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 = '278' 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:3999
209 (0.444)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '25' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
210 (0.078)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '25' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
211 (0.067)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
212 (0.068)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '25'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
213 (0.070)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '25'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
214 (1.185)
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 = '277' 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
215 (0.939)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '277' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
216 (0.107)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
217 (1.301)
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
218 (0.874)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '280' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
219 (1.248)
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
220 (0.991)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '279' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
221 (1.317)
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
222 (0.124)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '95' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
223 (0.103)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
224 (0.092)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
225 (0.106)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
226 (0.105)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '25' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
227 (0.102)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
228 (0.102)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '25' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
229 (0.379)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '25' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
230 (0.095)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
231 (1.329)
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 = '278' 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
232 (0.111)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '25' AND main_product_id = '278'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
233 (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 = 'product' AND betp.item_id = '278' 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
234 (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 = 'product' AND betp.item_id = '278' 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
235 (0.071)
SELECT be.kit_id
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 = '278' 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:3999
236 (0.087)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '25' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
237 (0.063)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '25' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
238 (0.066)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
239 (0.068)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
240 (0.072)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
241 (0.073)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
242 (0.080)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '25' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
243 (0.078)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '25' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
244 (0.269)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
245 (0.172)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '25' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
246 (0.390)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '25' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
247 (0.091)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
248 (1.515)
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 = '278' 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
249 (0.126)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '25' AND main_product_id = '278'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
250 (0.073)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '86'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
251 (2.265)
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 = '86' 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
252 (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 = '86' 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
253 (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 = 'product' AND betp.item_id = '86' 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
254 (0.051)
SELECT be.kit_id
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 = '86' 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:3999
255 (0.079)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '10' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
256 (0.073)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '10' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
257 (0.087)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
258 (0.125)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '10'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
259 (0.113)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '10'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
260 (1.294)
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 = '138' 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
261 (0.114)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '138' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
262 (0.114)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
263 (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 = '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
264 (0.112)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '174' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
265 (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 = '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
266 (0.114)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '175' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
267 (1.293)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '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
268 (0.138)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '94' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
269 (0.124)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
270 (0.097)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
271 (1.246)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '70' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
272 (0.135)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '70' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
273 (1.170)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '148' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
274 (0.121)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '148' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
275 (0.102)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
276 (0.115)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '10' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
277 (0.113)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
278 (0.153)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '10' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
279 (0.389)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '10' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
280 (0.101)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
281 (2.252)
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 = '86' 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
282 (0.126)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '10' AND main_product_id = '86'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
283 (0.102)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '86' 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
284 (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 = 'product' AND betp.item_id = '86' 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
285 (0.058)
SELECT be.kit_id
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 = '86' 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:3999
286 (0.101)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '10' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
287 (0.067)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '10' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
288 (0.069)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
289 (0.072)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
290 (0.082)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
291 (0.073)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
292 (0.083)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '10' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
293 (0.084)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '10' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
294 (0.102)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
295 (0.148)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '10' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
296 (0.415)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '10' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
297 (0.094)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
298 (2.295)
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 = '86' 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
299 (0.111)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '10' AND main_product_id = '86'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
300 (0.078)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '71'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
301 (1.403)
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 = '71' 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
302 (0.098)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '71' 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
303 (0.084)
SELECT *
FROM product_to_category
WHERE product_id = '71'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
304 (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 (61,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
305 (1.361)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '71' 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
306 (0.102)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '71' 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
307 (0.069)
SELECT *
FROM product_to_category
WHERE product_id = '71'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
308 (0.060)
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 (61,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
309 (1.324)
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 = '71' 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
310 (0.102)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '71' 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
311 (0.081)
SELECT *
FROM product_to_category
WHERE product_id = '71'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
312 (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 (61,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
313 (1.418)
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 = '71' 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
314 (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 = '71' 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
315 (0.087)
SELECT *
FROM product_to_category
WHERE product_id = '71'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
316 (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 (61,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
317 (1.693)
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 = '71' 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
318 (0.194)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '181'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
319 (1.768)
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 = '181' 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
320 (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 = '181' 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
321 (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 = 'product' AND betp.item_id = '181' 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
322 (0.146)
SELECT be.kit_id
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 = '181' 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:3999
323 (0.130)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '23' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
324 (0.095)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '23' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
325 (0.106)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
326 (0.084)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '23'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
327 (0.080)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '23'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
328 (1.307)
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 = '182' 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
329 (0.133)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '182' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
330 (0.098)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
331 (1.344)
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 = '185' 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
332 (0.125)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '185' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
333 (1.286)
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 = '184' 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
334 (0.128)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '184' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
335 (0.110)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
336 (1.369)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '183' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6077
337 (0.134)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '183' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
338 (0.121)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
339 (0.089)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
340 (0.104)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '23' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
341 (0.138)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
342 (0.153)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '23' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
343 (0.402)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '23' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
344 (0.090)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
345 (1.631)
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 = '181' 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
346 (0.171)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '23' AND main_product_id = '181'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
347 (0.175)
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 = '181' 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
348 (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 = 'product' AND betp.item_id = '181' 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
349 (0.100)
SELECT be.kit_id
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 = '181' 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:3999
350 (0.123)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '23' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
351 (0.122)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '23' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
352 (0.089)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
353 (0.110)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
354 (0.093)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
355 (0.094)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
356 (0.093)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '23' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
357 (0.116)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '23' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
358 (0.161)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
359 (0.125)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '23' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
360 (0.456)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '23' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
361 (0.119)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
362 (1.621)
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 = '181' 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
363 (0.119)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '23' AND main_product_id = '181'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
364 (0.080)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '327'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
365 (1.486)
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 = '327' 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
366 (0.117)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '327' 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
367 (0.076)
SELECT *
FROM product_to_category
WHERE product_id = '327'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
368 (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 (61,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
369 (1.426)
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 = '327' 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
370 (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 = '327' 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
371 (0.076)
SELECT *
FROM product_to_category
WHERE product_id = '327'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
372 (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 (61,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
373 (1.344)
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 = '327' 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
374 (0.115)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '327' 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
375 (0.099)
SELECT *
FROM product_to_category
WHERE product_id = '327'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3896
376 (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 (61,64) AND be.status = 1 AND be.kit_as_product = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3907
377 (1.402)
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 = '327' 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
378 (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 = '327' 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
379 (0.078)
SELECT *
FROM product_to_category
WHERE product_id = '327'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3953
380 (0.076)
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 (61,64) AND be.status = 1 AND be.kit_as_product_light_mode = 1 GROUP BY betp.kit_id
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3964
381 (1.373)
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 = '327' 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
382 (0.131)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '65'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
383 (1.870)
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 = '65' 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
384 (0.111)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '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:3886
385 (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 = '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:3886
386 (0.070)
SELECT be.kit_id
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 = '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:3999
387 (0.109)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '11' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
388 (0.069)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '11' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
389 (0.083)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
390 (0.079)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '11'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
391 (0.107)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '11'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
392 (1.442)
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 = '139' 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
393 (0.168)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '139' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
394 (0.116)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
395 (1.287)
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 = '178' 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
396 (0.159)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '178' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
397 (1.363)
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 = '177' 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
398 (0.175)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '177' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
399 (0.143)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
400 (0.129)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
401 (0.113)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
402 (0.129)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '11' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
403 (0.203)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
404 (0.182)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '11' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
405 (0.525)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '11' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
406 (0.129)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
407 (1.817)
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 = '65' 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
408 (0.133)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '11' AND main_product_id = '65'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
409 (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 = 'product' AND betp.item_id = '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:3886
410 (0.094)
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 = '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:3886
411 (0.126)
SELECT be.kit_id
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 = '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:3999
412 (0.127)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '11' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
413 (0.083)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '11' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
414 (0.087)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
415 (0.087)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
416 (0.070)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
417 (0.099)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
418 (0.083)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '11' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
419 (0.108)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '11' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
420 (0.116)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
421 (0.188)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '11' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
422 (0.478)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '11' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
423 (0.108)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
424 (2.336)
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 = '65' 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
425 (0.155)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '11' AND main_product_id = '65'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
426 (0.078)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '171'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
427 (1.560)
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 = '171' 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
428 (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 = '171' 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
429 (0.076)
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 = '171' 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
430 (0.058)
SELECT be.kit_id
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 = '171' 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:3999
431 (0.410)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '21' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
432 (0.124)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '21' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
433 (0.089)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
434 (0.073)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '21'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
435 (0.075)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '21'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
436 (1.510)
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 = '172' 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
437 (1.211)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '172' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
438 (0.136)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
439 (1.682)
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
440 (0.175)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '79' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
441 (1.430)
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
442 (0.177)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '97' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
443 (0.161)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
444 (0.091)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
445 (0.088)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
446 (0.075)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '21' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
447 (0.216)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
448 (0.197)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '21' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
449 (0.448)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '21' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
450 (0.086)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
451 (1.630)
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 = '171' 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
452 (0.119)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '21' AND main_product_id = '171'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
453 (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 = '171' 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
454 (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 = 'product' AND betp.item_id = '171' 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
455 (0.064)
SELECT be.kit_id
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 = '171' 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:3999
456 (0.127)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '21' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
457 (0.092)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '21' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
458 (0.076)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
459 (0.065)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
460 (0.074)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
461 (0.078)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
462 (0.065)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '21' AND item_position = '4' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
463 (0.080)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '21' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
464 (0.111)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
465 (0.165)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '21' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
466 (0.445)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '21' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
467 (0.092)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
468 (1.719)
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 = '171' 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
469 (0.127)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '21' AND main_product_id = '171'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
470 (0.131)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '157'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
471 (1.692)
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 = '157' 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
472 (0.115)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '157' 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
473 (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 = 'product' AND betp.item_id = '157' 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
474 (0.075)
SELECT be.kit_id
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 = '157' 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:3999
475 (0.400)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '15' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
476 (0.080)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '15' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
477 (0.120)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '15' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
478 (0.087)
SELECT *
FROM bundle_expert_cache_kit_items
WHERE kit_id = '15'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6220
479 (0.086)
SELECT *
FROM bundle_expert_cache_kit_items_info
WHERE kit_id = '15'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6224
480 (1.295)
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 = '158' 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
481 (0.966)
SELECT *
FROM product_option po
LEFT JOIN `option` o ON (po.option_id = o.option_id)
LEFT JOIN option_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '158' AND od.language_id = '2'
ORDER BY o.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:403
482 (0.116)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '15' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
483 (0.094)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '15' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
484 (0.072)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '15' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
485 (0.092)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '15' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
486 (0.129)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
487 (0.205)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '15' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
488 (0.419)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '15' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
489 (0.114)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
490 (1.518)
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 = '157' 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
491 (0.106)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '15' AND main_product_id = '157'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
492 (0.086)
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 = '157' 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
493 (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 = 'product' AND betp.item_id = '157' 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
494 (0.068)
SELECT be.kit_id
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 = '157' 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:3999
495 (0.088)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '15' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
496 (0.066)
SELECT item_position
FROM bundle_expert_items
WHERE kit_id = '15' GROUP BY item_position
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:687
497 (0.068)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '15' AND item_position = '0' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
498 (0.081)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '15' AND item_position = '1' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
499 (0.070)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '15' AND item_position = '2' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
500 (0.067)
SELECT *
FROM bundle_expert_items
WHERE kit_id = '15' AND item_position = '3' LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:1110
501 (0.091)
SELECT DISTINCT *
FROM bundle_expert k
LEFT JOIN bundle_expert_description kd2 ON (k.kit_id = kd2.kit_id)
WHERE k.kit_id = '15' AND kd2.language_id = '2' AND k.status = 1
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:199
502 (0.135)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
503 (0.186)
SELECT COUNT(*) AS kit_period_total
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '15' AND bekp.customer_group_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2797
504 (0.407)
SELECT COUNT(*) AS kit_period_active
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = '15' AND bekp.customer_group_id = '1' AND (bekp.date_start = '0000-00-00' OR bekp.date_start <= CURDATE()) AND (bekp.date_end = '0000-00-00' OR bekp.date_end >= CURDATE())
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2798
505 (0.102)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
506 (1.543)
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 = '157' 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
507 (0.112)
SELECT *
FROM bundle_expert_kit_history_status
WHERE kit_id = '15' AND main_product_id = '157'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:3811
508 (0.190)
SELECT *
FROM module
WHERE module_id = '32'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/module.php:4
509 (0.179)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '0'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
510 (0.598)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
511 (0.109)
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
512 (0.088)
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
513 (0.171)
SELECT *
FROM extension
WHERE `type` = 'analytics'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/extension.php:4
514 (0.168)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
515 (0.105)
SELECT *
FROM extension
WHERE `type` = 'total'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/extension.php:4
516 (0.099)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
517 (0.095)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
518 (0.100)
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
519 (0.089)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
520 (0.108)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
521 (0.104)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
522 (0.062)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = 'f377477da1487d93831e8dc9b8'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
523 (0.141)
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