/core/cms.php => loadMenuStruct()
SELECT * FROM xt_menu ORDER BY id ASC
Запрос занял 0.00065 с.
/core/cms.php => getAllComponents()
SELECT id, title, link, config, internal, published, version, system FROM xt_components ORDER BY title
Запрос занял 0.00050 с.
/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.00061 с.
/core/classes/user.class.php => get_fields()
SELECT id, access FROM xt_user_groups WHERE alias = 'guest' ORDER BY id ASC LIMIT 1
Запрос занял 0.00035 с.
/core/classes/user.class.php => get_fields()
SELECT int_num, int_period, autodelete, id, status, bandate, user_id, cause FROM xt_banlist WHERE ip = '52.14.221.187' AND status=1 ORDER BY id ASC LIMIT 1
Запрос занял 0.00043 с.
/components/actions/frontend.php => getCountActions()
SELECT 1
FROM xt_actions_log log
LEFT JOIN xt_actions a ON a.id = log.action_id AND a.is_visible = 1
WHERE 1=1 AND (log.is_friends_only = 0)
AND (log.is_users_only = 0)
Запрос занял 0.01643 с.
/components/actions/frontend.php => getActionsLog()
SELECT log.*,
log.pubdate as orig_pubdate,
a.message,
a.name,
u.nickname as user_nickname,
u.login as user_login
FROM xt_actions_log log
LEFT JOIN xt_actions a ON a.id = log.action_id AND a.is_visible = 1
LEFT JOIN xt_users u ON u.id = log.user_id
WHERE 1=1 AND (log.is_friends_only = 0)
AND (log.is_users_only = 0)
AND (log.is_friends_only = 0)
AND (log.is_users_only = 0)
ORDER BY log.id DESC
LIMIT 11800, 10
Запрос занял 0.07143 с.
/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.00171 с.