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.004706
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000567
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar,
NULL AS thread_read_date,
0 AS thread_reply_banned,
0 AS thread_is_watched,
'' AS draft_message, NULL AS draft_extra
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE thread.thread_id = ?
Params: 13
Run Time: 0.000647
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache,
NULL AS forum_read_date
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: 30
Run Time: 0.000852
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 post.*
,
bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
user_profile.*,
user_privacy.*,
signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
session_activity.view_date AS last_view_date,
0 AS like_date
FROM xf_post AS post
LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = post.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = post.user_id)
LEFT JOIN xf_bb_code_parse_cache AS signature_parse_cache ON
(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_id = post.user_id)
LEFT JOIN xf_session_activity AS session_activity ON
(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
WHERE post.thread_id = ?
AND (post.position >= 0 AND post.position < 20)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 13
Run Time: 0.001824
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | ref | thread_id_post_date,thread_id_position | thread_id_post_date | 4 | const | 2 | Using index condition; Using where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,pigforum_com.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | pigforum_com.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | pigforum_com.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | pigforum_com.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,pigforum_com.post.user_id | 1 | Using where |
SIMPLE | session_activity | eq_ref | PRIMARY | PRIMARY | 22 | pigforum_com.post.user_id,func | 1 | Using where |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 13
Run Time: 0.002941
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 16edcbccbfeb7c79506b995911573886, a:8:{s:12:"sessionStart";i:1611452878;s:2:"ip";s:4:"6U9 ";s:11:"sessionCsrf";s:16:"L0o1ngP8yGFnjqtV";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:21:"showcaseItemsUnviewed";a:2:{s:8:"unviewed";a:0:{}s:14:"lastUpdateDate";i:1611452878;}s:17:"amsArticlesUnread";a:2:{s:6:"unread";a:0:{}s:14:"lastUpdateDate";i:1611452878;}}, 1611456478
Run Time: 0.003201
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, 6U9 , 6U9 , XenForo_ControllerPublic_Thread, Index, valid, thread_id=13, 1611452878,
Run Time: 0.003149
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_thread_view')
Run Time: 0.000486
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_thread_view_lock')
Run Time: 0.000436
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_thread_view_lock, a:1:{s:19:"thread_view_lock_28";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1611452878;}}
Run Time: 0.003901
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000720
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 33 | 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.000829
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 33 | Using where |
SELECT thread.*
,
1 AS fetched_last_post_user, user.gender, user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
WHERE (thread.node_id IN (1, 3, 1000000, 2, 39, 5, 6, 7, 8, 9, 999999, 10, 13, 14, 15, 17, 30, 29, 31, 20, 21, 22, 35, 24, 25, 26, 27, 28, 33, 38)) AND (thread.discussion_state IN ('visible')) AND (thread.reply_count > 0)
ORDER BY thread.last_post_date DESC
LIMIT 27
Run Time: 0.049452
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | index | node_id_last_post_date,node_id_sticky_state_last_post | last_post_date | 4 | | 28 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | pigforum_com.thread.last_post_user_id | 1 | |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id IN (17, 9, 9, 9, 10, 9, 14, 17, 9, 999999, 26, 31, 15, 9, 10, 9, 9, 27, 2, 10, 10, 10, 10, 17, 9, 9, 31)
Run Time: 0.000842
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | ALL | PRIMARY | | | | 26 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | pigforum_com.forum.node_id | 1 | |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_thread_view, a:1:{s:14:"thread_view_28";a:2:{s:4:"html";s:4948:"<div class="avatarList">
<ul>
<li class="thread-11243 thread-node-17">
<a href="members/louise.983/" class="avatar Av983s" data-avatarhtml="true"><img src="styles/arkansashunting/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Louise" /></a>
<a
href="posts/12527/">
What's wrong with this guy?
</a>
<div class="userTitle">
<a href="members/louise.983/" class="username">Louise</a> replied <span class="DateTime" title="Aug 9, 2018 at 11:03 PM">Aug 9, 2018</span>
</div>
</li>
<li class="thread-292 thread-node-9">
<a href="members/kelvingeorge.945/" class="avatar Av945s" data-avatarhtml="true"><img src="styles/arkansashunting/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Kelvingeorge" /></a>
<a
href="posts/6401/">
where is everyone from?
</a>
<div class="userTitle">
<a href="members/kelvingeorge.945/" class="username">Kelvingeorge</a> replied <span class="DateTime" title="Jul 10, 2018 at 4:38 AM">Jul 10, 2018</span>
</div>
</li>
<li class="thread-5147 thread-node-9">
<a href="members/k3forme.847/" class="avatar Av847s" data-avatarhtml="true"><img src="styles/arkansashunting/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="K3forme" /></a>
<a
href="posts/6383/">
Piglet Pedigree
</a>
<div class="userTitle">
<a href="members/k3forme.847/" class="username">K3forme</a> replied <span class="DateTime" title="Feb 13, 2018 at 9:10 AM">Feb 13, 2018</span>
</div>
</li>
<li class="thread-1106 thread-node-9">
<a href="members/k3forme.847/" class="avatar Av847s" data-avatarhtml="true"><img src="styles/arkansashunting/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="K3forme" /></a>
<a title="Am I underfeeding or is he just being bratty?" class="Tooltip"
href="posts/6382/">
Am I underfeeding or is he just...
</a>
<div class="userTitle">
<a href="members/k3forme.847/" class="username">K3forme</a> replied <span class="DateTime" title="Feb 13, 2018 at 12:21 AM">Feb 13, 2018</span>
</div>
</li>
<li class="thread-3 thread-node-10">
<a href="members/916pigs.836/" class="avatar Av836s" data-avatarhtml="true"><img src="styles/arkansashunting/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="916Pigs" /></a>
<a
href="posts/6376/">
Type of Pigs Raised?
</a>
<div class="userTitle">
<a href="members/916pigs.836/" class="username">916Pigs</a> replied <span class="DateTime" title="Jan 22, 2018 at 8:58 PM">Jan 22, 2018</span>
</div>
</li>
<li class="thread-247 thread-node-9">
<a href="members/piggy123.834/" class="avatar Av834s" data-avatarhtml="true"><img src="styles/arkansashunting/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Piggy123" /></a>
<a
href="posts/6374/">
When to introduce a younger boar
</a>
<div class="userTitle">
<a href="members/piggy123.834/" class="username">Piggy123</a> replied <span class="DateTime" title="Jan 12, 2018 at 10:39 AM">Jan 12, 2018</span>
</div>
</li>
<li class="thread-5139 thread-node-14">
<a href="members/pfadmin.565/" class="avatar Av565s" data-avatarhtml="true"><img src="data/avatars/s/0/565.jpg?1568390298" width="48" height="48" alt="PFAdmin" /></a>
<a
href="posts/6360/">
Piglet Introduction Issues
</a>
<div class="userTitle">
<a href="members/pfadmin.565/" class="username">PFAdmin</a> replied <span class="DateTime" title="Nov 29, 2017 at 8:17 AM">Nov 29, 2017</span>
</div>
</li>
<li class="thread-1185 thread-node-17">
<a href="members/gitabooks.538/" class="avatar Av538s" data-avatarhtml="true"><img src="data/avatars/s/0/538.jpg?1494035902" width="48" height="48" alt="GitaBooks" /></a>
<a
href="posts/2393/">
neck abscess?
</a>
<div class="userTitle">
<a href="members/gitabooks.538/" class="username">GitaBooks</a> replied <span class="DateTime" title="May 27, 2017 at 11:31 AM">May 27, 2017</span>
</div>
</li>
<li class="thread-335 thread-node-9">
<a href="members/rayvan.713/" class="avatar Av713s" data-avatarhtml="true"><img src="styles/arkansashunting/xenforo/avatars/avatar_s.png" width="48" height="48" alt="rayvan" /></a>
<a
href="posts/2306/">
Advice on getting a pot bellied pig
</a>
<div class="userTitle">
<a href="members/rayvan.713/" class="username">rayvan</a> replied <span class="DateTime" title="Mar 30, 2017 at 5:28 PM">Mar 30, 2017</span>
</div>
</li>
</ul>
</div>
<div id="PreviewTooltip">
<span class="arrow"><span></span></span>
<div class="section">
<div class="primaryContent previewContent">
<span class="PreviewContents">Loading...</span>
</div>
</div>
</div>";s:4:"time";i:1611452878;}}
Run Time: 0.013148
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_thread_view_lock, a:1:{s:19:"thread_view_lock_28";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1611452878;}}
Run Time: 0.002794
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('wf_widget_threads_type_latest_replies')
Params: 1
Run Time: 0.000531
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |