/core/cms.php => loadMenuStruct()
SELECT * FROM xt_menu ORDER BY id ASC
Запрос занял 0.00186 с.
/core/cms.php => getAllComponents()
SELECT id, title, link, config, internal, published, version, system FROM xt_components ORDER BY title
Запрос занял 0.00059 с.
/core/cms.php => loadPluginsData()
SELECT p.id, p.plugin, p.config, e.event FROM xt_event_hooks e LEFT JOIN xt_plugins p ON e.plugin_id = p.id WHERE p.published = 1
Запрос занял 0.00114 с.
/core/classes/user.class.php => get_fields()
SELECT id, access FROM xt_user_groups WHERE alias = 'guest' ORDER BY id ASC LIMIT 1
Запрос занял 0.00046 с.
/core/classes/user.class.php => get_fields()
SELECT int_num, int_period, autodelete, id, status, bandate, user_id, cause FROM xt_banlist WHERE ip = '18.216.174.32' AND status=1 ORDER BY id ASC LIMIT 1
Запрос занял 0.00070 с.
/index.php => onlineStats()
INSERT IGNORE INTO xt_online (ip, sess_id, user_id) VALUES ('18.216.174.32', 'n5kq7j9fpgahud7q3tjf9ri4l1', '0') ON DUPLICATE KEY UPDATE agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', viewurl = '/stati/harakteristiki-yamaha-xt.html'
Запрос занял 0.00059 с.
/core/classes/user.class.php => clearOnlineUsers()
DELETE FROM xt_online WHERE lastdate <= DATE_SUB(NOW(), INTERVAL 3 MINUTE) LIMIT 5
Запрос занял 0.00112 с.
/core/classes/user.class.php => get_table()
SELECT * FROM xt_online
Запрос занял 0.00064 с.
/components/content/frontend.php => getArticle()
SELECT con.*,
cat.title cat_title, cat.id cat_id, cat.NSLeft as leftkey, cat.NSRight as rightkey, cat.modgrp_id,
cat.showtags as showtags, cat.seolink as catseolink, cat.cost, u.nickname as author, u.login as user_login
FROM xt_content con
INNER JOIN xt_category cat ON cat.id = con.category_id
LEFT JOIN xt_users u ON u.id = con.user_id
WHERE con.seolink = 'stati/harakteristiki-yamaha-xt' LIMIT 1
Запрос занял 0.00105 с.
/plugins/p_morecontent/plugin.php => cmsTagLine()
SELECT tag
FROM xt_tags
WHERE target='content' AND item_id='47'
ORDER BY tag DESC
Запрос занял 0.00045 с.
/plugins/p_morecontent/plugin.php => eventGetArticle()
SELECT item_id FROM xt_tags WHERE tag = '' AND item_id<>'47' AND target='content' LIMIT 5
Запрос занял 0.00035 с.
/core/cms.php => get_table()
SELECT group_id FROM xt_content_access WHERE content_type = 'material' AND content_id = '47'
Запрос занял 0.00034 с.
/components/content/frontend.php => setFlag()
UPDATE xt_content SET hits = '13396' WHERE id='47'
Запрос занял 0.00036 с.
/core/cms.php => getFilters()
SELECT * FROM xt_filters WHERE published = 1 ORDER BY id ASC
Запрос занял 0.00032 с.
/core/lib_tags.php => cmsTagLine()
SELECT tag
FROM xt_tags
WHERE target='content' AND item_id='47'
ORDER BY tag DESC
Запрос занял 0.00031 с.
/components/comments/frontend.php => getComments()
SELECT c.*,
IFNULL(u.nickname, 0) as nickname,
IFNULL(u.login, 0) as login,
IFNULL(u.is_deleted, 0) as is_deleted,
IFNULL(p.imageurl, 0) as imageurl,
IFNULL(p.gender, 0) as gender
FROM xt_comments c
LEFT JOIN xt_users u ON u.id = c.user_id
LEFT JOIN xt_user_profiles p ON p.user_id = u.id
WHERE c.published = 1
AND (c.target='article' AND c.target_id = '47')
ORDER BY c.pubdate ASC
LIMIT 1000
Запрос занял 0.00126 с.
/core/classes/page.class.php => loadModulesForMenuItem()
SELECT m.*, mb.position as mb_position
FROM xt_modules m
INNER JOIN xt_modules_bind mb ON mb.module_id = m.id AND mb.menu_id IN (0, 0)
WHERE m.published = 1 AND (m.is_strict_bind = 0)
ORDER BY m.ordering ASC
Запрос занял 0.00168 с.