1 (0.048)
SET time_zone = '+00:00'
/home/j/jackssn/fanstation.ru/public_html/system/framework.php:84
2 (0.351)
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.206)
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.314)
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.069)
SET time_zone = '+03:00'
/home/j/jackssn/fanstation.ru/public_html/catalog/controller/startup/startup.php:40
6 (0.324)
SELECT *
FROM oc_fioncurrency
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/currency.php:10
7 (0.574)
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.278)
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.247)
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.227)
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.256)
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.437)
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.245)
SELECT *
FROM oc_fionseo_url
WHERE keyword = 'team-cleveland-indians' AND store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:36
14 (0.123)
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.459)
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 = '175' 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=175' 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.475)
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 = '175' 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 (2.697)
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 = '175'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:685
19 (2.826)
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 = '175' 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.708)
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 = '107390' 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.897)
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 = '107369' 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.786)
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 = '107355' 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.768)
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 = '107366' 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.721)
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 = '107358' 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.864)
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 = '107393' 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.734)
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 = '107357' 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.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 = '107362' 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.853)
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 = '107378' 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.923)
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 = '107368' 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.831)
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 = '107359' 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.703)
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 = '107367' 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.684)
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 = '107391' 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.819)
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 = '107363' 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 (1.003)
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 = '107361' 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.743)
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 = '107356' 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.776)
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 = '107365' 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.881)
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 = '107375' 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.920)
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 = '12850' 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.905)
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 = '12851' 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.896)
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 = '107376' 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.806)
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 = '13763' 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.834)
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 = '13764' 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.849)
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 = '13765' 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.788)
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 = '13766' 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.742)
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 = '13767' 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.656)
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 = '13768' 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.896)
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 = '13769' 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.858)
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 = '13770' 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.803)
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 = '13771' 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.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 = '13772' 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.748)
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 = '13773' 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.672)
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 = '13774' 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.720)
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 = '13780' 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.642)
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 = '13781' 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.684)
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 = '13782' 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.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 = '13783' 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.651)
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 = '13784' 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.683)
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 = '13775' 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.854)
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 = '13776' 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.723)
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 = '13777' 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.867)
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 = '13778' 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.828)
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 = '13779' 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.771)
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 = '13736' 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.717)
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 = '13737' 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.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 = '13738' 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.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 = '13467' 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.777)
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 = '13468' 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.984)
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 = '13469' 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.646)
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 = '13470' 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.759)
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 = '13362' 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.811)
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 = '13363' 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.697)
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 = '13401' 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.828)
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 = '13402' 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.726)
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 = '13403' 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.710)
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 = '13404' 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.663)
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 = '13405' 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.823)
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 = '13406' 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.851)
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 = '14203' 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.982)
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 = '14219' 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.237)
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
81 (0.163)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107390' 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.206)
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
83 (0.212)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107369' 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.213)
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
85 (0.163)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107355' 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.181)
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
87 (0.161)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107366' 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.138)
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
89 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107358' 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.127)
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
91 (0.103)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107393' 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.157)
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
93 (0.095)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107357' 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.112)
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
95 (0.086)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107362' 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.079)
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
97 (0.079)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107378' 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.085)
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
99 (0.085)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107368' 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.078)
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
101 (0.074)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107359' 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.074)
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
103 (0.074)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107367' 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.073)
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
105 (0.078)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107391' 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.073)
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
107 (0.089)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107363' 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.073)
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
109 (0.074)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107361' 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.087)
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
111 (0.096)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107356' 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.109)
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
113 (0.083)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107365' 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.085)
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
115 (0.077)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107375' 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.105)
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
117 (0.121)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=12850' 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.090)
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
119 (0.087)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=12851' 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.085)
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
121 (0.079)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=107376' 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.074)
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
123 (0.079)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13763' 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.082)
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
125 (0.098)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13764' 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.084)
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
127 (0.077)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13765' 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.077)
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
129 (0.082)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13766' 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.093)
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
131 (0.077)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13767' 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.082)
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
133 (0.084)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13768' 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.110)
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
135 (0.085)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13769' 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.077)
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
137 (0.076)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13770' 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.081)
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
139 (0.081)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13771' 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.077)
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
141 (0.085)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13772' 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.135)
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
143 (0.108)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13773' 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.195)
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
145 (0.211)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13774' 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.203)
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
147 (0.245)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13780' 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.205)
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
149 (0.214)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13781' 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.194)
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
151 (0.199)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13782' 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.195)
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
153 (0.250)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13783' 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.333)
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
155 (0.275)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13784' 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.108)
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
157 (0.261)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13775' 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.139)
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
159 (0.134)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13776' 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.112)
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
161 (0.115)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13777' 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.118)
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
163 (0.135)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13778' 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.117)
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
165 (0.116)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13779' 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.110)
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
167 (0.112)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13736' 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.113)
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
169 (0.118)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13737' 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.116)
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
171 (0.113)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13738' 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.122)
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
173 (0.125)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13467' 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.124)
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
175 (0.127)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13468' 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.127)
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
177 (0.109)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13469' 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.108)
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
179 (0.106)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13470' 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.104)
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
181 (0.127)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13362' 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.166)
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
183 (0.158)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13363' 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.313)
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
185 (0.213)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13401' 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.370)
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
187 (0.331)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13402' 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.268)
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
189 (0.313)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13403' 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.327)
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
191 (0.274)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13404' 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.234)
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
193 (0.206)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13405' 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.199)
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
195 (0.194)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=13406' 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.223)
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
197 (0.286)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=14203' 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.200)
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
199 (0.115)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=14219' 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.115)
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
201 (0.153)
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
202 (0.160)
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
203 (0.132)
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
204 (0.128)
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
205 (0.136)
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
206 (0.306)
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
207 (0.226)
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
208 (0.210)
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
209 (0.199)
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
210 (0.201)
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
211 (0.209)
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
212 (0.237)
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
213 (0.219)
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
214 (0.202)
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
215 (0.293)
SELECT *
FROM oc_fioncategory_to_layout
WHERE category_id = '175' AND store_id = '0'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:55
216 (0.309)
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.294)
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.354)
SELECT *
FROM oc_fionmodule
WHERE module_id = '34'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/setting/module.php:4
219 (0.242)
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
220 (0.120)
SELECT *
FROM `oc_fionseo_url` AS `ua`
WHERE `query` IN('category_id=175') AND `ua`.`language_id` = '2'
/home/j/jackssn/fanstation.ru/public_html/system/library/mfilter_core.php:1456
221 (0.128)
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
222 (0.237)
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
223 (0.167)
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
224 (0.303)
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
225 (0.274)
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
226 (0.195)
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
227 (0.181)
SELECT *
FROM oc_fioncategory_to_layout
WHERE category_id = '175' AND store_id = '0'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:55
228 (0.209)
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
229 (0.118)
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
230 (0.103)
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
231 (0.117)
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
232 (0.103)
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
233 (0.154)
SELECT *
FROM oc_fioncategory_to_layout
WHERE category_id = '175' AND store_id = '0'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:55
234 (0.152)
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
235 (0.119)
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
236 (0.112)
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
237 (0.308)
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
238 (0.209)
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
239 (0.098)
SELECT *
FROM oc_fioncategory_to_layout
WHERE category_id = '175' AND store_id = '0'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/catalog/category.php:55
240 (0.103)
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
241 (0.089)
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
242 (0.133)
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
243 (0.144)
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
244 (0.105)
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
245 (0.091)
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
246 (5.037)
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
247 (0.178)
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
248 (0.111)
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
249 (0.098)
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
250 (0.097)
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
251 (0.099)
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
252 (0.126)
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.148)
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.120)
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
255 (0.178)
SELECT *
FROM oc_fionextension
WHERE `type` = 'analytics'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/setting/extension.php:4
256 (0.093)
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
257 (0.077)
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
258 (0.131)
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
259 (0.083)
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
260 (0.153)
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
261 (0.116)
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
262 (0.115)
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
263 (0.141)
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
264 (0.094)
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
265 (0.129)
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
266 (0.112)
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
267 (0.257)
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
268 (0.151)
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
269 (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
270 (0.131)
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
271 (0.126)
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
272 (0.624)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = 'a25547b0f6634b218e0286a637'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
273 (0.239)
SELECT *
FROM oc_fionextension
WHERE `type` = 'total'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/setting/extension.php:4
274 (0.440)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = 'a25547b0f6634b218e0286a637'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
275 (0.187)
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
276 (0.447)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = 'a25547b0f6634b218e0286a637'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
277 (0.172)
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
278 (0.409)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = 'a25547b0f6634b218e0286a637'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
279 (0.434)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = 'a25547b0f6634b218e0286a637'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
280 (0.180)
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
281 (0.249)
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
282 (0.204)
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
283 (0.172)
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
284 (1.262)
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
285 (0.170)
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
286 (0.123)
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
287 (0.091)
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
288 (0.145)
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
289 (0.148)
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
290 (0.107)
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
291 (0.110)
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
292 (0.149)
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
293 (0.125)
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
294 (0.109)
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
295 (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
296 (0.199)
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
297 (2.601)
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
298 (2.849)
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
299 (1.892)
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
300 (0.852)
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
301 (0.178)
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
302 (0.134)
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
303 (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
304 (0.098)
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
305 (0.141)
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
306 (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
307 (0.148)
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
308 (0.132)
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
309 (0.101)
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
310 (0.179)
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
311 (0.110)
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
312 (0.099)
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
313 (0.095)
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
314 (0.120)
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
315 (0.166)
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
316 (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
317 (0.128)
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
318 (0.094)
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
319 (0.084)
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
320 (0.089)
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
321 (0.086)
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
322 (0.070)
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
323 (0.077)
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
324 (0.074)
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
325 (0.075)
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
326 (0.083)
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
327 (0.083)
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
328 (0.079)
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
329 (0.079)
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
330 (0.078)
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
331 (0.087)
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
332 (0.097)
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
333 (0.093)
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
334 (0.090)
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
335 (0.105)
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
336 (0.086)
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
337 (0.089)
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
338 (0.086)
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
339 (0.085)
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
340 (0.089)
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
341 (0.088)
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
342 (0.257)
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
343 (0.204)
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
344 (0.210)
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
345 (0.257)
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
346 (0.353)
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
347 (0.270)
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
348 (0.297)
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
349 (0.339)
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
350 (0.371)
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
351 (0.254)
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
352 (0.270)
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
353 (0.212)
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
354 (0.217)
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
355 (0.216)
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
356 (0.223)
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
357 (0.146)
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
358 (0.143)
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
359 (0.131)
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
360 (0.128)
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
361 (0.132)
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
362 (0.127)
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
363 (0.123)
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
364 (0.123)
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
365 (0.112)
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
366 (0.364)
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
367 (0.349)
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
368 (0.325)
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
369 (0.251)
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
370 (0.231)
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
371 (0.211)
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
372 (0.214)
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
373 (0.275)
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
374 (0.321)
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
375 (0.319)
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
376 (0.314)
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
377 (0.322)
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
378 (0.251)
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
379 (0.322)
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
380 (0.301)
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
381 (0.232)
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
382 (0.302)
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
383 (0.167)
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
384 (0.150)
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
385 (0.142)
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
386 (0.123)
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
387 (0.125)
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
388 (0.101)
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
389 (0.111)
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
390 (0.103)
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
391 (0.148)
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
392 (0.139)
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
393 (0.124)
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
394 (0.157)
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
395 (0.147)
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
396 (0.147)
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
397 (0.133)
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
398 (0.123)
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
399 (0.145)
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
400 (0.160)
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
401 (0.124)
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
402 (0.118)
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
403 (0.090)
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
404 (0.095)
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
405 (0.094)
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
406 (0.086)
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
407 (0.088)
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
408 (0.088)
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
409 (0.090)
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
410 (0.118)
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
411 (0.135)
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
412 (0.129)
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
413 (0.130)
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
414 (0.131)
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
415 (0.115)
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
416 (0.101)
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
417 (0.096)
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
418 (0.097)
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
419 (0.091)
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
420 (0.121)
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
421 (0.106)
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
422 (0.099)
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
423 (0.120)
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
424 (0.106)
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
425 (0.125)
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
426 (0.135)
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
427 (0.154)
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
428 (0.144)
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
429 (0.153)
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
430 (0.136)
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
431 (0.152)
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
432 (0.136)
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
433 (0.122)
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
434 (0.117)
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
435 (0.092)
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
436 (0.090)
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
437 (0.091)
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
438 (0.113)
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
439 (0.161)
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
440 (0.108)
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