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.003953
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.000454
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: 4053
Run Time: 0.000750
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: 35
Run Time: 0.000922
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: 4053
Run Time: 0.003507
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 | 12 | Using index condition; Using where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,360tuna_com.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 360tuna_com.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | 360tuna_com.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | 360tuna_com.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,360tuna_com.post.user_id | 1 | Using where |
SIMPLE | session_activity | eq_ref | PRIMARY | PRIMARY | 22 | 360tuna_com.post.user_id,func | 1 | Using where |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 4053
Run Time: 0.003795
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 3fad325f449080af09f0750e9484c2cd, , 1611698697
Run Time: 0.003653
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_Thread, Index, valid, thread_id=4053, 1611695097,
Run Time: 0.003985
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'wf_widget_wrapper', 'wf_widget_threads', 'thread_view', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 7, 1
Run Time: 0.003180
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 13 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_thread_view')
Run Time: 0.000462
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.000335
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_12";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1611695097;}}
Run Time: 0.004165
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000853
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 66 | 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.000758
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 66 | 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 (13, 18, 69, 23, 39, 57, 58, 60, 65, 67, 24, 25, 26, 28, 1, 35, 3, 4, 47, 36, 45, 46, 2, 14, 15, 16, 21, 6, 7, 8, 62, 52, 53, 17, 27, 41, 33, 42, 34, 19, 43, 66, 9, 12, 30, 32, 29, 10, 68, 5, 20, 11, 49, 31, 54, 59, 48, 50, 51, 64, 40, 56)) AND (thread.discussion_state IN ('visible')) AND (thread.reply_count > 0)
ORDER BY thread.last_post_date DESC
LIMIT 24
Run Time: 0.001725
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 | | 24 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 360tuna_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 (28, 18, 18, 57, 18, 35, 28, 28, 39, 18, 18, 18, 18, 18, 18, 18, 12, 18, 18, 25, 18, 18, 18, 54)
Run Time: 0.000721
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | range | PRIMARY | PRIMARY | 4 | | 8 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | 360tuna_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_12";a:2:{s:4:"html";s:5305:"<div class="avatarList">
<ul>
<li class="thread-64876 thread-node-28">
<a href="members/skipwack.46286/" class="avatar Av46286s" data-avatarhtml="true"><img src="styles/360tuna/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="SkipWack" /></a>
<a
href="posts/624826/">
50# popping rod recomendations
</a>
<div class="userTitle">
<a href="members/skipwack.46286/" class="username">SkipWack</a> replied <abbr class="DateTime" data-time="1611686681" data-diff="8416" data-datestring="Jan 26, 2021" data-timestring="1:44 PM">Jan 26, 2021 at 1:44 PM</abbr>
</div>
</li>
<li class="thread-64832 thread-node-18">
<a href="members/mjousbs.4126/" class="avatar Av4126s" data-avatarhtml="true"><img src="data/avatars/s/4/4126.jpg?1553985770" width="48" height="48" alt="mjousbs" /></a>
<a title="FS:BRAND NEW Black Ocea Jigger F Custom 3000HG $485" class="Tooltip"
href="posts/624824/">
FS:BRAND NEW Black Ocea Jigger...
</a>
<div class="userTitle">
<a href="members/mjousbs.4126/" class="username">mjousbs</a> replied <abbr class="DateTime" data-time="1611683950" data-diff="11147" data-datestring="Jan 26, 2021" data-timestring="12:59 PM">Jan 26, 2021 at 12:59 PM</abbr>
</div>
</li>
<li class="thread-64926 thread-node-18">
<a href="members/mjousbs.4126/" class="avatar Av4126s" data-avatarhtml="true"><img src="data/avatars/s/4/4126.jpg?1553985770" width="48" height="48" alt="mjousbs" /></a>
<a
href="posts/624822/">
FS: Fisherman Lures
</a>
<div class="userTitle">
<a href="members/mjousbs.4126/" class="username">mjousbs</a> replied <abbr class="DateTime" data-time="1611683875" data-diff="11222" data-datestring="Jan 26, 2021" data-timestring="12:57 PM">Jan 26, 2021 at 12:57 PM</abbr>
</div>
</li>
<li class="thread-64914 thread-node-57">
<a href="members/winnawinna17.54368/" class="avatar Av54368s" data-avatarhtml="true"><img src="data/avatars/s/54/54368.jpg?1611447352" width="48" height="48" alt="Winnawinna17" /></a>
<a
href="posts/624816/">
Arrival of Heru lures
</a>
<div class="userTitle">
<a href="members/winnawinna17.54368/" class="username">Winnawinna17</a> replied <abbr class="DateTime" data-time="1611676072" data-diff="19025" data-datestring="Jan 26, 2021" data-timestring="10:47 AM">Jan 26, 2021 at 10:47 AM</abbr>
</div>
</li>
<li class="thread-64920 thread-node-18">
<a href="members/jaydubu.6993/" class="avatar Av6993s" data-avatarhtml="true"><img src="data/avatars/s/6/6993.jpg?1604532199" width="48" height="48" alt="JayDubU" /></a>
<a
href="posts/624814/">
High-End JDM (12) Dozen Jig Lot
</a>
<div class="userTitle">
<a href="members/jaydubu.6993/" class="username">JayDubU</a> replied <abbr class="DateTime" data-time="1611674162" data-diff="20935" data-datestring="Jan 26, 2021" data-timestring="10:16 AM">Jan 26, 2021 at 10:16 AM</abbr>
</div>
</li>
<li class="thread-64928 thread-node-35">
<a href="members/a1flyfishr.5167/" class="avatar Av5167s" data-avatarhtml="true"><img src="data/avatars/s/5/5167.jpg?1449250061" width="48" height="48" alt="a1flyfishr" /></a>
<a
href="posts/624812/">
Goofish, gravitate or elavate?
</a>
<div class="userTitle">
<a href="members/a1flyfishr.5167/" class="username">a1flyfishr</a> replied <abbr class="DateTime" data-time="1611670470" data-diff="24627" data-datestring="Jan 26, 2021" data-timestring="9:14 AM">Jan 26, 2021 at 9:14 AM</abbr>
</div>
</li>
<li class="thread-64924 thread-node-28">
<a href="members/boston-tangler.2730/" class="avatar Av2730s" data-avatarhtml="true"><img src="data/avatars/s/2/2730.jpg?1449250042" width="48" height="48" alt="Boston Tangler" /></a>
<a title="Major Craft: NP Jack Tuna Popping/Stickbait rods now in stock" class="Tooltip"
href="posts/624810/">
Major Craft: NP Jack Tuna...
</a>
<div class="userTitle">
<a href="members/boston-tangler.2730/" class="username">Boston Tangler</a> replied <abbr class="DateTime" data-time="1611664431" data-diff="30666" data-datestring="Jan 26, 2021" data-timestring="7:33 AM">Jan 26, 2021 at 7:33 AM</abbr>
</div>
</li>
<li class="thread-63504 thread-node-28">
<a href="members/boston-tangler.2730/" class="avatar Av2730s" data-avatarhtml="true"><img src="data/avatars/s/2/2730.jpg?1449250042" width="48" height="48" alt="Boston Tangler" /></a>
<a title="Familiar with Ripple Fisher GTexpedition MH (3 piece) Travel Rod?" class="Tooltip"
href="posts/624808/">
Familiar with Ripple Fisher...
</a>
<div class="userTitle">
<a href="members/boston-tangler.2730/" class="username">Boston Tangler</a> replied <abbr class="DateTime" data-time="1611664344" data-diff="30753" data-datestring="Jan 26, 2021" data-timestring="7:32 AM">Jan 26, 2021 at 7:32 AM</abbr>
</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:1611695097;}}
Run Time: 0.004590
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_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1611695097;}}
Run Time: 0.003410