SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.000528
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_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brcCurrencies', 'brcActions')
Run Time: 0.000165
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
Run Time: 0.000180
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using where |
SELECT session_data
FROM xf_session
WHERE session_id = ?
AND expiry_date >= ?
Params: 1ef22b98005cac3d2a6e232530a25c7f, 1756538096
Run Time: 0.000114
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_session | const | PRIMARY,expiry_date | PRIMARY | 34 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000185
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
,
last_post_user.gender AS last_post_gender,
last_post_user.avatar_date AS last_post_avatar_date,
last_post_user.gravatar AS last_post_gravatar,
IF(last_post_user.username IS NULL, thread.last_post_username, last_post_user.username) AS last_post_username,
node.title AS node_title, node.node_name,
forum.*,
forum.last_post_id AS forum_last_post_id,
forum.last_post_date AS forum_last_post_date,
forum.last_post_user_id AS forum_last_post_user_id,
forum.last_post_username AS forum_last_post_username,
forum.last_thread_title AS forum_last_thread_title,
thread.last_post_id,
thread.last_post_date,
thread.last_post_user_id,
thread.last_post_username,
NULL AS thread_read_date,
permission.cache_value AS node_permission_cache,
social_forum.title AS social_forum_title, social_forum.user_id AS social_forum_user_id, social_forum.style_id AS social_forum_style_id,
IF (social_forum.title, social_forum.title, node.title) AS node_title
FROM xf_thread AS thread FORCE INDEX (last_post_date)
LEFT JOIN xf_user AS last_post_user ON
(last_post_user.user_id = thread.last_post_user_id)
LEFT JOIN xf_node AS node ON
(node.node_id = thread.node_id)
LEFT JOIN xf_forum AS forum ON
(forum.node_id = thread.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 = thread.node_id)
LEFT JOIN xf_social_forum AS social_forum ON
(social_forum.social_forum_id = thread.social_forum_id)
WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1753946096) AND (forum.find_new = 1))
ORDER BY thread.last_post_date DESC
LIMIT 10
Run Time: 0.000517
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | last_post_date | last_post_date | 4 | | 1 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | gameogre_forumz2.thread.node_id | 1 | Using where |
SIMPLE | last_post_user | eq_ref | PRIMARY | PRIMARY | 4 | gameogre_forumz2.thread.last_post_user_id | 1 | |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | gameogre_forumz2.thread.node_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,gameogre_forumz2.thread.node_id | 1 | Using where |
SIMPLE | social_forum | eq_ref | PRIMARY | PRIMARY | 4 | gameogre_forumz2.thread.social_forum_id | 1 | Using where |
SELECT *
FROM xf_node
WHERE display_in_list = 1
ORDER BY lft ASC
Run Time: 0.000309
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | display_in_list | | | | 101 | Using where; Using filesort |
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000275
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 180 | Using where |
SELECT forum.*
,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE forum.node_id IN (6, 13, 100, 18, 4, 99, 5, 104, 21, 19, 20, 10, 11, 88, 16, 24, 26, 28, 94, 103, 7, 8, 15, 9, 22, 29, 23, 49, 51, 33, 92, 44, 45, 46, 47, 48, 101, 37, 34, 35, 55, 102, 63, 62, 27, 67, 96, 31, 59, 87, 58, 64, 12, 54, 61, 60, 86, 76, 77, 70, 17, 36, 25, 14, 95, 78, 84, 71, 97, 72, 73, 82, 83, 89, 85, 93, 53, 39, 56, 50, 68, 32, 43, 38, 65, 66)
Run Time: 0.000509
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | ALL | PRIMARY | | | | 97 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | gameogre_forumz2.forum.node_id | 1 | Using index |
SELECT forum.*
,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE forum.node_id IN (90)
Run Time: 0.000223
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 | Using index |
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1756537196)
ORDER BY session_activity.view_date DESC
Run Time: 0.000325
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | system | view_date | | | | 1 | |
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: boardTotals
Run Time: 0.000136
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
UPDATE `xf_session` SET `expiry_date` = ? WHERE (session_id = '1ef22b98005cac3d2a6e232530a25c7f')
Params: 1756541696
Run Time: 0.000269
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, Index, valid, node_name=, 1756538096,
Run Time: 0.000124
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'arcade_hook_message_user_info_text', 'xengallery_bb_code_tag_gallery', 'node_forum_level_n', 'node_forum_level_2', 'waindigo_node_level_n_socialgroups', 'node_category_level_1', 'forum_list', 'siropu_custom_tabs_child_list', 'xfa_blog_navigation_links', 'arcade_links', 'steam_helper_criteria_privs', 'steam_navtabs', 'steam_public_index', 'dark_taigachat', 'dark_taigachat_list', 'xfa_blog_navigation_tab_link', 'xengallery_comments_block', 'xengallery_media_block_items', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 9, 1
Run Time: 0.000802
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 20 | Using where |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: simpleCache, a:8:{s:17:"Arcade_categories";a:14:{i:2;a:5:{s:11:"category_id";i:2;s:5:"title";s:6:"Action";s:11:"description";N;s:13:"display_order";i:1;s:6:"active";i:1;}i:12;a:5:{s:11:"category_id";i:12;s:5:"title";s:9:"Adventure";s:11:"description";s:0:"";s:13:"display_order";i:1;s:6:"active";i:1;}i:13;a:5:{s:11:"category_id";i:13;s:5:"title";s:6:"Arcade";s:11:"description";s:0:"";s:13:"display_order";i:1;s:6:"active";i:1;}i:8;a:5:{s:11:"category_id";i:8;s:5:"title";s:7:"Defense";s:11:"description";s:0:"";s:13:"display_order";i:1;s:6:"active";i:1;}i:7;a:5:{s:11:"category_id";i:7;s:5:"title";s:8:"Fighting";s:11:"description";s:0:"";s:13:"display_order";i:1;s:6:"active";i:1;}i:14;a:5:{s:11:"category_id";i:14;s:5:"title";s:11:"Multiplayer";s:11:"description";s:0:"";s:13:"display_order";i:1;s:6:"active";i:1;}i:6;a:5:{s:11:"category_id";i:6;s:5:"title";s:5:"Other";s:11:"description";N;s:13:"display_order";i:1;s:6:"active";i:1;}i:10;a:5:{s:11:"category_id";i:10;s:5:"title";s:4:"Pool";s:11:"description";s:0:"";s:13:"display_order";i:1;s:6:"active";i:1;}i:1;a:5:{s:11:"category_id";i:1;s:5:"title";s:6:"Puzzle";s:11:"description";N;s:13:"display_order";i:1;s:6:"active";i:1;}i:9;a:5:{s:11:"category_id";i:9;s:5:"title";s:6:"Racing";s:11:"description";s:0:"";s:13:"display_order";i:1;s:6:"active";i:1;}i:3;a:5:{s:11:"category_id";i:3;s:5:"title";s:5:"Retro";s:11:"description";N;s:13:"display_order";i:1;s:6:"active";i:1;}i:5;a:5:{s:11:"category_id";i:5;s:5:"title";s:8:"Shooters";s:11:"description";N;s:13:"display_order";i:1;s:6:"active";i:1;}i:4;a:5:{s:11:"category_id";i:4;s:5:"title";s:5:"Sport";s:11:"description";N;s:13:"display_order";i:1;s:6:"active";i:1;}i:11;a:5:{s:11:"category_id";i:11;s:5:"title";s:8:"Strategy";s:11:"description";s:0:"";s:13:"display_order";i:1;s:6:"active";i:1;}}s:26:"waindigo_lastXmlUploadDate";i:1448227548;s:30:"waindigo_copyrightModification";i:0;s:20:"activeTabsForDisplay";a:4:{i:0;a:14:{s:6:"tab_id";i:2;s:9:"parent_id";i:0;s:5:"title";s:4:"News";s:4:"link";s:21:"https://gameogre.com/";s:11:"description";s:0:"";s:8:"position";s:4:"home";s:9:"tab_order";i:2;s:5:"style";s:0:"";s:14:"hover_dropdown";i:0;s:12:"target_blank";i:0;s:8:"nofollow";i:0;s:13:"user_criteria";s:6:"a:0:{}";s:7:"enabled";i:1;s:5:"depth";i:0;}i:1;a:14:{s:6:"tab_id";i:4;s:9:"parent_id";i:2;s:5:"title";s:16:"Review Directory";s:4:"link";s:42:"https://www.gameogre.com/topics/directory/";s:11:"description";s:0:"";s:8:"position";s:3:"end";s:9:"tab_order";i:1;s:5:"style";s:0:"";s:14:"hover_dropdown";i:0;s:12:"target_blank";i:0;s:8:"nofollow";i:0;s:13:"user_criteria";s:6:"a:0:{}";s:7:"enabled";i:1;s:5:"depth";i:1;}i:2;a:14:{s:6:"tab_id";i:7;s:9:"parent_id";i:2;s:5:"title";s:9:"Giveaways";s:4:"link";s:42:"https://www.gameogre.com/topics/giveaways/";s:11:"description";s:0:"";s:8:"position";s:4:"home";s:9:"tab_order";i:1;s:5:"style";s:0:"";s:14:"hover_dropdown";i:0;s:12:"target_blank";i:0;s:8:"nofollow";i:0;s:13:"user_criteria";s:6:"a:0:{}";s:7:"enabled";i:1;s:5:"depth";i:1;}i:3;a:14:{s:6:"tab_id";i:6;s:9:"parent_id";i:0;s:5:"title";s:4:"Shop";s:4:"link";s:26:"https://gameogre.com/shop/";s:11:"description";s:0:"";s:8:"position";s:4:"home";s:9:"tab_order";i:2;s:5:"style";s:0:"";s:14:"hover_dropdown";i:0;s:12:"target_blank";i:0;s:8:"nofollow";i:0;s:13:"user_criteria";s:6:"a:0:{}";s:7:"enabled";i:1;s:5:"depth";i:0;}}s:8:"hAllDice";a:10:{s:4:"coin";a:6:{s:3:"tag";s:4:"coin";s:5:"title";s:9:"coin flip";s:5:"sides";i:2;s:6:"values";s:11:"face,number";s:6:"active";i:1;s:5:"image";s:0:"";}s:3:"d10";a:6:{s:3:"tag";s:3:"d10";s:5:"title";s:19:"10 Seitiger Würfel";s:5:"sides";i:10;s:6:"values";s:0:"";s:6:"active";i:1;s:5:"image";s:33:"styles/default/hoffi/dice/d10.png";}s:4:"d100";a:6:{s:3:"tag";s:4:"d100";s:5:"title";s:8:"100sided";s:5:"sides";i:100;s:6:"values";s:0:"";s:6:"active";i:1;s:5:"image";s:0:"";}s:3:"d12";a:6:{s:3:"tag";s:3:"d12";s:5:"title";s:11:"12sided die";s:5:"sides";i:12;s:6:"values";s:0:"";s:6:"active";i:1;s:5:"image";s:33:"styles/default/hoffi/dice/d12.png";}s:2:"d2";a:6:{s:3:"tag";s:2:"d2";s:5:"title";s:10:"2sided die";s:5:"sides";i:2;s:6:"values";s:0:"";s:6:"active";i:1;s:5:"image";s:0:"";}s:3:"d20";a:6:{s:3:"tag";s:3:"d20";s:5:"title";s:11:"20sided die";s:5:"sides";i:20;s:6:"values";s:0:"";s:6:"active";i:1;s:5:"image";s:33:"styles/default/hoffi/dice/d20.png";}s:2:"d4";a:6:{s:3:"tag";s:2:"d4";s:5:"title";s:10:"4sided die";s:5:"sides";i:4;s:6:"values";s:3:"1-4";s:6:"active";i:1;s:5:"image";s:32:"styles/default/hoffi/dice/d4.png";}s:2:"d6";a:6:{s:3:"tag";s:2:"d6";s:5:"title";s:10:"6sided die";s:5:"sides";i:6;s:6:"values";s:0:"";s:6:"active";i:1;s:5:"image";s:32:"styles/default/hoffi/dice/d6.png";}s:2:"d8";a:6:{s:3:"tag";s:2:"d8";s:5:"title";s:10:"8sided die";s:5:"sides";i:8;s:6:"values";s:0:"";s:6:"active";i:1;s:5:"image";s:32:"styles/default/hoffi/dice/d8.png";}s:4:"fate";a:6:{s:3:"tag";s:4:"fate";s:5:"title";s:8:"Fate Die";s:5:"sides";i:3;s:6:"values";s:6:"-1,0,1";s:6:"active";i:1;s:5:"image";s:0:"";}}s:25:"xengalleryStatisticsCache";a:6:{s:14:"category_count";i:16;s:11:"album_count";i:679;s:12:"upload_count";i:623;s:11:"embed_count";i:75846;s:13:"comment_count";i:368;s:10:"disk_usage";s:9:"297282000";}s:26:"xengalleryRandomMediaCache";a:25:{i:0;i:6880;i:1;i:6881;i:2;i:8228;i:3;i:553;i:4;i:699;i:5;i:1002;i:6;i:1003;i:7;i:1009;i:12;i:1010;i:24;i:1210;i:31;i:28;i:32;i:29;i:33;i:30;i:34;i:31;i:35;i:32;i:39;i:1681;i:40;i:1682;i:41;i:1683;i:42;i:1684;i:43;i:1706;i:59;i:1921;i:60;i:1953;i:61;i:1954;i:62;i:1972;i:63;i:1973;}s:20:"taigachat_lastUpdate";i:1756538096;}
Run Time: 0.000348