1 (0.038)
SET time_zone = '+00:00'
/home/j/jackssn/fanstation.ru/public_html/system/framework.php:84
2 (0.241)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
3 (0.153)
SELECT *
FROM oc_fionstore
WHERE REPLACE(`ssl`, 'www.', '') = 'https://fanstation.ru/'
/home/j/jackssn/fanstation.ru/public_html/catalog/controller/startup/startup.php:6
4 (1.057)
SELECT *
FROM `oc_fionsetting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/home/j/jackssn/fanstation.ru/public_html/catalog/controller/startup/startup.php:25
5 (0.076)
SET time_zone = '+03:00'
/home/j/jackssn/fanstation.ru/public_html/catalog/controller/startup/startup.php:40
6 (0.212)
SELECT *
FROM oc_fioncurrency
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/currency.php:10
7 (0.457)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM oc_fiontax_rule tr1
LEFT JOIN oc_fiontax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN oc_fiontax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN oc_fionzone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN oc_fiongeo_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 = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2721')
ORDER BY tr1.priority ASC
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/tax.php:16
8 (0.329)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM oc_fiontax_rule tr1
LEFT JOIN oc_fiontax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN oc_fiontax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN oc_fionzone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN oc_fiongeo_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 = '2721')
ORDER BY tr1.priority ASC
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/tax.php:44
9 (0.219)
SELECT *
FROM oc_fionweight_class wc
LEFT JOIN oc_fionweight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id)
WHERE wcd.language_id = '2'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/weight.php:10
10 (0.189)
SELECT *
FROM oc_fionlength_class mc
LEFT JOIN oc_fionlength_class_description mcd ON (mc.length_class_id = mcd.length_class_id)
WHERE mcd.language_id = '2'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/length.php:10
11 (0.259)
DELETE
FROM oc_fioncart
WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:15
12 (0.424)
SELECT *
FROM `oc_fionevent`
WHERE `trigger` LIKE 'catalog/%' AND status = '1'
ORDER BY `sort_order` ASC
/home/j/jackssn/fanstation.ru/public_html/catalog/model/setting/event.php:4
13 (0.235)
SELECT *
FROM oc_fionseo_url
WHERE keyword = 'team-denver-nuggets' AND store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:36
14 (0.148)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'product/category' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
15 (0.345)
SELECT DISTINCT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '74' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:4
16 (0.170)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
17 (0.451)
SELECT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '74' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:10
18 (4.687)
SELECT COUNT(DISTINCT p.product_id) AS total
FROM oc_fionproduct_to_category p2c
LEFT JOIN oc_fionproduct p ON (p2c.product_id = p.product_id)
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '74'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:685
19 (5.415)
SELECT p.product_id, null AS rating, null AS discount, null AS special
FROM oc_fionproduct_to_category p2c
LEFT JOIN oc_fionproduct p ON (p2c.product_id = p.product_id)
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND p2c.category_id = '74' GROUP BY p.product_id
ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,60
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:229
20 (1.334)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '89447' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
21 (0.960)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '89448' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
22 (0.911)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '45165' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
23 (0.820)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '45166' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
24 (0.792)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '89492' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
25 (0.808)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '89493' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
26 (0.781)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '89743' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
27 (0.773)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '69534' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
28 (0.765)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '95577' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
29 (0.832)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19581' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
30 (0.804)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19580' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
31 (0.798)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19583' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
32 (0.841)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19582' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
33 (0.802)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19584' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
34 (0.801)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19585' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
35 (0.770)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19586' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
36 (0.798)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19587' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
37 (0.754)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19588' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
38 (0.909)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19589' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
39 (0.820)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19590' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
40 (0.822)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19591' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
41 (0.766)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19592' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
42 (0.916)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19593' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
43 (0.871)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '19594' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
44 (0.915)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '16646' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
45 (0.865)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '16647' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
46 (0.866)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '16649' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
47 (0.835)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '16648' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
48 (0.792)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '69451' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
49 (0.755)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '69452' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
50 (0.758)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '69453' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
51 (0.793)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '69454' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
52 (0.785)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '69455' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
53 (0.799)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '69456' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
54 (0.835)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33550' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
55 (0.848)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33551' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
56 (0.789)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33552' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
57 (0.801)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33553' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
58 (0.787)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33554' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
59 (0.868)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33555' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
60 (0.752)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33556' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
61 (0.829)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33557' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
62 (0.780)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33558' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
63 (0.799)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33559' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
64 (0.797)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33560' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
65 (0.835)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '56547' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
66 (0.798)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '56548' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
67 (0.870)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '56549' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
68 (0.764)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '56554' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
69 (0.757)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '56556' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
70 (0.772)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '56557' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
71 (0.758)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '56558' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
72 (0.824)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33563' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
73 (0.813)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33565' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
74 (0.815)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33566' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
75 (0.848)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33567' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
76 (0.837)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33568' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
77 (0.801)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33570' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
78 (0.807)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33569' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
79 (0.830)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM oc_fionproduct_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM oc_fionproduct_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM oc_fionproduct_reward pr
WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name
FROM oc_fionstock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit
FROM oc_fionweight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit
FROM oc_fionlength_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 oc_fionreview r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM oc_fionreview r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM oc_fionproduct p
LEFT JOIN oc_fionproduct_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_fionmanufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '33571' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:22
80 (0.199)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
81 (0.190)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89447' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
82 (0.161)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
83 (0.138)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89448' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
84 (0.162)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
85 (0.153)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=45165' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
86 (0.143)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
87 (0.143)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=45166' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
88 (0.160)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
89 (0.148)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89492' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
90 (0.147)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
91 (0.139)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89493' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
92 (0.164)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
93 (0.181)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89743' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
94 (0.168)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
95 (0.186)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=69534' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
96 (0.141)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
97 (0.132)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=95577' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
98 (0.121)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
99 (0.122)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19581' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
100 (0.119)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
101 (0.123)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19580' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
102 (0.129)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
103 (0.137)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19583' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
104 (0.132)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
105 (0.129)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19582' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
106 (0.126)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
107 (0.128)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19584' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
108 (0.129)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
109 (0.125)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19585' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
110 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
111 (0.127)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19586' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
112 (0.118)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
113 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19587' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
114 (0.121)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
115 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19588' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
116 (0.125)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
117 (0.152)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19589' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
118 (0.238)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
119 (0.219)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19590' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
120 (0.196)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
121 (0.211)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19591' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
122 (0.215)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
123 (0.181)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19592' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
124 (0.168)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
125 (0.194)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19593' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
126 (0.206)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
127 (0.159)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=19594' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
128 (0.181)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
129 (0.165)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=16646' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
130 (0.199)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
131 (0.178)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=16647' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
132 (0.163)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
133 (0.184)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=16649' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
134 (0.157)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
135 (0.176)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=16648' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
136 (0.147)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
137 (0.135)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=69451' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
138 (0.114)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
139 (0.174)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=69452' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
140 (0.127)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
141 (0.153)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=69453' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
142 (0.178)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
143 (0.168)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=69454' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
144 (0.175)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
145 (0.126)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=69455' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
146 (0.174)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
147 (0.166)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=69456' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
148 (0.140)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
149 (0.171)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33550' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
150 (0.174)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
151 (0.187)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33551' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
152 (0.177)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
153 (0.164)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33552' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
154 (0.177)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
155 (0.172)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33553' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
156 (0.183)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
157 (0.160)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33554' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
158 (0.172)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
159 (0.137)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33555' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
160 (0.115)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
161 (0.122)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33556' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
162 (0.158)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
163 (0.112)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33557' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
164 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
165 (0.162)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33558' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
166 (0.154)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
167 (0.134)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33559' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
168 (0.170)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
169 (0.155)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33560' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
170 (0.172)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
171 (0.169)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=56547' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
172 (0.170)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
173 (0.162)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=56548' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
174 (0.174)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
175 (0.161)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=56549' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
176 (0.155)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
177 (0.115)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=56554' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
178 (0.131)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
179 (0.160)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=56556' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
180 (0.146)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
181 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=56557' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
182 (0.100)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
183 (0.107)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=56558' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
184 (0.101)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
185 (0.105)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33563' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
186 (0.106)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
187 (0.107)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33565' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
188 (0.101)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
189 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33566' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
190 (0.112)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
191 (0.095)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33567' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
192 (0.105)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
193 (0.101)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33568' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
194 (0.101)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
195 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33570' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
196 (0.098)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
197 (0.099)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33569' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
198 (0.117)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
199 (0.103)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=33571' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
200 (0.097)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
201 (0.093)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
202 (0.096)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
203 (0.101)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
204 (0.096)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
205 (0.094)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
206 (0.111)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
207 (0.099)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
208 (0.125)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
209 (0.160)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
210 (0.182)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
211 (0.171)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
212 (0.168)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
213 (0.187)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
214 (0.170)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
215 (0.301)
SELECT *
FROM oc_fioncategory_to_layout
WHERE category_id = '74' AND store_id = '0'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:55
216 (0.223)
SELECT *
FROM oc_fionlayout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:4
217 (0.244)
SELECT *
FROM oc_fionlayout_module
WHERE layout_id = '3' AND position = 'column_left'
ORDER BY sort_order
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:14
218 (0.283)
SELECT *
FROM oc_fionmodule
WHERE module_id = '34'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/setting/module.php:4
219 (0.208)
SELECT *
FROM `oc_fionmodule`
WHERE `code` = 'mega_filter' AND `module_id` = 34
/home/j/jackssn/fanstation.ru/public_html/catalog/model/extension/module/mega_filter.php:584
220 (18.244)
SELECT
`a`.`attribute_id`,
REPLACE(REPLACE(TRIM(pa.text), '
', ''), '
', '') AS `txt`,
`ad`.`name`,
`ad`.`mf_tooltip` AS `tooltip`,
`agd`.`name` AS `gname`,
`agd`.`attribute_group_id`
FROM
`oc_fionproduct` AS `p`
INNER JOIN
`oc_fionproduct_to_store` AS `pts`
ON
`p`.`product_id` = `pts`.`product_id` AND `pts`.`store_id` = 0
INNER JOIN
`oc_fionproduct_attribute` AS `pa`
ON
`p`.`product_id` = `pa`.`product_id` AND `pa`.`language_id` = 2
INNER JOIN
`oc_fionattribute` AS `a`
ON
`a`.`attribute_id` = `pa`.`attribute_id`
INNER JOIN
`oc_fionattribute_description` AS `ad`
ON
`ad`.`attribute_id` = `a`.`attribute_id` AND `ad`.`language_id` = 2
INNER JOIN
`oc_fionattribute_group` AS `ag`
ON
`ag`.`attribute_group_id` = `a`.`attribute_group_id`
INNER JOIN
`oc_fionattribute_group_description` AS `agd`
ON
`agd`.`attribute_group_id` = `ag`.`attribute_group_id` AND `agd`.`language_id` = 2
INNER JOIN
`oc_fionproduct_to_category` AS `p2c`
ON
`p2c`.`product_id` = `p`.`product_id`
WHERE
`p`.`status` = '1' AND `p`.`date_available` <= NOW() AND `p2c`.`category_id` IN(74)
GROUP BY
`txt`, `pa`.`attribute_id`
HAVING
`txt` != ''
ORDER BY
`txt`
/home/j/jackssn/fanstation.ru/public_html/catalog/model/extension/module/mega_filter.php:1489
221 (22.334)
SELECT
`ov`.`option_value_id`
FROM
`oc_fionproduct` AS `p`
INNER JOIN
`oc_fionproduct_to_store` AS `p2s`
ON
`p`.`product_id` = `p2s`.`product_id` AND `p2s`.`store_id` = 0
INNER JOIN
`oc_fionproduct_option_value` AS `pov`
ON
`p`.`product_id` = `pov`.`product_id`
INNER JOIN
`oc_fionoption_value` AS `ov`
ON
`ov`.`option_value_id` = `pov`.`option_value_id`
INNER JOIN
`oc_fionoption` AS `o`
ON
`o`.`option_id` = `pov`.`option_id`
INNER JOIN
`oc_fionproduct_to_category` AS `p2c`
ON
`p2c`.`product_id` = `p`.`product_id`
WHERE
`p`.`status` = '1' AND `p`.`date_available` <= NOW() AND `p2c`.`category_id` IN(74) AND `o`.`type` IN('radio','checkbox','select','image','image_radio')
GROUP BY
`ov`.`option_value_id`
/home/j/jackssn/fanstation.ru/public_html/catalog/model/extension/module/mega_filter.php:1402
222 (28.985)
SELECT
`o`.`option_id`,
`ov`.`option_value_id`,
`od`.`name` AS `gname`,
`od`.`mf_tooltip` AS `tooltip`,
`ov`.`image`,
`ovd`.`name`
FROM
`oc_fionproduct` AS `p`
INNER JOIN
`oc_fionproduct_to_store` AS `p2s`
ON
`p`.`product_id` = `p2s`.`product_id` AND `p2s`.`store_id` = 0
INNER JOIN
`oc_fionproduct_option_value` AS `pov`
ON
`p`.`product_id` = `pov`.`product_id`
INNER JOIN
`oc_fionoption_value` AS `ov`
ON
`ov`.`option_value_id` = `pov`.`option_value_id`
INNER JOIN
`oc_fionoption_value_description` AS `ovd`
ON
`ov`.`option_value_id` = `ovd`.`option_value_id` AND `ovd`.`language_id` = 2
INNER JOIN
`oc_fionoption` AS `o`
ON
`o`.`option_id` = `pov`.`option_id`
INNER JOIN
`oc_fionoption_description` AS `od`
ON
`od`.`option_id` = `o`.`option_id` AND `od`.`language_id` = 2
INNER JOIN
`oc_fionproduct_to_category` AS `p2c`
ON
`p2c`.`product_id` = `p`.`product_id`
WHERE
`p`.`status` = '1' AND `p`.`date_available` <= NOW() AND `ov`.`option_value_id` IN(52,53,54,55,56,58,59,60,61,99,100,101,102,103,108,109,110,111,112,113,114,115,116,117,118,119,131,143,310,365,556,730) AND `p2c`.`category_id` IN(74) AND `o`.`type` IN('radio','checkbox','select','image','image_radio')
GROUP BY
`o`.`option_id`, `ov`.`option_value_id`
ORDER BY
`ov`.`sort_order`, `ovd`.`name`
/home/j/jackssn/fanstation.ru/public_html/catalog/model/extension/module/mega_filter.php:1255
223 (0.396)
SELECT `filter_id`
FROM `oc_fioncategory_filter`
WHERE `category_id` = 74
/home/j/jackssn/fanstation.ru/public_html/catalog/model/extension/module/mega_filter.php:1129
224 (0.770)
SELECT
`f`.`filter_id`
FROM
`oc_fionproduct` AS `p`
INNER JOIN
`oc_fionproduct_to_store` AS `p2s`
ON
`p`.`product_id` = `p2s`.`product_id` AND `p2s`.`store_id` = 0
INNER JOIN
`oc_fionproduct_filter` AS `pf`
ON
`p`.`product_id` = `pf`.`product_id`
INNER JOIN
`oc_fionfilter` AS `f`
ON
`pf`.`filter_id` = `f`.`filter_id`
INNER JOIN
`oc_fionproduct_to_category` AS `p2c`
ON
`p2c`.`product_id` = `p`.`product_id`
WHERE
`p`.`status` = '1' AND `p`.`date_available` <= NOW() AND `p2c`.`category_id` IN(74)
GROUP BY
`f`.`filter_group_id`, `f`.`filter_id`
/home/j/jackssn/fanstation.ru/public_html/catalog/model/extension/module/mega_filter.php:1175
225 (6.122)
SELECT
`m`.*
FROM
`oc_fionmanufacturer` AS `m`
INNER JOIN
`oc_fionmanufacturer_to_store` AS `m2s`
ON
`m`.`manufacturer_id` = `m2s`.`manufacturer_id`
INNER JOIN `oc_fionproduct` AS `p` ON `p`.`manufacturer_id` = `m`.`manufacturer_id`
INNER JOIN `oc_fionproduct_to_store` AS `p2s` ON `p`.`product_id` = `p2s`.`product_id`
INNER JOIN
`oc_fionproduct_to_category` AS `p2c`
ON
`p2c`.`product_id` = `p`.`product_id`
WHERE `p`.`status` = '1' AND `p`.`date_available` <= NOW() AND `p2c`.`category_id` IN(74) AND `m2s`.`store_id` = '0' AND `p2s`.`store_id` = '0'
GROUP BY `m`.`manufacturer_id`
ORDER BY
`m`.`sort_order` ASC,
`m`.`name` ASC
/home/j/jackssn/fanstation.ru/public_html/catalog/model/extension/module/mega_filter.php:853
226 (0.147)
SELECT
*
FROM
`oc_fionstock_status`
WHERE
`language_id` = 2
/home/j/jackssn/fanstation.ru/public_html/catalog/model/extension/module/mega_filter.php:632
227 (13.093)
SELECT MIN(`price`) AS `p_min`, MAX(`price`) AS `p_max`
FROM( SELECT `price_tmp` AS `price`
FROM(
SELECT
IFNULL( (
SELECT
`price`
FROM
`oc_fionproduct_special` AS `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
), IFNULL( (
SELECT
`price`
FROM
`oc_fionproduct_discount` AS `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
), `p`.`price` ) ) AS `price_tmp`
FROM
`oc_fionproduct` AS `p`
INNER JOIN
`oc_fionproduct_description` AS `pd`
ON
`pd`.`product_id` = `p`.`product_id` AND `pd`.`language_id` = 2
INNER JOIN
`oc_fionproduct_to_store` AS `p2s`
ON
`p2s`.`product_id` = `p`.`product_id` AND `p2s`.`store_id` = 0
INNER JOIN
`oc_fionproduct_to_category` AS `p2c`
ON
`p2c`.`product_id` = `p`.`product_id`
WHERE
`p`.`status` = '1' AND `p`.`date_available` <= NOW() AND `p2c`.`category_id` IN(74)
) AS `tmp` ) AS `tmp`
/home/j/jackssn/fanstation.ru/public_html/system/library/mfilter_core.php:2749
228 (11.969)
SELECT MIN(`price`) AS `p_min`, MAX(`price`) AS `p_max`
FROM( SELECT `price_tmp` AS `price`
FROM(
SELECT
IFNULL( (
SELECT
`price`
FROM
`oc_fionproduct_special` AS `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
), IFNULL( (
SELECT
`price`
FROM
`oc_fionproduct_discount` AS `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
), `p`.`price` ) ) AS `price_tmp`
FROM
`oc_fionproduct` AS `p`
INNER JOIN
`oc_fionproduct_description` AS `pd`
ON
`pd`.`product_id` = `p`.`product_id` AND `pd`.`language_id` = 2
INNER JOIN
`oc_fionproduct_to_store` AS `p2s`
ON
`p2s`.`product_id` = `p`.`product_id` AND `p2s`.`store_id` = 0
INNER JOIN
`oc_fionproduct_to_category` AS `p2c`
ON
`p2c`.`product_id` = `p`.`product_id`
WHERE
`p`.`status` = '1' AND `p`.`date_available` <= NOW() AND `p2c`.`category_id` IN(74)
) AS `tmp` ) AS `tmp`
/home/j/jackssn/fanstation.ru/public_html/system/library/mfilter_core.php:2749
229 (0.209)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
230 (0.151)
SELECT *
FROM `oc_fionseo_url` AS `ua`
WHERE `query` IN('category_id=74') AND `ua`.`language_id` = '2'
/home/j/jackssn/fanstation.ru/public_html/system/library/mfilter_core.php:1456
231 (0.134)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
232 (0.183)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
233 (0.158)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/mfilter'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
234 (0.219)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
235 (0.261)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
236 (0.193)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/column_left'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
237 (0.126)
SELECT *
FROM oc_fioncategory_to_layout
WHERE category_id = '74' AND store_id = '0'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:55
238 (0.130)
SELECT *
FROM oc_fionlayout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:4
239 (0.143)
SELECT *
FROM oc_fionlayout_module
WHERE layout_id = '3' AND position = 'column_right'
ORDER BY sort_order
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:14
240 (0.097)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
241 (0.112)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
242 (0.147)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/column_right'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
243 (0.136)
SELECT *
FROM oc_fioncategory_to_layout
WHERE category_id = '74' AND store_id = '0'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:55
244 (0.155)
SELECT *
FROM oc_fionlayout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:4
245 (0.145)
SELECT *
FROM oc_fionlayout_module
WHERE layout_id = '3' AND position = 'content_top'
ORDER BY sort_order
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:14
246 (0.102)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
247 (0.156)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
248 (0.165)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/content_top'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
249 (0.138)
SELECT *
FROM oc_fioncategory_to_layout
WHERE category_id = '74' AND store_id = '0'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:55
250 (0.128)
SELECT *
FROM oc_fionlayout_route
WHERE 'product/category' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:4
251 (0.142)
SELECT *
FROM oc_fionlayout_module
WHERE layout_id = '3' AND position = 'content_bottom'
ORDER BY sort_order
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:14
252 (0.116)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
253 (0.154)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
254 (0.147)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/content_bottom'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
255 (0.123)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'common/footer' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
256 (6.076)
SELECT *
FROM oc_fioninformation i
LEFT JOIN oc_fioninformation_description id ON (i.information_id = id.information_id)
LEFT JOIN oc_fioninformation_to_store i2s ON (i.information_id = i2s.information_id)
WHERE id.language_id = '2' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/information.php:10
257 (0.242)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'information_id=13' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
258 (0.205)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'information_id=4' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
259 (0.182)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'information_id=6' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
260 (0.186)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'information_id=3' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
261 (0.192)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'information_id=5' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
262 (0.158)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
263 (0.178)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
264 (0.114)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/footer'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
265 (0.120)
SELECT *
FROM oc_fionextension
WHERE `type` = 'analytics'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/setting/extension.php:4
266 (0.083)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'common/header' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
267 (0.075)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'common/language' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
268 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
269 (0.076)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
270 (0.123)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
271 (0.164)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/language'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
272 (0.147)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'common/currency' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
273 (0.136)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
274 (0.087)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
275 (0.157)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
276 (0.125)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/currency'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
277 (0.279)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'common/search' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
278 (0.164)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
279 (0.223)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
280 (0.194)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/search'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
281 (0.188)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'common/cart' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
282 (0.425)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '75772e67eec3d779f3da11c14b'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
283 (0.446)
SELECT *
FROM oc_fionextension
WHERE `type` = 'total'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/setting/extension.php:4
284 (0.189)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '75772e67eec3d779f3da11c14b'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
285 (0.085)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/total/sub_total' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
286 (0.160)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '75772e67eec3d779f3da11c14b'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
287 (0.083)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/total/total' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
288 (0.160)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '75772e67eec3d779f3da11c14b'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
289 (0.158)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '75772e67eec3d779f3da11c14b'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
290 (0.076)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
291 (0.108)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
292 (0.094)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/cart'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
293 (0.106)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'common/menu' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
294 (0.640)
SELECT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '59' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:10
295 (0.186)
SELECT DISTINCT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '59' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:4
296 (0.129)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=59' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
297 (0.119)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=60' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
298 (0.138)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=61' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
299 (0.104)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=62' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
300 (0.103)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=63' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
301 (0.087)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
302 (0.103)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
303 (0.094)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/menu'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
304 (0.089)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
305 (0.101)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
306 (0.133)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'common/header'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
307 (1.842)
SELECT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '60' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:10
308 (1.986)
SELECT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '61' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:10
309 (1.365)
SELECT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '62' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:10
310 (0.978)
SELECT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '63' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:10
311 (0.181)
SELECT DISTINCT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '60' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:4
312 (0.132)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=60' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
313 (0.154)
SELECT DISTINCT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '61' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:4
314 (0.109)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=61' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
315 (0.162)
SELECT DISTINCT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '62' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:4
316 (0.106)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=62' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
317 (0.154)
SELECT DISTINCT *
FROM oc_fioncategory c
LEFT JOIN oc_fioncategory_description cd ON (c.category_id = cd.category_id)
LEFT JOIN oc_fioncategory_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.category_id = '63' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:4
318 (0.134)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=63' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
319 (0.102)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=64' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
320 (0.094)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=73' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
321 (0.092)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=80' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
322 (0.101)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=88' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
323 (0.092)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=81' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
324 (0.090)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=89' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
325 (0.135)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=65' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
326 (0.140)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=74' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
327 (0.109)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=82' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
328 (0.093)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=90' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
329 (0.093)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=66' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
330 (0.096)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=75' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
331 (0.101)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=83' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
332 (0.104)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=72' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
333 (0.096)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=91' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
334 (0.090)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=67' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
335 (0.110)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=76' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
336 (0.097)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=84' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
337 (0.099)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=92' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
338 (0.100)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=68' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
339 (0.088)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=77' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
340 (0.090)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=96' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
341 (0.092)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=85' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
342 (0.091)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=93' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
343 (0.088)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=69' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
344 (0.104)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=78' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
345 (0.104)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=86' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
346 (0.128)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=94' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
347 (0.118)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=70' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
348 (0.116)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=79' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
349 (0.112)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=87' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
350 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=95' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
351 (0.116)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=71' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
352 (0.122)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=98' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
353 (0.115)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=111' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
354 (0.117)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=106' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
355 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=114' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
356 (0.115)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=122' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
357 (0.126)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=99' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
358 (0.110)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=107' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
359 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=115' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
360 (0.118)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=123' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
361 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=100' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
362 (0.116)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=108' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
363 (0.115)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=116' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
364 (0.116)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=124' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
365 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=198' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
366 (0.127)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=101' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
367 (0.126)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=109' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
368 (0.115)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=117' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
369 (0.122)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=125' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
370 (0.116)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=102' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
371 (0.112)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=110' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
372 (0.116)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=118' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
373 (0.112)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=129' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
374 (0.118)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=126' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
375 (0.228)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=103' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
376 (0.205)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=119' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
377 (0.147)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=127' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
378 (0.147)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=130' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
379 (0.126)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=104' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
380 (0.114)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=112' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
381 (0.110)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=120' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
382 (0.111)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=128' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
383 (0.112)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=121' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
384 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=105' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
385 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=113' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
386 (0.115)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=136' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
387 (0.119)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=137' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
388 (0.110)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=138' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
389 (0.110)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=139' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
390 (0.196)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=140' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
391 (0.142)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=141' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
392 (0.413)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=142' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
393 (0.231)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=143' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
394 (0.231)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=144' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
395 (0.219)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=145' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
396 (0.200)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=146' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
397 (0.191)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=147' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
398 (0.200)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=148' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
399 (0.192)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=149' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
400 (0.194)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=150' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
401 (0.190)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=151' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
402 (0.216)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=152' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
403 (0.197)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=153' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
404 (0.189)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=154' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
405 (0.190)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=155' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
406 (0.164)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=156' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
407 (0.092)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=157' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
408 (0.103)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=158' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
409 (0.090)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=159' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
410 (0.403)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=160' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
411 (0.234)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=161' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
412 (0.202)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=162' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
413 (0.199)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=163' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
414 (0.213)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=164' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
415 (0.203)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=165' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
416 (0.233)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=166' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
417 (0.270)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=167' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
418 (0.166)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=168' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
419 (0.159)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=169' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
420 (0.131)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=170' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
421 (0.122)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=171' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
422 (0.121)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=172' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
423 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=173' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
424 (0.129)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=174' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
425 (0.119)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=175' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
426 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=176' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
427 (0.130)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=177' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
428 (0.121)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=178' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
429 (0.118)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=179' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
430 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=180' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
431 (0.119)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=181' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
432 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=182' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
433 (0.118)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=183' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
434 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=184' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
435 (0.119)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=185' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
436 (0.121)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=186' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
437 (0.124)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=187' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
438 (0.121)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=188' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
439 (0.117)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=189' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
440 (0.135)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=190' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
441 (0.120)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=191' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
442 (0.119)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=192' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
443 (0.123)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=193' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
444 (0.119)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=194' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
445 (0.121)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=195' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
446 (0.124)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=196' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
447 (0.118)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'category_id=197' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:141
448 (0.124)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/module/oneall' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
449 (0.179)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
450 (0.126)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'product/category'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4