1 (0.558)
SELECT `data`
FROM `session`
WHERE `session_id` = '053920290e9554f835fbea9c34' AND `expire` > '2026-01-21 13:18:35'
/home/sila-s/web/sila-s.ru/public_html/system/library/session/db.php:22
2 (0.151)
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 (13.135)
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.208)
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.194)
SELECT *
FROM currency
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/currency.php:18
6 (0.092)
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.076)
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.075)
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.106)
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.094)
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.714)
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.198)
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.182)
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.263)
SELECT
count(*) AS total
FROM
`journal3_skin`
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/settings.php:112
15 (0.526)
SELECT *
FROM product_to_layout
WHERE product_id = '86' AND store_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:464
16 (0.115)
SELECT *
FROM layout_route
WHERE 'product/product' 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.114)
SELECT
layout_id,
layout_data
FROM
`journal3_layout`
WHERE
`layout_id` = '2'
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.201)
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.194)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '64'
/home/sila-s/web/sila-s.ru/public_html/catalog/controller/startup/seo_pro.php:532
20 (0.124)
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 = '59' 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
21 (0.504)
SELECT CONCAT_WS('_',t9.category_id,t8.category_id,t7.category_id,t6.category_id,t5.category_id,t4.category_id,t3.category_id,t2.category_id,t1.category_id,t0.category_id) AS path
FROM category t0
LEFT JOIN category t1 ON (t1.category_id = t0.parent_id)
LEFT JOIN category t2 ON (t2.category_id = t1.parent_id)
LEFT JOIN category t3 ON (t3.category_id = t2.parent_id)
LEFT JOIN category t4 ON (t4.category_id = t3.parent_id)
LEFT JOIN category t5 ON (t5.category_id = t4.parent_id)
LEFT JOIN category t6 ON (t6.category_id = t5.parent_id)
LEFT JOIN category t7 ON (t7.category_id = t6.parent_id)
LEFT JOIN category t8 ON (t8.category_id = t7.parent_id)
LEFT JOIN category t9 ON (t9.category_id = t8.parent_id)
WHERE t0.category_id = '59'
/home/sila-s/web/sila-s.ru/public_html/catalog/controller/startup/seo_pro.php:532
22 (2.471)
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
23 (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
24 (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 = '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
25 (0.050)
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
26 (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 = '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
27 (0.092)
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
28 (0.062)
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
29 (0.054)
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
30 (0.051)
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
31 (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 = '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
32 (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 = '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
33 (0.166)
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
34 (1.425)
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
35 (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 = '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
36 (1.086)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '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
37 (0.097)
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
38 (1.085)
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
39 (0.096)
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
40 (0.080)
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
41 (1.021)
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
42 (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 = '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
43 (1.003)
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
44 (0.098)
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
45 (1.019)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '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
46 (0.096)
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
47 (0.103)
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
48 (1.034)
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
49 (0.095)
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
50 (0.989)
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
51 (0.104)
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
52 (0.129)
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
53 (1.035)
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
54 (0.111)
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
55 (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 = '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
56 (0.484)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
57 (0.163)
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
58 (0.391)
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
59 (0.103)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
60 (2.564)
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
61 (0.174)
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
62 (0.161)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '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
63 (0.099)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '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
64 (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 = '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
65 (0.128)
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
66 (0.099)
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
67 (0.110)
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
68 (0.120)
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
69 (0.115)
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
70 (0.090)
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
71 (0.082)
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
72 (0.124)
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
73 (0.154)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
74 (0.146)
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
75 (0.503)
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
76 (0.156)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
77 (2.279)
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
78 (0.158)
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
79 (0.112)
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
80 (0.148)
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
81 (0.122)
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 = '59' 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
82 (0.194)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '248'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
83 (0.212)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '344'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
84 (0.255)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '289'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
85 (0.163)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '252'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
86 (0.204)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '273'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
87 (2.219)
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
88 (0.124)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '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
89 (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 = '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
90 (0.092)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '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
91 (0.095)
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
92 (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 = '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
93 (0.088)
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
94 (0.085)
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
95 (0.091)
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
96 (0.102)
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
97 (0.134)
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
98 (0.101)
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
99 (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 = '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
100 (0.163)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
101 (0.173)
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
102 (0.423)
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
103 (0.123)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
104 (2.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 = '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
105 (0.133)
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
106 (0.803)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '86' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
107 (1.119)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '86' AND a.attribute_group_id = '3' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
108 (1.096)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '86' AND a.attribute_group_id = '5' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
109 (0.948)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '86' AND a.attribute_group_id = '4' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
110 (0.166)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '274'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
111 (0.148)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '275'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
112 (0.426)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '310'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
113 (0.441)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '319'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
114 (0.377)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '329'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
115 (0.182)
SELECT *
FROM manufacturer m
LEFT JOIN manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id)
WHERE m.manufacturer_id = '0' AND m2s.store_id = '1'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/catalog/manufacturer.php:4
116 (0.590)
SELECT *
FROM product_image
WHERE product_id = '86'
ORDER BY sort_order ASC
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:446
117 (0.464)
SELECT *
FROM product_discount
WHERE product_id = '86' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:440
118 (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 = '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
119 (0.950)
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 = '86' 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
120 (0.104)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '86' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
121 (0.078)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '86' AND a.attribute_group_id = '3' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
122 (0.061)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '86' AND a.attribute_group_id = '5' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
123 (0.055)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '86' AND a.attribute_group_id = '4' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
124 (0.372)
SELECT rd.*
FROM product_recurring pr JOIN recurring_description rd ON (rd.language_id = 2 AND rd.recurring_id = pr.recurring_id) JOIN recurring r ON r.recurring_id = rd.recurring_id
WHERE pr.product_id = 86 AND status = '1' AND pr.customer_group_id = '1'
ORDER BY sort_order ASC
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:599
125 (0.371)
UPDATE product SET viewed = (viewed + 1)
WHERE product_id = '86'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:4
126 (0.178)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '271'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
127 (2.216)
SELECT *
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 `product_to_category` p2c ON (p.product_id = p2c.product_id)
LEFT JOIN `category` c ON (c.category_id = p2c.category_id)
LEFT JOIN `category_to_store` c2s ON (c.category_id = c2s.category_id)
WHERE
c.category_id IN (59)
AND p.status = '1'
AND p.date_available <= NOW()
AND pd.language_id = '2'
AND p2s.store_id = '1'
AND c.status = '1'
AND c2s.store_id = '1'
AND p.product_id != '86'
ORDER BY p.sort_order ASC, LCASE(pd.name) ASC
LIMIT 10
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/product.php:272
128 (6.244)
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 IN (91,116,292,324,278,181,65,171,157,68) 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/public_html/catalog/model/journal3/product.php:27
129 (0.117)
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
130 (0.171)
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
131 (0.156)
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
132 (0.141)
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
133 (0.172)
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
134 (0.142)
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
135 (0.142)
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
136 (0.116)
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
137 (0.111)
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
138 (0.129)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '68'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
139 (0.228)
SELECT *
FROM `journal3_module`
WHERE `module_id` = '0'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/journal3/module.php:8
140 (2.639)
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
141 (0.434)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
142 (0.111)
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='product_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
143 (1.550)
SELECT *, (SELECT COUNT(*) AS total1
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = bewk.kit_id AND bekp.customer_group_id = '1') AS kit_period_total, (SELECT COUNT(*) AS total2
FROM bundle_expert_kit_period bekp
WHERE bekp.kit_id = bewk.kit_id 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()) ) AS kit_period_active, (SELECT COUNT(*) AS total3
FROM bundle_expert_cache_kit_link_products becklp
WHERE becklp.kit_id = bewk.kit_id AND becklp.product_id IN (86)) AS linked_products_count, (SELECT COUNT(*) AS total4
FROM bundle_expert_to_product betp
WHERE betp.kit_id = bewk.kit_id) AS kit_to_product_count
FROM bundle_expert_widget_kit bewk
LEFT JOIN bundle_expert be ON (be.kit_id = bewk.kit_id)
WHERE widget_id = '1' HAVING (kit_to_product_count = 0) OR (kit_to_product_count > 0 AND linked_products_count > 0)
ORDER BY be.sort_order
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:263
144 (0.117)
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
145 (0.304)
SELECT product_id
FROM bundle_expert_cache_kit_link_products
WHERE kit_id = '10'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:6278
146 (0.082)
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
147 (0.085)
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
148 (0.074)
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
149 (0.065)
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
150 (0.062)
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
151 (0.065)
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
152 (0.107)
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
153 (0.343)
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
154 (0.076)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
155 (2.348)
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
156 (0.124)
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
157 (0.300)
SELECT *
FROM bundle_expert_widget_history_status
WHERE widget_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2664
158 (0.245)
UPDATE bundle_expert_widget_history_status SET widget_history_code = 'success', success = '1', date_modified = NOW()
WHERE widget_id = '1'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/bundle_expert/bundle_expert.php:2669
159 (0.119)
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
160 (0.140)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
161 (0.459)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '138'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
162 (0.717)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '138' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
163 (1.071)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '138' AND a.attribute_group_id = '3' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
164 (0.965)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '138' AND a.attribute_group_id = '5' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
165 (0.976)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '138' AND a.attribute_group_id = '4' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
166 (0.444)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '174'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
167 (0.724)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '174' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
168 (0.993)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '174' AND a.attribute_group_id = '4' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
169 (0.430)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '175'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
170 (0.724)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '175' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
171 (0.988)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '175' AND a.attribute_group_id = '4' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
172 (0.180)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '94'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
173 (0.844)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '94' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
174 (1.005)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '94' AND a.attribute_group_id = '4' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
175 (0.172)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '141'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
176 (0.730)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '141' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
177 (0.958)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '141' AND a.attribute_group_id = '4' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
178 (0.167)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '343'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
179 (0.890)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '343' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
180 (1.155)
SELECT a.attribute_id, ad.name, pa.text
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '343' AND a.attribute_group_id = '4' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:380
181 (0.179)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '345'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
182 (0.388)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '70'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
183 (0.717)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '70' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
184 (0.154)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '148'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
185 (0.654)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '148' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
186 (0.143)
SELECT *
FROM product_to_customer_groups
WHERE p2cg_product_id = '146'
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:608
187 (0.681)
SELECT ag.attribute_group_id, agd.name
FROM product_attribute pa
LEFT JOIN attribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '146' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/model/catalog/product.php:375
188 (0.187)
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
189 (0.168)
SELECT *
FROM extension
WHERE `type` = 'analytics'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/extension.php:4
190 (0.174)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
191 (0.076)
SELECT *
FROM extension
WHERE `type` = 'total'
/home/sila-s/web/sila-s.ru/public_html/catalog/model/setting/extension.php:4
192 (0.102)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
193 (0.093)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
194 (0.121)
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
195 (0.132)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
196 (0.104)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
197 (0.071)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
198 (0.060)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
/home/sila-s/web/sila-s.ru/private/storage/modification/system/library/cart/cart.php:81
199 (2.984)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM product_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total
FROM review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '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
200 (0.119)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = 'product' AND betp.item_id = '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
201 (0.070)
SELECT betp.*, be.status
FROM bundle_expert_to_product betp
LEFT JOIN bundle_expert be ON (be.kit_id = betp.kit_id)
WHERE betp.item_type = '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
202 (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 = '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
203 (0.063)
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
204 (0.100)
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
205 (0.069)
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
206 (0.077)
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
207 (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
208 (0.067)
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
209 (0.072)
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
210 (0.064)
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
211 (0.095)
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
212 (0.126)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
213 (0.144)
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
214 (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
215 (0.108)
SELECT *
FROM cart
WHERE api_id = '0' AND customer_id = '0' AND session_id = '053920290e9554f835fbea9c34'
ORDER BY cart_id
/home/sila-s/web/sila-s.ru/public_html/system/library/bundle_expert/bundle_expert_cart.php:1479
216 (2.721)
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
217 (0.122)
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
218 (1.276)
SELECT r.review_id, r.author, r.rating, r.text, p.product_id, pd.name, p.price, p.image, r.date_added
FROM review r
LEFT JOIN product p ON (r.product_id = p.product_id)
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
WHERE
p.product_id = '86'
AND p.date_available <= NOW()
AND p.status = '1'
AND r.status = '1'
AND pd.language_id = '2'
ORDER BY
r.date_added DESC
LIMIT 1
/home/sila-s/web/sila-s.ru/private/storage/modification/catalog/controller/journal3/seo.php:321