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.004338
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.000395
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.*,
permission_combination.cache_value AS global_permission_cache,
IF (session_activity.view_date IS NULL, user.last_activity, session_activity.view_date) AS effective_last_activity,
session_activity.view_date, session_activity.controller_name, session_activity.controller_action, session_activity.params, session_activity.ip,
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)
LEFT JOIN xf_permission_combination AS permission_combination ON
(permission_combination.permission_combination_id = user.permission_combination_id)
LEFT JOIN xf_session_activity AS session_activity ON
(session_activity.user_id = user.user_id AND session_activity.unique_key = CAST(user.user_id AS BINARY))
WHERE user.user_id = ?
Params: 89
Run Time: 0.001350
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 | |
SIMPLE | permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | session_activity | const | PRIMARY | PRIMARY | 22 | const,const | 0 | unique row not found |
SELECT user_field.*
,
field_value.field_value
FROM xf_user_field AS user_field
LEFT JOIN xf_user_field_value AS field_value ON
(field_value.field_id = user_field.field_id AND field_value.user_id = 89)
WHERE (user_field.display_group <> 'preferences' AND user_field.viewable_profile = 1)
ORDER BY user_field.display_group, user_field.display_order
Run Time: 0.001066
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user_field | ALL | display_group_order | | | | 11 | Using where; Using filesort |
SIMPLE | field_value | eq_ref | PRIMARY,field_id | PRIMARY | 31 | const,masscops_com.user_field.field_id | 1 | |
SELECT COUNT(*)
FROM xf_user_follow
WHERE follow_user_id = ?
Params: 89
Run Time: 0.000634
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user_follow | ref | follow_user_id | follow_user_id | 4 | const | 21 | Using index |
SELECT user.*,
user_profile.*,
user_option.*
FROM xf_user_follow AS user_follow
INNER JOIN xf_user AS user ON
(user.user_id = user_follow.user_id AND user.is_banned = 0)
INNER JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = user.user_id)
INNER JOIN xf_user_option AS user_option ON
(user_option.user_id = user.user_id)
WHERE user_follow.follow_user_id = ?
ORDER BY RAND()
LIMIT 6
Params: 89
Run Time: 0.003660
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user_follow | ref | PRIMARY,follow_user_id | follow_user_id | 4 | const | 21 | Using index; Using temporary; Using filesort |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.user_follow.user_id | 1 | |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.user_follow.user_id | 1 | Using where |
SIMPLE | user_option | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.user_follow.user_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: ca97b9b4ef4901127912143dd7fd8e2f, , 1611830780
Run Time: 0.003754
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_Member, Member, valid, user_id=89, 1611827180,
Run Time: 0.002431
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000620
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 14 | Using where; Using filesort |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('user_field_myspace_page_desc', 'user_field_aim_desc', 'user_field_msn_desc', 'user_field_icq_desc', 'user_field_yahoo_desc', 'user_field_skype_desc', 'user_field_gtalk_desc', 'user_field_facebook_desc', 'user_field_twitter_desc')
Params: 1
Run Time: 0.000513
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 9 | Using where |
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: advertisements
Run Time: 0.000456
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.000470
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_member_view')
Run Time: 0.000420
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_member_view_lock')
Run Time: 0.000300
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_member_view_lock, a:1:{s:19:"member_view_lock_14";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1611827180;}}
Run Time: 0.003097
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000977
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.000846
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.002630
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 (72, 85, 12, 19, 72, 12, 50, 49, 17, 17, 19, 17, 49, 30, 119, 17, 19, 19, 17, 27, 71, 16, 19, 161, 19, 10, 17, 49, 19, 17)
Run Time: 0.000911
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 14 | 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_member_view, a:1:{s:14:"member_view_14";a:2:{s:4:"html";s:6133:"<div class="avatarList">
<ul>
<li class="thread-251331 thread-node-72">
<a href="members/eupd377.56667/" class="avatar Av56667s" data-avatarhtml="true"><img src="data/avatars/s/56/56667.jpg?1596143339" width="48" height="48" alt="EUPD377" /></a>
<a
href="posts/1108991/">
Police Reform (Part Timers)
</a>
<div class="userTitle">
<a href="members/eupd377.56667/">EUPD377</a> replied <abbr class="DateTime" data-time="1611805931" data-diff="21249" data-datestring="Jan 28, 2021" data-timestring="3:52 AM">Jan 28, 2021 at 3:52 AM</abbr>
</div>
</li>
<li class="thread-251613 thread-node-85">
<a href="members/buffaloguy.59567/" class="avatar Av59567s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="BuffaloGuy" /></a>
<a
href="posts/1108989/">
Vermont State Police 2020
</a>
<div class="userTitle">
<a href="members/buffaloguy.59567/">BuffaloGuy</a> replied <abbr class="DateTime" data-time="1611803956" data-diff="23224" data-datestring="Jan 28, 2021" data-timestring="3:19 AM">Jan 28, 2021 at 3:19 AM</abbr>
</div>
</li>
<li class="thread-252083 thread-node-12">
<a href="members/hush.11306/" class="avatar Av11306s" data-avatarhtml="true"><img src="data/avatars/s/11/11306.jpg?1471273498" width="48" height="48" alt="Hush" /></a>
<a
href="posts/1108987/">
RMV QUESTION
</a>
<div class="userTitle">
<a href="members/hush.11306/">Hush</a> replied <abbr class="DateTime" data-time="1611772782" data-diff="54398" data-datestring="Jan 27, 2021" data-timestring="6:39 PM">Jan 27, 2021 at 6:39 PM</abbr>
</div>
</li>
<li class="thread-252075 thread-node-19">
<a href="members/cccsd.48649/" class="avatar Av48649s" data-avatarhtml="true"><img src="data/avatars/s/48/48649.jpg?1501437493" width="48" height="48" alt="CCCSD" /></a>
<a title="Dir. of Campus Safety & Security Amer. Univ. of IRAQ" class="Tooltip"
href="posts/1108985/">
Dir. of Campus Safety &...
</a>
<div class="userTitle">
<a href="members/cccsd.48649/">CCCSD</a> replied <abbr class="DateTime" data-time="1611764327" data-diff="62853" data-datestring="Jan 27, 2021" data-timestring="4:18 PM">Jan 27, 2021 at 4:18 PM</abbr>
</div>
</li>
<li class="thread-251993 thread-node-72">
<a href="members/kg14.51655/" class="avatar Av51655s" data-avatarhtml="true"><img src="data/avatars/s/51/51655.jpg?1518828545" width="48" height="48" alt="kg14" /></a>
<a
href="posts/1108981/">
Court Officer
</a>
<div class="userTitle">
<a href="members/kg14.51655/">kg14</a> replied <abbr class="DateTime" data-time="1611759710" data-diff="67470" data-datestring="Jan 27, 2021" data-timestring="3:01 PM">Jan 27, 2021 at 3:01 PM</abbr>
</div>
</li>
<li class="thread-252015 thread-node-12">
<a href="members/hush.11306/" class="avatar Av11306s" data-avatarhtml="true"><img src="data/avatars/s/11/11306.jpg?1471273498" width="48" height="48" alt="Hush" /></a>
<a
href="posts/1108953/">
Hypocrisy at its finest!
</a>
<div class="userTitle">
<a href="members/hush.11306/">Hush</a> replied <abbr class="DateTime" data-time="1611674432" data-diff="152748" data-datestring="Jan 26, 2021" data-timestring="3:20 PM">Jan 26, 2021 at 3:20 PM</abbr>
</div>
</li>
<li class="thread-78940 thread-node-50">
<a href="members/fapd.7259/" class="avatar Av7259s" data-avatarhtml="true"><img src="data/avatars/s/7/7259.jpg?1325869210" width="48" height="48" alt="FAPD" /></a>
<a title="Is it illegal to call someone the "c" word?" class="Tooltip"
href="posts/1108951/">
Is it illegal to call someone...
</a>
<div class="userTitle">
<a href="members/fapd.7259/">FAPD</a> replied <abbr class="DateTime" data-time="1611673976" data-diff="153204" data-datestring="Jan 26, 2021" data-timestring="3:12 PM">Jan 26, 2021 at 3:12 PM</abbr>
</div>
</li>
<li class="thread-252079 thread-node-49">
<a href="members/fapd.7259/" class="avatar Av7259s" data-avatarhtml="true"><img src="data/avatars/s/7/7259.jpg?1325869210" width="48" height="48" alt="FAPD" /></a>
<a title="Weymouth student trying to ban the blue line Chesna Flag." class="Tooltip"
href="posts/1108945/">
Weymouth student trying to ban...
</a>
<div class="userTitle">
<a href="members/fapd.7259/">FAPD</a> replied <abbr class="DateTime" data-time="1611672881" data-diff="154299" data-datestring="Jan 26, 2021" data-timestring="2:54 PM">Jan 26, 2021 at 2:54 PM</abbr>
</div>
</li>
<li class="thread-252085 thread-node-17">
<a href="members/fapd.7259/" class="avatar Av7259s" data-avatarhtml="true"><img src="data/avatars/s/7/7259.jpg?1325869210" width="48" height="48" alt="FAPD" /></a>
<a
href="posts/1108941/">
Ayer, MA - Full Time Police Officer
</a>
<div class="userTitle">
<a href="members/fapd.7259/">FAPD</a> replied <abbr class="DateTime" data-time="1611671934" data-diff="155246" data-datestring="Jan 26, 2021" data-timestring="2:38 PM">Jan 26, 2021 at 2:38 PM</abbr>
</div>
</li>
<li class="thread-251871 thread-node-17">
<a href="members/bdan585.60179/" class="avatar Av60179s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="bdan585" /></a>
<a
href="posts/1108921/">
Boston College Police Officer
</a>
<div class="userTitle">
<a href="members/bdan585.60179/">bdan585</a> replied <abbr class="DateTime" data-time="1611624736" data-diff="202444" data-datestring="Jan 26, 2021" data-timestring="1:32 AM">Jan 26, 2021 at 1: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:1611827180;}}
Run Time: 0.003685
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_member_view_lock, a:1:{s:19:"member_view_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1611827180;}}
Run Time: 0.002509
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: advertisementcss
Run Time: 0.000411
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.001114
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, 72
Run Time: 0.000488
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.000443
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.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, 19
Run Time: 0.000497
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.000402
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.000388
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.000434
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.000359
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 | |