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.002590
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.000333
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT post.*
FROM xf_post AS post
WHERE post.post_id = ?
Params: 758713
Run Time: 0.000702
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
,
0 AS thread_reply_banned
FROM xf_thread AS thread
WHERE thread.thread_id = ?
Params: 117448
Run Time: 0.000629
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache
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: 127
Run Time: 0.000547
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_liked_content AS liked_content
INNER JOIN xf_user AS user ON
(user.user_id = liked_content.like_user_id)
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 liked_content.content_type = ?
AND liked_content.content_id = ?
Params: post, 758713
Run Time: 0.002730
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | liked_content | ref | content_type_id_like_user_id,like_user_content_type_id | content_type_id_like_user_id | 31 | const,const | 5 | Using where; Using index |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.liked_content.like_user_id | 1 | Using index |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.liked_content.like_user_id | 1 | Using index |
SIMPLE | user_option | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.liked_content.like_user_id | 1 | Using index |
SELECT liked_content.*,
user.*,
user_profile.*,
user_option.*
FROM xf_liked_content AS liked_content
INNER JOIN xf_user AS user ON
(user.user_id = liked_content.like_user_id)
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 liked_content.content_type = ?
AND liked_content.content_id = ?
ORDER BY liked_content.like_date DESC
LIMIT 100
Params: post, 758713
Run Time: 0.004189
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | liked_content | ref | content_type_id_like_user_id,like_user_content_type_id | content_type_id_like_user_id | 31 | const,const | 5 | Using index condition; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.liked_content.like_user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.liked_content.like_user_id | 1 | |
SIMPLE | user_option | eq_ref | PRIMARY | PRIMARY | 4 | masscops_com.liked_content.like_user_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 303fdaeebc59b482f869a7bb4605868a, , 1611574014
Run Time: 0.003605
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_Post, Likes, valid, post_id=758713, 1611570414,
Run Time: 0.003218
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000398
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 14 | Using where; Using filesort |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_post_likes')
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 | |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_post_likes_lock')
Run Time: 0.000224
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_post_likes_lock, a:1:{s:18:"post_likes_lock_14";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1611570414;}}
Run Time: 0.002791
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000966
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.000766
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.002819
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 (19, 19, 72, 17, 17, 12, 49, 49, 30, 119, 17, 19, 19, 17, 27, 71, 16, 19, 161, 19, 10, 17, 49, 19, 17, 17, 17, 17, 50, 16)
Run Time: 0.000662
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 13 | 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_post_likes, a:1:{s:13:"post_likes_14";a:2:{s:4:"html";s:6217:"<div class="avatarList">
<ul>
<li class="thread-251081 thread-node-19">
<a href="members/j809.72/" class="avatar Av72s" data-avatarhtml="true"><img src="data/avatars/s/0/72.jpg?1503793094" width="48" height="48" alt="j809" /></a>
<a
href="posts/1108893/">
Field Parole Officer Test
</a>
<div class="userTitle">
<a href="members/j809.72/">j809</a> replied <abbr class="DateTime" data-time="1611559498" data-diff="10916" data-datestring="Jan 25, 2021" data-timestring="7:24 AM">Jan 25, 2021 at 7:24 AM</abbr>
</div>
</li>
<li class="thread-252075 thread-node-19">
<a href="members/j809.72/" class="avatar Av72s" data-avatarhtml="true"><img src="data/avatars/s/0/72.jpg?1503793094" width="48" height="48" alt="j809" /></a>
<a title="Dir. of Campus Safety & Security Amer. Univ. of IRAQ" class="Tooltip"
href="posts/1108891/">
Dir. of Campus Safety &...
</a>
<div class="userTitle">
<a href="members/j809.72/">j809</a> replied <abbr class="DateTime" data-time="1611549673" data-diff="20741" data-datestring="Jan 25, 2021" data-timestring="4:41 AM">Jan 25, 2021 at 4:41 AM</abbr>
</div>
</li>
<li class="thread-251331 thread-node-72">
<a href="members/miamivice.22/" class="avatar Av22s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="MiamiVice" /></a>
<a
href="posts/1108889/">
Police Reform (Part Timers)
</a>
<div class="userTitle">
<a href="members/miamivice.22/">MiamiVice</a> replied <abbr class="DateTime" data-time="1611537708" data-diff="32706" data-datestring="Jan 25, 2021" data-timestring="1:21 AM">Jan 25, 2021 at 1:21 AM</abbr>
</div>
</li>
<li class="thread-252081 thread-node-17">
<a href="members/tango_sierra.14702/" class="avatar Av14702s" data-avatarhtml="true"><img src="data/avatars/s/14/14702.jpg?1390366648" width="48" height="48" alt="Tango_Sierra" /></a>
<a
href="posts/1108879/">
Southborough Police Officer
</a>
<div class="userTitle">
<a href="members/tango_sierra.14702/">Tango_Sierra</a> replied <abbr class="DateTime" data-time="1611513865" data-diff="56549" data-datestring="Jan 24, 2021" data-timestring="6:44 PM">Jan 24, 2021 at 6:44 PM</abbr>
</div>
</li>
<li class="thread-251871 thread-node-17">
<a href="members/iamthedude.48841/" class="avatar Av48841s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="IamTheDude" /></a>
<a
href="posts/1108867/">
Boston College Police Officer
</a>
<div class="userTitle">
<a href="members/iamthedude.48841/">IamTheDude</a> replied <abbr class="DateTime" data-time="1611469020" data-diff="101394" data-datestring="Jan 24, 2021" data-timestring="6:17 AM">Jan 24, 2021 at 6:17 AM</abbr>
</div>
</li>
<li class="thread-252015 thread-node-12">
<a href="members/iamthedude.48841/" class="avatar Av48841s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="IamTheDude" /></a>
<a
href="posts/1108865/">
Hypocrisy at its finest!
</a>
<div class="userTitle">
<a href="members/iamthedude.48841/">IamTheDude</a> replied <abbr class="DateTime" data-time="1611468825" data-diff="101589" data-datestring="Jan 24, 2021" data-timestring="6:13 AM">Jan 24, 2021 at 6:13 AM</abbr>
</div>
</li>
<li class="thread-252079 thread-node-49">
<a href="members/iamthedude.48841/" class="avatar Av48841s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="IamTheDude" /></a>
<a title="Weymouth student trying to ban the blue line Chesna Flag." class="Tooltip"
href="posts/1108857/">
Weymouth student trying to ban...
</a>
<div class="userTitle">
<a href="members/iamthedude.48841/">IamTheDude</a> replied <abbr class="DateTime" data-time="1611454336" data-diff="116078" data-datestring="Jan 24, 2021" data-timestring="2:12 AM">Jan 24, 2021 at 2:12 AM</abbr>
</div>
</li>
<li class="thread-252061 thread-node-49">
<a href="members/quo-vadis.56961/" class="avatar Av56961s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Quo Vadis" /></a>
<a
href="posts/1108843/">
Executive action on LEOSA
</a>
<div class="userTitle">
<a href="members/quo-vadis.56961/">Quo Vadis</a> replied <abbr class="DateTime" data-time="1611376072" data-diff="194342" data-datestring="Jan 23, 2021" data-timestring="4:27 AM">Jan 23, 2021 at 4:27 AM</abbr>
</div>
</li>
<li class="thread-252025 thread-node-30">
<a href="members/02136colonel.52193/" class="avatar Av52193s" data-avatarhtml="true"><img src="data/avatars/s/52/52193.jpg?1537554231" width="48" height="48" alt="02136colonel" /></a>
<a
href="posts/1108841/">
CO vs CPO
</a>
<div class="userTitle">
<a href="members/02136colonel.52193/">02136colonel</a> replied <abbr class="DateTime" data-time="1611372755" data-diff="197659" data-datestring="Jan 23, 2021" data-timestring="3:32 AM">Jan 23, 2021 at 3:32 AM</abbr>
</div>
</li>
<li class="thread-252069 thread-node-119">
<a href="members/huntingcop.60883/" class="avatar Av60883s" data-avatarhtml="true"><img src="styles/novus/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Huntingcop" /></a>
<a
href="posts/1108829/">
Load Bearing Outer Vest Carriers
</a>
<div class="userTitle">
<a href="members/huntingcop.60883/">Huntingcop</a> replied <abbr class="DateTime" data-time="1611353155" data-diff="217259" data-datestring="Jan 22, 2021" data-timestring="10:05 PM">Jan 22, 2021 at 10:05 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:1611570414;}}
Run Time: 0.004880
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_post_likes_lock, a:1:{s:18:"post_likes_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1611570414;}}
Run Time: 0.002477
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: advertisements
Run Time: 0.000352
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.000520
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_ads | ALL | | | | | 2 | Using where; Using filesort |
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: advertisementcss
Run Time: 0.000264
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.000951
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, 19
Run Time: 0.000288
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, 72
Run Time: 0.000250
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.000285
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.000276
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.000338
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.000320
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.000254
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 | |