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.007941
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.001094
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,
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: 39
Run Time: 0.001240
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
WHERE (thread.node_id = 39) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
Run Time: 0.003028
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 | node_id_last_post_date | 4 | const | 1 | Using where |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
NULL AS thread_read_date,
0 AS thread_is_watched,
0 AS user_post_count
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE (thread.node_id = 39) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.title DESC
LIMIT 20
Run Time: 0.001113
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 | node_id_last_post_date | 4 | const | 1 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | pigforum_com.thread.user_id | 1 | |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
NULL AS thread_read_date,
0 AS thread_is_watched,
0 AS user_post_count
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE (thread.node_id = 39) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.title DESC
Run Time: 0.001144
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 | node_id_last_post_date | 4 | const | 1 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | pigforum_com.thread.user_id | 1 | |
SELECT category.*
,
permission.cache_value AS category_permission_cache
FROM xf_nflj_showcase_category AS category
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'showcase_category'
AND permission.content_id = category.category_id)
ORDER BY category.lft
Run Time: 0.001231
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | category | ALL | | | | | 2 | Using filesort |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,pigforum_com.category.category_id | 1 | Using where |
SELECT category.*
,
permission.cache_value AS category_permission_cache
FROM xf_nflj_ams_category AS category
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'ams_category'
AND permission.content_id = category.category_id)
ORDER BY category.lft
Run Time: 0.000768
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | category | ALL | | | | | 1 | Using filesort |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,pigforum_com.category.category_id | 1 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 3302e353c4649c3b8bd8925f0239d218, a:8:{s:12:"sessionStart";i:1611704984;s:2:"ip";s:4:"a";s:11:"sessionCsrf";s:16:"e991z1-CAF6u8CXY";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:1611704984;}s:17:"amsArticlesUnread";a:2:{s:6:"unread";a:0:{}s:14:"lastUpdateDate";i:1611704984;}}, 1611708584
Run Time: 0.007623
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, a, a, XenForo_ControllerPublic_Forum, Forum, valid, node_id=39, 1611704984,
Run Time: 0.005106
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_forum_view')
Run Time: 0.000959
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_forum_view_lock')
Run Time: 0.000521
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_forum_view_lock, a:1:{s:18:"forum_view_lock_28";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1611704984;}}
Run Time: 0.010587
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.001487
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.000658
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.038857
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.004391
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_forum_view, a:1:{s:13:"forum_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:1611704984;}}
Run Time: 0.004890
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_forum_view_lock, a:1:{s:18:"forum_view_lock_28";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1611704984;}}
Run Time: 0.004219
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.079224
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 106 | const,const | 1 | |