1 (0.051)
SET time_zone = '+00:00'
/home/j/jackssn/fanstation.ru/public_html/system/framework.php:84
2 (0.409)
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.268)
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.960)
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.045)
SET time_zone = '+03:00'
/home/j/jackssn/fanstation.ru/public_html/catalog/controller/startup/startup.php:40
6 (0.227)
SELECT *
FROM oc_fioncurrency
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/currency.php:10
7 (0.617)
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.346)
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.285)
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.233)
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.274)
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.543)
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.589)
SELECT *
FROM oc_fionseo_url
WHERE keyword = 'aaron-donald-los-angeles-rams-nike-2021-salute-to-service-name-number-t-shirt-camo-89442' AND store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:36
14 (0.260)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'product/product' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
15 (2.625)
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 = '89442' 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
16 (0.353)
SELECT *
FROM oc_fionproduct_to_category
WHERE product_id = '89442'
order by category_id desc
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:570
17 (0.570)
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 = '154' 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
18 (0.266)
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
19 (0.319)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89442' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
20 (0.201)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89442' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
21 (0.093)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'manufacturer_id=19' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
22 (0.243)
SELECT *
FROM oc_fionproduct_image
WHERE product_id = '89442'
ORDER BY sort_order ASC
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:500
23 (0.206)
SELECT *
FROM oc_fionproduct_discount
WHERE product_id = '89442' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW()))
ORDER BY quantity ASC, priority ASC, price ASC
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:480
24 (0.569)
SELECT *
FROM oc_fionproduct_option po
LEFT JOIN `oc_fionoption` o ON (po.option_id = o.option_id)
LEFT JOIN oc_fionoption_description od ON (o.option_id = od.option_id)
WHERE po.product_id = '89442' AND od.language_id = '2'
ORDER BY o.sort_order
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:429
25 (0.710)
SELECT *
FROM oc_fionproduct_option_value pov
LEFT JOIN oc_fionoption_value ov ON (pov.option_value_id = ov.option_value_id)
LEFT JOIN oc_fionoption_value_description ovd ON (ov.option_value_id = ovd.option_value_id)
WHERE pov.product_id = '89442' AND pov.product_option_id = '107528' AND ovd.language_id = '2'
ORDER BY ov.sort_order
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:434
26 (0.368)
SELECT *
FROM oc_fionproduct_option_value pov
LEFT JOIN oc_fionoption_value ov ON (pov.option_value_id = ov.option_value_id)
LEFT JOIN oc_fionoption_value_description ovd ON (ov.option_value_id = ovd.option_value_id)
WHERE pov.product_id = '89442' AND pov.product_option_id = '107527' AND ovd.language_id = '2'
ORDER BY ov.sort_order
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:434
27 (0.130)
SELECT *
FROM oc_fiontranslation
WHERE store_id = '0' AND language_id = '2' AND (route = 'extension/captcha/google' OR route = 'ru-ru')
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/translation.php:6
28 (0.086)
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
29 (0.216)
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
30 (0.233)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/captcha/google'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
31 (0.169)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89442' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
32 (0.824)
SELECT ag.attribute_group_id, agd.name
FROM oc_fionproduct_attribute pa
LEFT JOIN oc_fionattribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_fionattribute_group ag ON (a.attribute_group_id = ag.attribute_group_id)
LEFT JOIN oc_fionattribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id)
WHERE pa.product_id = '89442' AND agd.language_id = '2' GROUP BY ag.attribute_group_id
ORDER BY ag.sort_order, agd.name
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:401
33 (0.720)
SELECT a.attribute_id, ad.name, pa.text
FROM oc_fionproduct_attribute pa
LEFT JOIN oc_fionattribute a ON (pa.attribute_id = a.attribute_id)
LEFT JOIN oc_fionattribute_description ad ON (a.attribute_id = ad.attribute_id)
WHERE pa.product_id = '89442' AND a.attribute_group_id = '10' AND ad.language_id = '2' AND pa.language_id = '2'
ORDER BY a.sort_order, ad.name
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:406
34 (0.547)
SELECT *
FROM oc_fionproduct_related pr
LEFT JOIN oc_fionproduct p ON (pr.related_id = p.product_id)
LEFT JOIN oc_fionproduct_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pr.product_id = '89442' 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:522
35 (0.509)
SELECT rd.*
FROM oc_fionproduct_recurring pr JOIN oc_fionrecurring_description rd ON (rd.language_id = 2 AND rd.recurring_id = pr.recurring_id) JOIN oc_fionrecurring r ON r.recurring_id = rd.recurring_id
WHERE pr.product_id = 89442 AND status = '1' AND pr.customer_group_id = '1'
ORDER BY sort_order ASC
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:725
36 (0.348)
UPDATE oc_fionproduct SET viewed = (viewed + 1)
WHERE product_id = '89442'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:4
37 (0.239)
SELECT *
FROM oc_fionproduct_to_category
WHERE product_id = '89442'
order by category_id desc
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:570
38 (0.371)
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
39 (0.235)
SELECT *
FROM oc_fionproduct_to_layout
WHERE product_id = '89442' AND store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:546
40 (0.311)
SELECT *
FROM oc_fionlayout_route
WHERE 'product/product' 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
41 (0.310)
SELECT *
FROM oc_fionlayout_module
WHERE layout_id = '2' AND position = 'column_left'
ORDER BY sort_order
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:14
42 (0.194)
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
43 (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
44 (0.138)
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
45 (0.179)
SELECT *
FROM oc_fionproduct_to_layout
WHERE product_id = '89442' AND store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:546
46 (0.140)
SELECT *
FROM oc_fionlayout_route
WHERE 'product/product' 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
47 (0.118)
SELECT *
FROM oc_fionlayout_module
WHERE layout_id = '2' AND position = 'column_right'
ORDER BY sort_order
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:14
48 (0.106)
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
49 (0.140)
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
50 (0.104)
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
51 (0.210)
SELECT *
FROM oc_fionproduct_to_layout
WHERE product_id = '89442' AND store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:546
52 (0.137)
SELECT *
FROM oc_fionlayout_route
WHERE 'product/product' 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
53 (0.118)
SELECT *
FROM oc_fionlayout_module
WHERE layout_id = '2' AND position = 'content_top'
ORDER BY sort_order
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:14
54 (0.096)
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
55 (0.156)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
56 (0.116)
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
57 (0.107)
SELECT *
FROM oc_fionproduct_to_layout
WHERE product_id = '89442' AND store_id = '0'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/model/catalog/product.php:546
58 (0.282)
SELECT *
FROM oc_fionlayout_route
WHERE 'product/product' 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
59 (0.218)
SELECT *
FROM oc_fionlayout_module
WHERE layout_id = '2' AND position = 'content_bottom'
ORDER BY sort_order
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/layout.php:14
60 (0.224)
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
61 (0.223)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'extension/module/oneall_widget'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4
62 (0.241)
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
63 (0.100)
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
64 (5.665)
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
65 (0.193)
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
66 (0.125)
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
67 (0.106)
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
68 (0.106)
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
69 (0.114)
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
70 (0.121)
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
71 (0.171)
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
72 (0.134)
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
73 (0.429)
SELECT *
FROM oc_fionextension
WHERE `type` = 'analytics'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/setting/extension.php:4
74 (0.233)
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
75 (0.196)
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
76 (0.305)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89442' AND store_id = '0' AND language_id = '2'
/home/j/jackssn/fanstation.ru/fanstation-storage/modification/catalog/controller/startup/seo_url.php:130
77 (0.227)
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
78 (0.257)
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
79 (0.242)
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
80 (0.200)
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
81 (0.323)
SELECT *
FROM oc_fionseo_url
WHERE `query` = 'product_id=89442' 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.191)
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
83 (0.251)
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
84 (0.201)
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
85 (0.172)
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
86 (0.153)
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
87 (0.202)
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
88 (0.195)
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
89 (0.193)
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
90 (0.465)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '67f31ed747cdb90776330b0a1e'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
91 (0.213)
SELECT *
FROM oc_fionextension
WHERE `type` = 'total'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/setting/extension.php:4
92 (0.388)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '67f31ed747cdb90776330b0a1e'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
93 (0.210)
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
94 (0.494)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '67f31ed747cdb90776330b0a1e'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
95 (0.357)
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
96 (0.370)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '67f31ed747cdb90776330b0a1e'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
97 (0.422)
SELECT *
FROM oc_fioncart
WHERE api_id = '0' /* AND customer_id = '0' */ AND session_id = '67f31ed747cdb90776330b0a1e'
/home/j/jackssn/fanstation.ru/public_html/system/library/cart/cart.php:38
98 (0.136)
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
99 (0.196)
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
100 (0.126)
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
101 (0.272)
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
102 (1.458)
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
103 (0.409)
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
104 (0.340)
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
105 (0.236)
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
106 (0.282)
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
107 (0.294)
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
108 (0.271)
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
109 (0.199)
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
110 (0.251)
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
111 (0.283)
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
112 (0.185)
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
113 (0.198)
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
114 (0.206)
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
115 (0.148)
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
116 (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
117 (0.116)
SELECT *
FROM oc_fiontheme
WHERE store_id = '0' AND theme = 'fanstation' AND route = 'product/product'
/home/j/jackssn/fanstation.ru/public_html/catalog/model/design/theme.php:4