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.002845
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.000431
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: 49
Run Time: 0.000718
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 = 49) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
Run Time: 0.000717
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_sticky_state_last_post | 6 | const,const,const | 646 | Using index |
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 = 49) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 25 OFFSET 50
Run Time: 0.001456
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_sticky_state_last_post | 6 | const,const,const | 646 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.thread.user_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 1be8f0034d27c09816595bbaa5559195, , 1610822004
Run Time: 0.003097
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=49&page=3, 1610818404,
Run Time: 0.002553
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000857
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 14 | Using where; Using filesort |
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: advertisements
Run Time: 0.000489
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT * FROM `xf_ads` WHERE `active` = 1 ORDER BY `xf_ads`.`display_order` ASC
Run Time: 0.000471
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_ads | ALL | | | | | 2 | Using where; Using filesort |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_forum_view')
Run Time: 0.000402
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.000405
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_14";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1610818404;}}
Run Time: 0.003250
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.001430
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 115 | 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.001249
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 116 | 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 (140, 4, 49, 36, 107, 108, 38, 79, 80, 118, 11, 39, 103, 102, 104, 101, 10, 5, 12, 67, 114, 130, 131, 132, 133, 134, 135, 136, 139, 144, 119, 99, 110, 15, 109, 81, 55, 56, 57, 58, 59, 13, 98, 21, 105, 22, 34, 124, 125, 126, 127, 128, 50, 120, 121, 122, 123, 24, 6, 82, 83, 84, 85, 86, 87, 129, 100, 31, 30, 61, 14, 28, 68, 29, 27, 46, 69, 70, 7, 16, 60, 19, 17, 18, 35, 26, 72, 71, 78, 75, 77, 73, 74, 76, 23, 37, 150, 161, 163, 152, 3, 9, 117, 32)) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 30
Run Time: 0.002235
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 | | 30 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | masscops_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 (27, 12, 17, 16, 50, 49, 10, 37, 161, 49, 30, 17, 85, 50, 161, 17, 118, 72, 37, 37, 161, 49, 24, 27, 37, 10, 49, 17, 108, 82)
Run Time: 0.000916
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 16 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.node.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_14";a:2:{s:4:"html";s:6220:"<div class="avatarList">
<ul>
<li class="thread-252029 thread-node-27">
<a href="members/usaf286.16628/" class="avatar Av16628s" data-avatarhtml="true"><img src="data/avatars/s/16/16628.jpg?1410219057" width="48" height="48" alt="USAF286" /></a>
<a
href="posts/1108649/">
NH State Police - how selective?
</a>
<div class="userTitle">
<a href="members/usaf286.16628/">USAF286</a> replied <abbr class="DateTime" data-time="1610817949" data-diff="455" data-datestring="Jan 16, 2021" data-timestring="5:25 PM">Jan 16, 2021 at 5:25 PM</abbr>
</div>
</li>
<li class="thread-252015 thread-node-12">
<a href="members/usaf286.16628/" class="avatar Av16628s" data-avatarhtml="true"><img src="data/avatars/s/16/16628.jpg?1410219057" width="48" height="48" alt="USAF286" /></a>
<a
href="posts/1108647/">
Hypocrisy at its finest!
</a>
<div class="userTitle">
<a href="members/usaf286.16628/">USAF286</a> replied <abbr class="DateTime" data-time="1610817786" data-diff="618" data-datestring="Jan 16, 2021" data-timestring="5:23 PM">Jan 16, 2021 at 5:23 PM</abbr>
</div>
</li>
<li class="thread-252043 thread-node-17">
<a href="members/tailon630.42305/" class="avatar Av42305s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Tailon630" /></a>
<a
href="posts/1108643/">
Background check
</a>
<div class="userTitle">
<a href="members/tailon630.42305/">Tailon630</a> replied <abbr class="DateTime" data-time="1610776452" data-diff="41952" data-datestring="Jan 16, 2021" data-timestring="5:54 AM">Jan 16, 2021 at 5:54 AM</abbr>
</div>
</li>
<li class="thread-252045 thread-node-16">
<a href="members/pg1911.17052/" class="avatar Av17052s" data-avatarhtml="true"><img src="data/avatars/s/17/17052.jpg?1361916906" width="48" height="48" alt="PG1911" /></a>
<a
href="posts/1108641/">
Background check
</a>
<div class="userTitle">
<a href="members/pg1911.17052/">PG1911</a> replied <abbr class="DateTime" data-time="1610772454" data-diff="45950" data-datestring="Jan 16, 2021" data-timestring="4:47 AM">Jan 16, 2021 at 4:47 AM</abbr>
</div>
</li>
<li class="thread-252017 thread-node-50">
<a href="members/goose.1291/" class="avatar Av1291s" data-avatarhtml="true"><img src="data/avatars/s/1/1291.jpg?1415947892" width="48" height="48" alt="Goose" /></a>
<a
href="posts/1108633/">
R/I Academy
</a>
<div class="userTitle">
<a href="members/goose.1291/">Goose</a> replied <abbr class="DateTime" data-time="1610759750" data-diff="58654" data-datestring="Jan 16, 2021" data-timestring="1:15 AM">Jan 16, 2021 at 1:15 AM</abbr>
</div>
</li>
<li class="thread-252037 thread-node-49">
<a href="members/goose.1291/" class="avatar Av1291s" data-avatarhtml="true"><img src="data/avatars/s/1/1291.jpg?1415947892" width="48" height="48" alt="Goose" /></a>
<a title="Phoenix, Arizona OIS Domestic/Q5 by cop." class="Tooltip"
href="posts/1108631/">
Phoenix, Arizona OIS...
</a>
<div class="userTitle">
<a href="members/goose.1291/">Goose</a> replied <abbr class="DateTime" data-time="1610758556" data-diff="59848" data-datestring="Jan 16, 2021" data-timestring="12:55 AM">Jan 16, 2021 at 12:55 AM</abbr>
</div>
</li>
<li class="thread-252041 thread-node-10">
<a href="members/goose.1291/" class="avatar Av1291s" data-avatarhtml="true"><img src="data/avatars/s/1/1291.jpg?1415947892" width="48" height="48" alt="Goose" /></a>
<a title=""Police reform" what do you make of it" class="Tooltip"
href="posts/1108629/">
"Police reform" what do you...
</a>
<div class="userTitle">
<a href="members/goose.1291/">Goose</a> replied <abbr class="DateTime" data-time="1610758362" data-diff="60042" data-datestring="Jan 16, 2021" data-timestring="12:52 AM">Jan 16, 2021 at 12:52 AM</abbr>
</div>
</li>
<li class="thread-251973 thread-node-37">
<a href="members/javert.9319/" class="avatar Av9319s" data-avatarhtml="true"><img src="data/avatars/s/9/9319.jpg?1334889249" width="48" height="48" alt="Javert" /></a>
<a
href="posts/1108625/">
CHAPLAIN TRAINING
</a>
<div class="userTitle">
<a href="members/javert.9319/">Javert</a> replied <abbr class="DateTime" data-time="1610747061" data-diff="71343" data-datestring="Jan 15, 2021" data-timestring="9:44 PM">Jan 15, 2021 at 9:44 PM</abbr>
</div>
</li>
<li class="thread-252039 thread-node-161">
<a href="members/gr8fuldoug.42225/" class="avatar Av42225s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="gr8fuldoug" /></a>
<a title="SHOT Show Week, Website Upgrade, Excitement Ahead" class="Tooltip"
href="posts/1108623/">
SHOT Show Week, Website...
</a>
<div class="userTitle">
<a href="members/gr8fuldoug.42225/">gr8fuldoug</a> replied <abbr class="DateTime" data-time="1610746635" data-diff="71769" data-datestring="Jan 15, 2021" data-timestring="9:37 PM">Jan 15, 2021 at 9:37 PM</abbr>
</div>
</li>
<li class="thread-252035 thread-node-49">
<a href="members/rodneyfarva.5874/" class="avatar Av5874s" data-avatarhtml="true"><img src="data/avatars/s/5/5874.jpg?1384558583" width="48" height="48" alt="RodneyFarva" /></a>
<a title="OIS in Chico CA, Petco parking lot. Susp armed with a knife." class="Tooltip"
href="posts/1108615/">
OIS in Chico CA, Petco parking...
</a>
<div class="userTitle">
<a href="members/rodneyfarva.5874/">RodneyFarva</a> replied <abbr class="DateTime" data-time="1610736220" data-diff="82184" data-datestring="Jan 15, 2021" data-timestring="6:43 PM">Jan 15, 2021 at 6:43 PM</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:1610818404;}}
Run Time: 0.009170
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_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1610818404;}}
Run Time: 0.002732
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 = ?
Params: 49
Run Time: 0.000705
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 | |
SELECT node.*
FROM xf_node AS node
WHERE node.node_id = ?
Params: 4
Run Time: 0.000388
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: advertisementcss
Run Time: 0.000408
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT thread.*,
post.*,
user.avatar_date
FROM xf_post AS post
LEFT JOIN xf_thread AS thread ON
(thread.thread_id = post.thread_id)
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_id)
WHERE
post.message_state = 'visible'
ORDER BY post.post_date DESC
LIMIT 40
Run Time: 0.001041
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | index | | post_date | 4 | | 40 | Using where |
SIMPLE | thread | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.post.thread_id | 1 | |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.post.user_id | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 27
Run Time: 0.000373
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 12
Run Time: 0.000367
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 17
Run Time: 0.000326
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 16
Run Time: 0.000382
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 50
Run Time: 0.000447
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 10
Run Time: 0.000491
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 37
Run Time: 0.000469
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 161
Run Time: 0.000358
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 141
Run Time: 0.000409
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 66
Run Time: 0.000412
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 30
Run Time: 0.000348
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = ?
AND content_id = ?
Params: 1, node, 85
Run Time: 0.000437
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT
term_cache
FROM findme_cache
WHERE
term_type = ?
AND
object_id = ?
LIMIT 1
Params: F, 49
Run Time: 0.000372
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | findme_cache | const | PRIMARY | PRIMARY | 7 | const,const | 1 | |