Время генерации страницы: 0.0299 с.
Потребление памяти: 0.9 Мб
Запросы к базе: 11
Вызовов плагинов: 9
/core/cms.php => loadMenuStruct()
SELECT * FROM xt_menu ORDER BY id ASC
Запрос занял 0.00068 с.
/core/cms.php => getAllComponents()
SELECT id, title, link, config, internal, published, version, system FROM xt_components ORDER BY title
Запрос занял 0.00049 с.
/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.00057 с.
/core/classes/user.class.php => get_fields()
SELECT id, access FROM xt_user_groups WHERE alias = 'guest' ORDER BY id ASC LIMIT 1
Запрос занял 0.00028 с.
/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.188.229.120' AND status=1 ORDER BY id ASC LIMIT 1
Запрос занял 0.00040 с.
/index.php => onlineStats()
INSERT IGNORE INTO xt_online (ip, sess_id, user_id) VALUES ('18.188.229.120', 'up7pc564q78df4l3bknaskdvp2', '0') ON DUPLICATE KEY UPDATE agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', viewurl = '/blogs/single.html'
Запрос занял 0.00062 с.
/core/classes/user.class.php => clearOnlineUsers()
DELETE FROM xt_online WHERE lastdate <= DATE_SUB(NOW(), INTERVAL 3 MINUTE) LIMIT 5
Запрос занял 0.00224 с.
/core/classes/user.class.php => get_table()
SELECT * FROM xt_online
Запрос занял 0.00058 с.
/components/blogs/frontend.php => getBlogsCount()
SELECT 1
FROM xt_blogs b

WHERE b.owner = 'user'
AND (b.ownertype = 'single')
Запрос занял 0.00044 с.
/components/blogs/frontend.php => getBlogs()
SELECT b.*, COUNT(p.id) as records,
u.nickname, u.login
FROM xt_blogs b
LEFT JOIN xt_blog_posts p ON p.blog_id = b.id
LEFT JOIN xt_users u ON u.id = b.user_id

WHERE b.owner = 'user'
AND (b.ownertype = 'single')

GROUP BY b.id
ORDER BY b.rating DESC
LIMIT 0, 15
Запрос занял 0.00374 с.
/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.00131 с.
GET_INDEX
/core/classes/user.class.php => getGuestInfo()
GET_GUEST
/core/cms.php => parseComponentRoute()
GET_ROUTE_BLOGS
/index.php => proceedBody()
GET_BLOGS_ACTION_VIEW_BLOGS
/components/blogs/frontend.php => getBlogs()
GET_BLOGS
/components/blogs/frontend.php => getPagebar()
GET_PAGEBAR
/index.php => proceedBody()
AFTER_COMPONENT_BLOGS
/templates/_default_/template.php => printHead()
PRINT_PAGE_HEAD
/templates/_default_/template.php => printBody()
PRINT_PAGE_BODY