SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routesPublic', 'routeFiltersIn', 'routeFiltersOut', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.001572
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: modLogCounts
Run Time: 0.000122
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT active FROM xf_addon WHERE addon_id = 'NodesAsTabs'
Run Time: 0.000161
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_addon | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000092
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = forum.node_id)
WHERE node.node_id = ?
Params: 15
Run Time: 0.000446
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache,
NULL AS forum_read_date,
0 AS forum_is_watched
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = forum.node_id)
WHERE node.node_id = ?
Params: 15
Run Time: 0.000184
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT COUNT(*)
FROM xf_thread AS thread
LEFT JOIN xf_article AS article ON
(article.article_id = thread.article_id) LEFT JOIN `xf_poll` AS extendedpoll_poll ON (extendedpoll_poll.content_type = 'thread' AND extendedpoll_poll.content_id = thread.thread_id)
WHERE ((thread.node_id = 15) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')))
Run Time: 0.000367
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post,social_forum_id_sticky_last_post_date | node_id_last_post_date | 4 | const | 1 | Using where |
SIMPLE | article | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.thread.article_id | 1 | Using index |
SIMPLE | extendedpoll_poll | eq_ref | content_type_content_id | content_type_content_id | 31 | const,gamingau_main.thread.thread_id | 1 | Using where; Using index |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
post.message, post.attach_count,
NULL AS thread_read_date,
0 AS thread_is_watched,
0 AS user_post_count,
waindigo_avatarflags_ip.ip, extendedpoll_poll.poll_id as extendedpoll_poll_id, extendedpoll_poll.responses as extendedpoll_poll_responses
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_post AS post ON
(post.post_id = thread.first_post_id)
LEFT JOIN xf_ip AS waindigo_avatarflags_ip ON
(waindigo_avatarflags_ip.ip_id = post.ip_id) LEFT JOIN `xf_poll` AS extendedpoll_poll ON (extendedpoll_poll.content_type = 'thread' AND extendedpoll_poll.content_id = thread.thread_id)
WHERE ((thread.node_id = 15) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')))
ORDER BY thread.reply_count DESC, thread.last_post_date DESC
LIMIT 20
Run Time: 0.000706
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post,social_forum_id_sticky_last_post_date | node_id_last_post_date | 4 | const | 1 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.thread.user_id | 1 | |
SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.thread.first_post_id | 1 | |
SIMPLE | waindigo_avatarflags_ip | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.post.ip_id | 1 | |
SIMPLE | extendedpoll_poll | eq_ref | content_type_content_id | content_type_content_id | 31 | const,gamingau_main.thread.thread_id | 1 | Using where |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
post.message, post.attach_count,
NULL AS thread_read_date,
0 AS thread_is_watched,
0 AS user_post_count,
waindigo_avatarflags_ip.ip, extendedpoll_poll.poll_id as extendedpoll_poll_id, extendedpoll_poll.responses as extendedpoll_poll_responses
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_post AS post ON
(post.post_id = thread.first_post_id)
LEFT JOIN xf_ip AS waindigo_avatarflags_ip ON
(waindigo_avatarflags_ip.ip_id = post.ip_id) LEFT JOIN `xf_poll` AS extendedpoll_poll ON (extendedpoll_poll.content_type = 'thread' AND extendedpoll_poll.content_id = thread.thread_id)
WHERE ((thread.node_id = 15) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible')))
ORDER BY thread.reply_count DESC, thread.last_post_date DESC
Run Time: 0.000292
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | node_id_last_post_date,node_id_sticky_state_last_post,social_forum_id_sticky_last_post_date | node_id_last_post_date | 4 | const | 1 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.thread.user_id | 1 | |
SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.thread.first_post_id | 1 | |
SIMPLE | waindigo_avatarflags_ip | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.post.ip_id | 1 | |
SIMPLE | extendedpoll_poll | eq_ref | content_type_content_id | content_type_content_id | 31 | const,gamingau_main.thread.thread_id | 1 | Using where |
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(15))
ORDER BY field.materialized_order
Run Time: 0.000371
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | field | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | ff | eq_ref | PRIMARY,field_id | PRIMARY | 198 | const,gamingau_main.field.field_id | 1 | Using index |
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(15))
ORDER BY field.materialized_order
Run Time: 0.000227
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | field | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | ff | eq_ref | PRIMARY,field_id | PRIMARY | 198 | const,gamingau_main.field.field_id | 1 | Using index |
SELECT breadcrumb_data
FROM xf_node
WHERE node_id = ?
Params: 15
Run Time: 0.000094
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT xf_user.*
FROM xf_moderator_content
INNER JOIN xf_user ON xf_user.user_id = xf_moderator_content.user_id
WHERE xf_moderator_content.content_id = 15
OR (xf_moderator_content.content_id = 14)
AND xf_moderator_content.content_type = 'node'
ORDER BY xf_user.username ASC
Run Time: 0.000259
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_moderator_content | index | content_user_id,user_id | content_user_id | 35 | | 1 | Using where; Using index; Using temporary; Using filesort |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.xf_moderator_content.user_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: c06d55c00526a27b49f37d4467c203f9, , 1731510128
Run Time: 0.000173
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
VALUES
(?, ?, ?, ?, ?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
ip = VALUES(ip),
controller_name = VALUES(controller_name),
controller_action = VALUES(controller_action),
view_state = VALUES(view_state),
params = VALUES(params),
view_date = VALUES(view_date),
robot_key = VALUES(robot_key)
Params: 0, , , XenForo_ControllerPublic_Forum, Forum, valid, node_id=15, 1731506528,
Run Time: 0.000064
SELECT *
FROM xf_addon
WHERE addon_id = ?
Params: xfBirthdayGreetings
Run Time: 0.000130
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_addon | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT COUNT(*) AS total
FROM EWRrio_streams
LEFT JOIN EWRrio_games ON (EWRrio_games.game_id = EWRrio_streams.game_id)
Run Time: 0.000117
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRrio_streams | ALL | | | | | 1 | |
SIMPLE | EWRrio_games | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.EWRrio_streams.game_id | 1 | Using index |
SELECT options.*, node.*,
permission.cache_value AS node_permission_cache
FROM nat_options AS options
INNER JOIN xf_node AS node
ON (node.node_id = options.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = ?
AND permission.content_type = 'node'
AND permission.content_id = options.node_id)
WHERE nat_display_tab = 1
ORDER BY options.nat_display_order
ASC
Params: 1
Run Time: 0.000348
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | options | ALL | node_id | | | | 29 | Using where; Using filesort |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.options.node_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,gamingau_main.options.node_id | 1 | Using where |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'wf_widget_wrapper', 'wf_widget_stats', 'wf_widget_threads', 'bdmedal_message_medals', 'waindigo_thread_list_item_socialgroups', 'el_portal_navbar', 'tinhte_xentag_forum_view', 'forum_view', 'EWRrio_Navtabs', 'steam_helper_criteria_privs', 'steam_navtabs', 'steam_public_index', 'dark_taigachat', 'dark_taigachat_list', 'wf_hook_moderator_bar', 'wf_revealer', 'waindigo_navigation_visitor_tab_subaccounts', 'skinod_linkPreview', 'bdmedal_navigation_tabs_help', 'waindigo_navigation_visitor_tab_joinusergroup', 'teamspeak_account_wrapper_sidebar_settings', 'teamspeak_navigation_visitor_tab_link', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_hook_message_below', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_navigation_tabs_forums', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'modess_moderator_bar_mod_log_counts', 'banlist_position', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 34, 1
Run Time: 0.000497
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 33 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('streams')
Params: 1
Run Time: 0.000103
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
SELECT moderator_content.*, user.username
FROM xf_moderator_content AS moderator_content
INNER JOIN xf_user AS user ON (user.user_id = moderator_content.user_id)
WHERE (moderator_content.content_type = 'node') AND (moderator_content.content_id = 15)
ORDER BY user.username
Run Time: 0.000123
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | moderator_content | ref | content_user_id,user_id | content_user_id | 31 | const,const | 1 | Using index condition; Using temporary; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.moderator_content.user_id | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('EWRutiles_Staff_Moderators')
AND style_id = ?
AND language_id = ?
Params: 34, 1
Run Time: 0.000090
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_forum_view')
Run Time: 0.000110
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT xf_user_profile.user_id, dob_year, dob_month, dob_day,
xf_user.username AS username, xf_user.user_id AS userId, xf_user.*,
xf_user.avatar_date, xf_user.gravatar AS gravatar, xf_user.email,
xf_user_option.receive_admin_email AS recibirEmail
FROM xf_user_profile
LEFT JOIN xf_user ON
(xf_user.user_id = xf_user_profile.user_id)
LEFT JOIN xf_user_option ON
(xf_user_option.user_id = xf_user_profile.user_id)
WHERE dob_month = 11 AND dob_day = 14
AND xf_user.last_activity > DATE_SUB( CURDATE( ) , INTERVAL 60 DAY )
AND xf_user_option.receive_admin_email = 1
AND xf_user.user_state = 'valid'
ORDER BY dob_year, dob_month, dob_day ASC
Run Time: 0.000849
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_profile | ref | PRIMARY,dob | dob | 2 | const,const | 2 | Using index |
SIMPLE | xf_user | eq_ref | PRIMARY,user_state,last_activity | PRIMARY | 4 | gamingau_main.xf_user_profile.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | gamingau_main.xf_user_profile.user_id | 1 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('advanced_rules')
Params: 1
Run Time: 0.000103
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('nat_bodyjs')
AND style_id = ?
AND language_id = ?
Params: 34, 1
Run Time: 0.000084
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | const | PRIMARY | PRIMARY | 60 | const,const,const | 1 | |