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.003289
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.000504
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT user.*
,
user_profile.*,
user_option.*,
user_privacy.*,
0 AS following_0
FROM xf_user AS user
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = user.user_id)
LEFT JOIN xf_user_option AS user_option ON
(user_option.user_id = user.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = user.user_id)
WHERE user.user_id = ?
Params: 42081
Run Time: 0.002504
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_profile | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_option | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user_privacy | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT search_index.content_type, search_index.content_id
FROM xf_search_index AS search_index
WHERE search_index.user_id = ?
ORDER BY search_index.item_date DESC
LIMIT 15
Params: 42081
Run Time: 0.002157
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | search_index | ref | user_id_item_date | user_id_item_date | 4 | const | 28 | Using where; Using index |
SELECT
post.*
,
thread.*, thread.user_id AS thread_user_id, thread.username AS thread_username,
thread.post_date AS thread_post_date,
post.user_id, post.username, post.post_date,
node.title AS node_title, node.node_name,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
permission.cache_value AS node_permission_cache
FROM xf_post AS post
INNER JOIN xf_thread AS thread ON
(thread.thread_id = post.thread_id)
INNER JOIN xf_node AS node ON
(node.node_id = thread.node_id)
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_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)
WHERE post.post_id IN (1094541, 1082639, 1082365, 1081967, 1081951, 1080691, 1056973, 1011793, 1002889, 1001873, 1000489, 999665, 995209, 994897, 994873)
Run Time: 0.002098
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | range | PRIMARY,thread_id_post_date,thread_id_position | PRIMARY | 4 | | 15 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.post.user_id | 1 | |
SIMPLE | thread | eq_ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post | PRIMARY | 4 | masscops_com.post.thread_id | 1 | |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.thread.node_id | 1 | |
SIMPLE | permission | eq_ref | PRIMARY | PRIMARY | 35 | const,const,masscops_com.thread.node_id | 1 | Using where |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: d6d1d2ea2e2fa8cee3d57b05d97ef1ed, a:8:{s:12:"sessionStart";i:1611264848;s:2:"ip";s:4:"6U9 ";s:11:"sessionCsrf";s:16:"aKOKFrnxE68kF8iD";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";a:2:{s:6:"result";b:0;s:7:"version";i:1553082020;}s:15:"isIpDiscouraged";a:2:{s:6:"result";b:0;s:7:"version";i:1535664926;}}, 1611268448
Run Time: 0.004718
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_Member, RecentContent, valid, user_id=42081, 1611264848,
Run Time: 0.003170
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000577
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.000422
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.000491
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_d51d7ef5f162b3b75c954')
Run Time: 0.000396
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_3e5e380a0e3e12a048e0a')
Run Time: 0.000278
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_3e5e380a0e3e12a048e0a, a:1:{s:29:"member_recent_content_lock_14";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1611264848;}}
Run Time: 0.006097
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000989
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.001536
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.002332
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 (12, 17, 19, 19, 19, 49, 17, 17, 27, 71, 16, 19, 161, 19, 10, 17, 49, 19, 17, 17, 17, 17, 50, 16, 49, 37, 161, 49, 30, 17)
Run Time: 0.000906
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 12 | 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_d51d7ef5f162b3b75c954, a:1:{s:24:"member_recent_content_14";a:2:{s:4:"html";s:6198:"<div class="avatarList">
<ul>
<li class="thread-252015 thread-node-12">
<a href="members/kilvinsky.5826/" class="avatar Av5826s" data-avatarhtml="true"><img src="data/avatars/s/5/5826.jpg?1464622397" width="48" height="48" alt="Kilvinsky" /></a>
<a
href="posts/1108805/">
Hypocrisy at its finest!
</a>
<div class="userTitle">
<a href="members/kilvinsky.5826/">Kilvinsky</a> replied <abbr class="DateTime" data-time="1611263932" data-diff="916" data-datestring="Jan 21, 2021" data-timestring="9:18 PM">Jan 21, 2021 at 9:18 PM</abbr>
</div>
</li>
<li class="thread-252077 thread-node-17">
<a href="members/kilvinsky.5826/" class="avatar Av5826s" data-avatarhtml="true"><img src="data/avatars/s/5/5826.jpg?1464622397" width="48" height="48" alt="Kilvinsky" /></a>
<a
href="posts/1108803/">
Regis College Police Officer
</a>
<div class="userTitle">
<a href="members/kilvinsky.5826/">Kilvinsky</a> replied <abbr class="DateTime" data-time="1611263644" data-diff="1204" data-datestring="Jan 21, 2021" data-timestring="9:14 PM">Jan 21, 2021 at 9:14 PM</abbr>
</div>
</li>
<li class="thread-252075 thread-node-19">
<a href="members/kilvinsky.5826/" class="avatar Av5826s" data-avatarhtml="true"><img src="data/avatars/s/5/5826.jpg?1464622397" width="48" height="48" alt="Kilvinsky" /></a>
<a title="Dir. of Campus Safety & Security Amer. Univ. of IRAQ" class="Tooltip"
href="posts/1108801/">
Dir. of Campus Safety &...
</a>
<div class="userTitle">
<a href="members/kilvinsky.5826/">Kilvinsky</a> replied <abbr class="DateTime" data-time="1611263500" data-diff="1348" data-datestring="Jan 21, 2021" data-timestring="9:11 PM">Jan 21, 2021 at 9:11 PM</abbr>
</div>
</li>
<li class="thread-252073 thread-node-19">
<a href="members/kilvinsky.5826/" class="avatar Av5826s" data-avatarhtml="true"><img src="data/avatars/s/5/5826.jpg?1464622397" width="48" height="48" alt="Kilvinsky" /></a>
<a title="PT Campus Safety Officer Bay Path College" class="Tooltip"
href="posts/1108799/">
PT Campus Safety Officer Bay...
</a>
<div class="userTitle">
<a href="members/kilvinsky.5826/">Kilvinsky</a> replied <abbr class="DateTime" data-time="1611263316" data-diff="1532" data-datestring="Jan 21, 2021" data-timestring="9:08 PM">Jan 21, 2021 at 9:08 PM</abbr>
</div>
</li>
<li class="thread-252071 thread-node-19">
<a href="members/kilvinsky.5826/" class="avatar Av5826s" data-avatarhtml="true"><img src="data/avatars/s/5/5826.jpg?1464622397" width="48" height="48" alt="Kilvinsky" /></a>
<a
href="posts/1108797/">
Regis College Dispatcher
</a>
<div class="userTitle">
<a href="members/kilvinsky.5826/">Kilvinsky</a> replied <abbr class="DateTime" data-time="1611263033" data-diff="1815" data-datestring="Jan 21, 2021" data-timestring="9:03 PM">Jan 21, 2021 at 9:03 PM</abbr>
</div>
</li>
<li class="thread-252061 thread-node-49">
<a href="members/mpd61.89/" class="avatar Av89s" data-avatarhtml="true"><img src="data/avatars/s/0/89.jpg?1381623768" width="48" height="48" alt="mpd61" /></a>
<a
href="posts/1108793/">
Executive action on LEOSA
</a>
<div class="userTitle">
<a href="members/mpd61.89/">mpd61</a> replied <abbr class="DateTime" data-time="1611261255" data-diff="3593" data-datestring="Jan 21, 2021" data-timestring="8:34 PM">Jan 21, 2021 at 8:34 PM</abbr>
</div>
</li>
<li class="thread-118782 thread-node-17">
<a href="members/fjd1075.31868/" class="avatar Av31868s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_s.png" width="48" height="48" alt="fjd1075" /></a>
<a title="Court Officer / Associate Court Officer (State wide vacancies )" class="Tooltip"
href="posts/1108787/">
Court Officer / Associate Court...
</a>
<div class="userTitle">
<a href="members/fjd1075.31868/">fjd1075</a> replied <abbr class="DateTime" data-time="1611251812" data-diff="13036" data-datestring="Jan 21, 2021" data-timestring="5:56 PM">Jan 21, 2021 at 5:56 PM</abbr>
</div>
</li>
<li class="thread-251871 thread-node-17">
<a href="members/roy-fehler.14833/" class="avatar Av14833s" data-avatarhtml="true"><img src="data/avatars/s/14/14833.jpg?1325869219" width="48" height="48" alt="Roy Fehler" /></a>
<a
href="posts/1108777/">
Boston College Police Officer
</a>
<div class="userTitle">
<a href="members/roy-fehler.14833/">Roy Fehler</a> replied <abbr class="DateTime" data-time="1611238553" data-diff="26295" data-datestring="Jan 21, 2021" data-timestring="2:15 PM">Jan 21, 2021 at 2:15 PM</abbr>
</div>
</li>
<li class="thread-252029 thread-node-27">
<a href="members/pbc-fl-cop.397/" class="avatar Av397s" data-avatarhtml="true"><img src="data/avatars/s/0/397.jpg?1404478690" width="48" height="48" alt="PBC FL Cop" /></a>
<a
href="posts/1108775/">
NH State Police - how selective?
</a>
<div class="userTitle">
<a href="members/pbc-fl-cop.397/">PBC FL Cop</a> replied <abbr class="DateTime" data-time="1611238467" data-diff="26381" data-datestring="Jan 21, 2021" data-timestring="2:14 PM">Jan 21, 2021 at 2:14 PM</abbr>
</div>
</li>
<li class="thread-252067 thread-node-71">
<a href="members/tecno.60881/" class="avatar Av60881s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Tecno" /></a>
<a
href="posts/1108767/">
86 RTT
</a>
<div class="userTitle">
<a href="members/tecno.60881/">Tecno</a> replied <abbr class="DateTime" data-time="1611191328" data-diff="73520" data-datestring="Jan 21, 2021" data-timestring="1:08 AM">Jan 21, 2021 at 1:08 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:1611264848;}}
Run Time: 0.006513
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc_3e5e380a0e3e12a048e0a, a:1:{s:29:"member_recent_content_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1611264848;}}
Run Time: 0.003373
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: advertisementcss
Run Time: 0.000412
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.000976
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, 12
Run Time: 0.000403
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.000310
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, 19
Run Time: 0.000266
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, 119
Run Time: 0.000334
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, 49
Run Time: 0.000297
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, 27
Run Time: 0.000272
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, 71
Run Time: 0.000262
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.000482
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.000341
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 | |