Просмотр вопроса
Подскажите, что за модель XT600 2KF? Спасибо!!!
10 апреля 2013
Ответы (1)
Время генерации страницы: 0.0304 с.
Потребление памяти: 0.79 Мб
Запросы к базе: 9
Вызовов плагинов: 9
/core/cms.php => loadMenuStruct()
SELECT * FROM xt_menu ORDER BY id ASC
Запрос занял 0.00061 с.
/core/cms.php => getAllComponents()
SELECT id, title, link, config, internal, published, version, system FROM xt_components ORDER BY title
Запрос занял 0.00043 с.
/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.00062 с.
/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 = '35.175.212.5' AND status=1 ORDER BY id ASC LIMIT 1
Запрос занял 0.00038 с.
/core/cms.php => faq()
SELECT con.*,
cat.title cat_title, cat.id cat_id, u.login, u.nickname
FROM xt_faq_quests con
LEFT JOIN xt_faq_cats cat ON cat.id = con.category_id
LEFT JOIN xt_users u ON u.id = con.user_id
WHERE con.id = 11 LIMIT 1
Запрос занял 0.00068 с.
/core/cms.php => faq()
UPDATE xt_faq_quests SET hits = hits + 1 WHERE id = 11
Запрос занял 0.00043 с.
/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='faq' AND c.target_id = '11')




ORDER BY c.pubdate ASC
LIMIT 1000
Запрос занял 0.00104 с.
/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 (48, 0)
WHERE m.published = 1 AND (m.is_strict_bind = 0)
ORDER BY m.ordering ASC
Запрос занял 0.00130 с.
GET_INDEX
/core/classes/user.class.php => getGuestInfo()
GET_GUEST
/core/cms.php => parseComponentRoute()
GET_ROUTE_FAQ
/index.php => proceedBody()
GET_FAQ_ACTION_READ
/components/comments/frontend.php => getComments()
GET_COMMENTS
/includes/smarty/libs/plugins/function.comments.php => comments()
BEFORE_SHOW_COMMENTS
/index.php => proceedBody()
AFTER_COMPONENT_FAQ
/templates/_default_/template.php => printHead()
PRINT_PAGE_HEAD
/templates/_default_/template.php => printBody()
PRINT_PAGE_BODY