/core/cms.php => loadMenuStruct()
SELECT * FROM xt_menu ORDER BY id ASC
Запрос занял 0.00088 с.
/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.00059 с.
/core/classes/user.class.php => get_fields()
SELECT id, access FROM xt_user_groups WHERE alias = 'guest' ORDER BY id ASC LIMIT 1
Запрос занял 0.00026 с.
/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.218.183.207' AND status=1 ORDER BY id ASC LIMIT 1
Запрос занял 0.00043 с.
/components/forum/model.php => get_fields()
SELECT * FROM xt_forums WHERE id = '1008' ORDER BY id ASC LIMIT 1
Запрос занял 0.00032 с.
/core/classes/db.class.php => get_table()
SELECT id, title, access_list, moder_list FROM xt_forums WHERE NSLeft <= 6 AND NSRight >= 7 AND parent_id > 0 AND NSDiffer = '' ORDER BY NSLeft
Запрос занял 0.00035 с.
/components/forum/frontend.php => getForums()
SELECT f.*, cat.title as cat_title, cat.seolink as cat_seolink, cat.id as cat_id
FROM xt_forums f
LEFT JOIN xt_forum_cats cat ON cat.id = f.category_id
WHERE f.parent_id > 0 AND cat.published = 1 AND f.published = 1
AND (f.NSLeft > '6' AND f.NSRight < '7')
ORDER BY cat.ordering, f.NSLeft
LIMIT 1000
Запрос занял 0.00210 с.
/components/forum/frontend.php => getThreads()
SELECT t.*, u.nickname, u.login
FROM xt_forum_threads t
LEFT JOIN xt_users u ON u.id = t.user_id
WHERE 1=1
AND (t.forum_id = '1008')
ORDER BY t.pinned DESC, t.pubdate desc
LIMIT 450, 15
Запрос занял 0.01157 с.
/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 (46, 0)
WHERE m.published = 1 AND (m.is_strict_bind = 0)
ORDER BY m.ordering ASC
Запрос занял 0.00165 с.