SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000208
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_node
WHERE display_in_list = 1
ORDER BY lft ASC
Run Time: 0.000242
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | display_in_list | | | | 26 | Using where; 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.000206
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 26 | Using where |
SELECT forum.*
,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE forum.node_id IN (11, 35, 28, 10, 16, 12, 3, 23, 20, 6, 34)
Run Time: 0.000233
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | ALL | PRIMARY | | | | 22 | Using where |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.forum.node_id | 1 | Using index |
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1696145891)
ORDER BY session_activity.view_date DESC
Run Time: 0.001381
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 98 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.session_activity.user_id | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 350df26969008162feb5d605811b2162, , 1696153091
Run Time: 0.000552
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, Index, valid, node_name=, 1696149491,
Run Time: 0.000162
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('fc_psychopath_test_tab', 'fc_bookshelf_tab', 'fc_donationLink')
Params: 1
Run Time: 0.000125
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 3 | Using where |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar,
last_post_user.avatar_date AS last_post_user_avatar_date, last_post_user.gravatar AS last_post_user_gravatar, last_post_user.gender AS last_post_user_gender
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_user AS last_post_user ON
(last_post_user.user_id = thread.last_post_user_id)
WHERE (thread.node_id IN ('11', '35', '28', '10', '16', '12', '3', '23', '20', '6', '37')) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 15
Run Time: 0.000235
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 | | 21 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.thread.user_id | 1 | |
SIMPLE | last_post_user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.thread.last_post_user_id | 1 | |
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000140
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 26 | Using where |
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 (23, 37, 12, 10, 12, 11, 10, 10, 16, 16, 10, 12, 37, 10, 23)
Run Time: 0.000208
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 6 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.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_c9bad8b3fb80fab4fb17b, a:2:{s:24:"hook:forum_list_nodes_31";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149491;}s:24:"hook:forum_list_nodes_36";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149377;}}
Run Time: 0.000242
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar,
last_post_user.avatar_date AS last_post_user_avatar_date, last_post_user.gravatar AS last_post_user_gravatar, last_post_user.gender AS last_post_user_gender
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_user AS last_post_user ON
(last_post_user.user_id = thread.last_post_user_id)
WHERE (thread.node_id IN ('18', '24', '29')) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 9
Run Time: 0.000169
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 | | 25 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.thread.user_id | 1 | |
SIMPLE | last_post_user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.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 (24, 24, 24, 24, 24, 24, 24, 24, 24)
Run Time: 0.000179
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 1 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.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_c9bad8b3fb80fab4fb17b, a:2:{s:24:"hook:forum_list_nodes_31";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149491;}s:24:"hook:forum_list_nodes_36";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149491;}}
Run Time: 0.000185
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1696145891)
ORDER BY session_activity.view_date DESC
Run Time: 0.000858
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 98 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.session_activity.user_id | 1 | |
SELECT COUNT(*)
FROM xf_user AS user
WHERE (FIND_IN_SET('9', user.secondary_group_ids))
Run Time: 0.000081
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | ALL | | | | | 20210 | Using where |
SELECT thread.*
FROM xf_thread AS thread
WHERE (thread.node_id NOT IN ('18', '24', '30', '31', '21', '26', '29', '15', '11', '28', '17', '34', '38', '39')) AND (reply_count = 0) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1695890291)
ORDER BY thread.last_post_date DESC
LIMIT 200
Run Time: 0.000592
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | node_id_last_post_date,node_id_sticky_state_last_post,last_post_date | last_post_date | 4 | | 6 | Using where |
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: simpleCache, a:7:{s:26:"waindigo_lastXmlUploadDate";i:1499868589;s:30:"waindigo_copyrightModification";i:0;s:7:"widgets";a:18:{i:36;a:9:{s:9:"widget_id";i:36;s:5:"title";s:10:"Staff Feed";s:5:"class";s:38:"WidgetFramework_WidgetRenderer_Threads";s:8:"position";s:21:"hook:forum_list_nodes";s:13:"display_order";i:-2;s:6:"active";i:1;s:7:"options";a:18:{s:4:"type";s:19:"recent_first_poster";s:6:"cutoff";i:20;s:6:"forums";a:3:{i:0;s:2:"18";i:1;s:2:"24";i:2;s:2:"29";}s:6:"sticky";s:0:"";s:8:"prefixes";a:0:{}s:9:"open_only";i:0;s:8:"as_guest";i:0;s:6:"is_new";i:0;s:5:"limit";i:3;s:6:"layout";s:0:"";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:2:"60";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:1:{s:21:"hook:forum_list_nodes";a:1:{i:0;s:10:"forum_list";}}s:14:"widget_page_id";i:0;}i:31;a:9:{s:9:"widget_id";i:31;s:5:"title";s:18:"Latest Discussions";s:5:"class";s:38:"WidgetFramework_WidgetRenderer_Threads";s:8:"position";s:21:"hook:forum_list_nodes";s:13:"display_order";i:-1;s:6:"active";i:1;s:7:"options";a:18:{s:4:"type";s:19:"recent_first_poster";s:6:"cutoff";i:20;s:6:"forums";a:11:{i:0;s:2:"11";i:1;s:2:"35";i:2;s:2:"28";i:3;s:2:"10";i:4;s:2:"16";i:5;s:2:"12";i:6;s:1:"3";i:7;s:2:"23";i:8;s:2:"20";i:9;s:1:"6";i:10;s:2:"37";}s:6:"sticky";s:0:"";s:8:"prefixes";a:0:{}s:9:"open_only";i:0;s:8:"as_guest";i:0;s:6:"is_new";i:0;s:5:"limit";i:5;s:6:"layout";s:0:"";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:2:"60";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:1:{s:21:"hook:forum_list_nodes";a:1:{i:0;s:10:"forum_list";}}s:14:"widget_page_id";i:0;}i:48;a:9:{s:9:"widget_id";i:48;s:5:"title";s:0:"";s:5:"class";s:36:"WidgetFramework_WidgetRenderer_Empty";s:8:"position";s:63:"member_list, member_notable, news_feed_page_global, online_list";s:13:"display_order";i:-1;s:6:"active";i:1;s:7:"options";a:7:{s:14:"noVisitorPanel";i:0;s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:20;a:9:{s:9:"widget_id";i:20;s:5:"title";s:23:"Popular on PF Right Now";s:5:"class";s:35:"WidgetFramework_WidgetRenderer_Html";s:8:"position";s:92:"forum_list, resource_author_view, resource_category, resource_index, resource_view, tag_view";s:13:"display_order";i:1;s:6:"active";i:1;s:7:"options";a:8:{s:4:"html";s:823:"<div id="box">
<center> <a id="a"><img width=96% id="image" style="border:2px solid #ffffff; outline:1px solid #c4c4c4;"/></a></center>
</div>
<script type='text/javascript'>
var images =
[
imageUrlPair = { ImgSrc:"images/popular/crazy.jpg", Href:"articles/5-things-sociopaths-and-narcissists-say-to-make-you-feel-crazy.341/" },
imageUrlPair = { ImgSrc:"images/popular/dating.jpg", Href:"articles/10-warning-signs-that-youre-dealing-with-a-sociopath-narcissist-or-psychopath.340/" },
imageUrlPair = { ImgSrc:"images/popular/quiz.jpg", Href:"test/" },
]
function randImg() {
var size = images.length;
var x = Math.floor(size * Math.random());
var randomItem = images[x];
document.getElementById('image').src = randomItem.ImgSrc;
document.getElementById('a').href = randomItem.Href;
}
randImg();
</script>";s:9:"tab_group";s:0:"";s:10:"expression";s:24:"$visitor['user_id'] == 0";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:35;a:9:{s:9:"widget_id";i:35;s:5:"title";s:16:"Popular Articles";s:5:"class";s:45:"WidgetFramework_WidgetRenderer_XFRM_Resources";s:8:"position";s:88:"fc_test_form, fc_test_results_a, fc_test_results_b, fc_test_results_c, fc_test_results_d";s:13:"display_order";i:1;s:6:"active";i:1;s:7:"options";a:11:{s:10:"categories";a:0:{}s:5:"limit";i:4;s:4:"type";s:14:"highest_rating";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:2:"60";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:37;a:9:{s:9:"widget_id";i:37;s:5:"title";s:16:"Popular Articles";s:5:"class";s:45:"WidgetFramework_WidgetRenderer_XFRM_Resources";s:8:"position";s:10:"forum_list";s:13:"display_order";i:1;s:6:"active";i:1;s:7:"options";a:11:{s:10:"categories";a:0:{}s:5:"limit";i:4;s:4:"type";s:14:"highest_rating";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:4:"6000";s:10:"expression";s:24:"$visitor['user_id'] == 0";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:27;a:9:{s:9:"widget_id";i:27;s:5:"title";s:11:"Find Member";s:5:"class";s:40:"WidgetFramework_WidgetRenderer_UsersFind";s:8:"position";s:63:"member_list, member_notable, news_feed_page_global, online_list";s:13:"display_order";i:2;s:6:"active";i:1;s:7:"options";a:6:{s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:64;a:9:{s:9:"widget_id";i:64;s:5:"title";s:13:"Our Community";s:5:"class";s:34:"ForumCube_CWidget_PsychopathWidget";s:8:"position";s:10:"forum_list";s:13:"display_order";i:2;s:6:"active";i:1;s:7:"options";a:10:{s:5:"title";s:0:"";s:6:"images";s:644:"images/community/sq.jpg|http://www.amazon.com/dp/1500418854/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=1500418854&adid=0KG23DBD1ZYE4FV0KGF5&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125
images/community/pf.png|http://www.amazon.com/dp/0425279995/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=0425279995&adid=1Z9V0Q31K16V0PGH9R4W&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125
images/community/wa.jpg|https://psychopathfree.com/articles/healing-complex-ptsd-after-emotional-wounding.397/";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:2:"60";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:1;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:25;a:9:{s:9:"widget_id";i:25;s:5:"title";s:13:"Staff Members";s:5:"class";s:41:"WidgetFramework_WidgetRenderer_UsersStaff";s:8:"position";s:63:"member_list, member_notable, news_feed_page_global, online_list";s:13:"display_order";i:3;s:6:"active";i:1;s:7:"options";a:10:{s:5:"limit";i:0;s:11:"displayMode";s:16:"avatarOnlyBigger";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:26;a:9:{s:9:"widget_id";i:26;s:5:"title";s:10:"Most Posts";s:5:"class";s:36:"WidgetFramework_WidgetRenderer_Users";s:8:"position";s:63:"member_list, member_notable, news_feed_page_global, online_list";s:13:"display_order";i:5;s:6:"active";i:1;s:7:"options";a:12:{s:5:"limit";i:12;s:5:"order";s:13:"message_count";s:9:"direction";s:4:"DESC";s:11:"displayMode";s:16:"avatarOnlyBigger";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:18;a:9:{s:9:"widget_id";i:18;s:5:"title";s:11:"Round Table";s:5:"class";s:38:"WidgetFramework_WidgetRenderer_Threads";s:8:"position";s:10:"forum_list";s:13:"display_order";i:8;s:6:"active";i:1;s:7:"options";a:18:{s:4:"type";s:6:"recent";s:6:"cutoff";i:1;s:6:"forums";a:1:{i:0;s:2:"18";}s:6:"sticky";s:0:"";s:8:"prefixes";a:0:{}s:9:"open_only";i:0;s:8:"as_guest";i:0;s:6:"is_new";i:0;s:5:"limit";i:5;s:6:"layout";s:15:"sidebar_snippet";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:2:"60";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:17;a:9:{s:9:"widget_id";i:17;s:5:"title";s:14:"Moderators Den";s:5:"class";s:38:"WidgetFramework_WidgetRenderer_Threads";s:8:"position";s:10:"forum_list";s:13:"display_order";i:9;s:6:"active";i:1;s:7:"options";a:18:{s:4:"type";s:6:"recent";s:6:"cutoff";i:1;s:6:"forums";a:2:{i:0;s:2:"24";i:1;s:2:"29";}s:6:"sticky";s:0:"";s:8:"prefixes";a:0:{}s:9:"open_only";i:0;s:8:"as_guest";i:0;s:6:"is_new";i:0;s:5:"limit";i:5;s:6:"layout";s:15:"sidebar_snippet";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:2:"60";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:24;a:9:{s:9:"widget_id";i:24;s:5:"title";s:22:"Popular on PF (Mobile)";s:5:"class";s:35:"WidgetFramework_WidgetRenderer_Html";s:8:"position";s:28:"hook:ad_above_top_breadcrumb";s:13:"display_order";i:10;s:6:"active";i:1;s:7:"options";a:8:{s:4:"html";s:2071:"<style>
#container
{
width:85vw;
height:47.5vw;
position:relative;
overflow: auto;
border:2px solid #ffffff; outline:1px solid #c4c4c4;
}
#image2
{
position:absolute;
top:0;
left:0;
object-fit: contain;
}
div.transbox {
display:block;
box-shadow: 1px 0 -1px #fff;
width:99.5%;
z-index:15;
background-color: #000;
opacity: 0.6;
filter: alpha(opacity=60); /* For IE8 and earlier */
}
</style>
<center>
<div id="container">
<a id="a2"><img width=100% height=100% id="image2"></a>
<div class="transbox">
<a id="a3"><div id ="count" class="a2a_kit a2a_default_style" style="padding-top:4px; padding-left: 2px; display:inline-block; float: left !important;" data-a2a-url=""> <a class="a2a_button_facebook a2a_counter" style="display:inline-block; float: left !important;" ></a></div><p style="padding:5px;color:#fff;">Popular on PF Right Now </p></a>
</div>
</center>
<script type='text/javascript'>
var images2 =
[
imageUrlPair = { ImgSrc:"images/popular/crazy.jpg", Href:"articles/5-things-sociopaths-and-narcissists-say-to-make-you-feel-crazy.341/", fb:"https://www.psychopathfree.com/content.php?341-5-Things-Sociopaths-and-Narcissists-Say-to-Make-You-Feel-Crazy" },
imageUrlPair = { ImgSrc:"images/popular/dating.jpg", Href:"articles/10-warning-signs-that-youre-dealing-with-a-sociopath-narcissist-or-psychopath.340/", fb:"https://www.psychopathfree.com/content.php?340-10-Warning-Signs-That-You-re-Dealing-With-a-Sociopath-Narcissist-or-Psychopath" },
imageUrlPair = { ImgSrc:"images/popular/quiz.jpg", Href:"test/", fb:"https://www.psychopathfree.com/psychopathtest.php" },
]
function randImg() {
var size = images2.length;
var x = Math.floor(size * Math.random());
var randomItem = images2[x];
document.getElementById('image2').src = randomItem.ImgSrc;
document.getElementById('a2').href = randomItem.Href;
document.getElementById('a3').href = randomItem.Href;
document.getElementById('count').setAttribute("data-a2a-url", randomItem.fb);
}
randImg();
</script>
<script src="//static.addtoany.com/menu/page.js"></script>";s:9:"tab_group";s:0:"";s:10:"expression";s:24:"$visitor['user_id'] == 0";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:1:{s:28:"hook:ad_above_top_breadcrumb";a:2:{i:0;s:14:"PAGE_CONTAINER";i:1;s:23:"ad_above_top_breadcrumb";}}s:14:"widget_page_id";i:0;}i:29;a:9:{s:9:"widget_id";i:29;s:5:"title";s:19:"Recommended Reading";s:5:"class";s:35:"WidgetFramework_WidgetRenderer_Html";s:8:"position";s:88:"fc_test_form, fc_test_results_a, fc_test_results_b, fc_test_results_c, fc_test_results_d";s:13:"display_order";i:10;s:6:"active";i:1;s:7:"options";a:8:{s:4:"html";s:1150:"<a target="_blank" href= "http://www.amazon.com/dp/1500418854/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=1500418854&adid=0KG23DBD1ZYE4FV0KGF5&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125"><img src ='images/community/sq.jpg' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<a target="_blank" href= "http://www.amazon.com/dp/0425279995/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=0425279995&adid=1Z9V0Q31K16V0PGH9R4W&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125"><img src ='images/community/pf.png' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<a target="_blank" href= "https://psychopathfree.com/articles/healing-complex-ptsd-after-emotional-wounding.397/"><img src ='images/community/wa.jpg' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>";s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:16;a:9:{s:9:"widget_id";i:16;s:5:"title";s:9:"New Posts";s:5:"class";s:38:"WidgetFramework_WidgetRenderer_Threads";s:8:"position";s:10:"forum_list";s:13:"display_order";i:12;s:6:"active";i:1;s:7:"options";a:18:{s:4:"type";s:6:"recent";s:6:"cutoff";i:1;s:6:"forums";a:11:{i:0;s:2:"11";i:1;s:2:"35";i:2;s:2:"28";i:3;s:2:"10";i:4;s:2:"16";i:5;s:2:"12";i:6;s:1:"3";i:7;s:2:"23";i:8;s:2:"20";i:9;s:1:"6";i:10;s:2:"37";}s:6:"sticky";s:0:"";s:8:"prefixes";a:0:{}s:9:"open_only";i:0;s:8:"as_guest";i:0;s:6:"is_new";i:1;s:5:"limit";i:10;s:6:"layout";s:15:"sidebar_snippet";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:2:"60";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:32;a:9:{s:9:"widget_id";i:32;s:5:"title";s:16:"Popular Articles";s:5:"class";s:45:"WidgetFramework_WidgetRenderer_XFRM_Resources";s:8:"position";s:80:"resource_author_view, resource_category, resource_index, resource_view, tag_view";s:13:"display_order";i:13;s:6:"active";i:1;s:7:"options";a:11:{s:10:"categories";a:0:{}s:5:"limit";i:25;s:4:"type";s:14:"highest_rating";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:4:"6000";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:38;a:9:{s:9:"widget_id";i:38;s:5:"title";s:12:"New Articles";s:5:"class";s:45:"WidgetFramework_WidgetRenderer_XFRM_Resources";s:8:"position";s:10:"forum_list";s:13:"display_order";i:13;s:6:"active";i:1;s:7:"options";a:11:{s:10:"categories";a:3:{i:0;s:1:"1";i:1;s:1:"2";i:2;s:1:"3";}s:5:"limit";i:3;s:4:"type";s:3:"new";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:1:"0";s:10:"expression";s:23:"$visitor['user_id'] > 0";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:19;a:9:{s:9:"widget_id";i:19;s:5:"title";s:14:"PF on Facebook";s:5:"class";s:35:"WidgetFramework_WidgetRenderer_Html";s:8:"position";s:92:"forum_list, resource_author_view, resource_category, resource_index, resource_view, tag_view";s:13:"display_order";i:14;s:6:"active";i:1;s:7:"options";a:8:{s:4:"html";s:770:"<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=328767790478992";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-page" data-href="https://www.facebook.com/PsychopathFree" data-tabs="timeline" data-height="300" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/PsychopathFree"><a href="https://www.facebook.com/PsychopathFree">PsychopathFree</a></blockquote></div></div>";s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}}s:20:"th_lastXmlUploadDate";i:1499868589;s:24:"th_copyrightModification";i:0;s:17:"invalidated_cache";a:43:{i:9;i:1463673654;i:12;i:1463673348;i:19;i:1463673366;i:33;i:1463673638;i:1;i:1463673637;i:2;i:1463673640;i:3;i:1463673642;i:6;i:1463673644;i:4;i:1463673646;i:5;i:1463673649;i:7;i:1463673651;i:8;i:1463673652;i:10;i:1463673656;i:11;i:1463673658;i:47;i:1463673781;i:48;i:1463673781;i:49;i:1463673781;i:50;i:1463673781;i:51;i:1463673781;i:52;i:1463673781;i:53;i:1463673781;i:54;i:1463673781;i:55;i:1463673781;i:56;i:1463673781;i:57;i:1463673781;i:58;i:1463673781;i:59;i:1463673781;i:60;i:1463673781;i:61;i:1463673781;i:62;i:1463673781;i:63;i:1463673781;i:64;i:1540839924;i:65;i:1463680107;i:36;i:1695524183;i:37;i:1463680165;i:38;i:1480661574;i:32;i:1541431935;i:26;i:1695728292;i:31;i:1695524183;i:18;i:1695524183;i:17;i:1695524183;i:16;i:1695524183;i:29;i:1540839898;}s:17:"fc_PsychologyData";a:4:{s:12:"countThreads";i:0;s:4:"time";i:1696149791;s:11:"staffOnline";i:0;s:11:"countDonors";i:505;}}
Run Time: 0.000425
INSERT INTO xf_data_registry
(data_key, data_value)
VALUES
(?, ?)
ON DUPLICATE KEY UPDATE
data_value = VALUES(data_value)
Params: wfc__1_forum_list, a:4:{s:13:"forum_list_37";a:3:{s:4:"html";s:3073:"<div class="avatarList">
<ul>
<li class="resource-341 resource-category-2">
<a href="articles/5-things-sociopaths-and-narcissists-say-to-make-you-feel-crazy.341/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/341.jpg?1446469140" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/5-things-sociopaths-and-narcissists-say-to-make-you-feel-crazy.341/">5 Things Sociopaths and Narcissists Say to Make You Feel Crazy</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">43,922</span></div>
</div>
</li>
<li class="resource-212 resource-category-2">
<a href="articles/30-red-flags-of-manipulative-people.212/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/212.jpg?1366297800" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/30-red-flags-of-manipulative-people.212/">30 Red Flags of Manipulative People</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">30,563</span></div>
</div>
</li>
<li class="resource-270 resource-category-3">
<a href="articles/why-does-it-take-so-long-to-get-over-a-relationship-with-a-psychopath.270/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/270.jpg?1377097380" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/why-does-it-take-so-long-to-get-over-a-relationship-with-a-psychopath.270/">Why Does it Take So Long to Get Over a Relationship with a Psychopath?</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">23,275</span></div>
</div>
</li>
<li class="resource-300 resource-category-2">
<a href="articles/7-signs-of-hypocrites-the-people-they-target.300/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/300.jpg?1391001000" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/7-signs-of-hypocrites-the-people-they-target.300/">7 Signs of Hypocrites & The People They Target</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">23,152</span></div>
</div>
</li>
</ul>
</div>";s:4:"time";i:1696146898;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:1:{i:0;s:10:"wf_default";}}}}s:13:"forum_list_64";a:3:{s:4:"html";s:2356:"<div style="padding-left:3px;padding-right:3px;padding-top:1px;" id="boardStatsSidebar">
<h4 class='psychopath-title'><img src="images/community/contactusimp_bulb.png" > Recommended Reading</h4>
<a target="_blank" href= "http://www.amazon.com/dp/1500418854/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=1500418854&adid=0KG23DBD1ZYE4FV0KGF5&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125"><img src ='images/community/sq.jpg' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<a target="_blank" href= "http://www.amazon.com/dp/0425279995/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=0425279995&adid=1Z9V0Q31K16V0PGH9R4W&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125"><img src ='images/community/pf.png' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<a target="_blank" href= "https://psychopathfree.com/articles/healing-complex-ptsd-after-emotional-wounding.397/"><img src ='images/community/wa.jpg' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<h4 class='psychopath-title' ><img src="images/community/contactusimp_stat.png" style="margin-top:5px;"> At a Glance</h4>
<div class="pairsJustified">
<dl class="registration"><dt>Registrations:</dt>
<dd><b>
<span style="color:red">Disabled</span>
</b>
</dd>
</dl>
<dl class="donorCount">
<dt>Psychopath Free Donors:</dt>
<dd><a href="members/?type=donor"><b>505</b></a></dd>
</dl>
<dl class="unansweredCount"><dt>Unanswered Threads:</dt>
<dd>
<span style="color:#5e7497"><b>None!</b></span>
</dd>
</dl>
<dl class="serverLoad"><dt>Server Load:</dt>
<dd>
<b>
<span style="color:#5e7497">1%</span>
</b>
</dd>
</dl>
<h4 class='psychopath-title'><a href="misc/contact" class="OverlayTrigger"><img src="images/community/contactusimp_bird.png" style="margin-top:5px;"> Contact the Team</a></h4>
</div>
</div>";s:4:"time";i:1696149491;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:1:{i:0;s:27:"xf_widgets_PsychopathWidget";}}}}s:13:"forum_list_18";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149377;}s:13:"forum_list_17";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149377;}}
Run Time: 0.000218
SELECT thread.*
,
1 AS fetched_last_post_user, user.gender, user.avatar_date, user.gravatar,
1 AS fetched_last_post, post.message, post.attach_count
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
LEFT JOIN xf_post AS post ON
(post.post_id = thread.last_post_id)
WHERE (thread.node_id IN ('18')) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 15
Run Time: 0.000360
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_last_post_date | 4 | const | 4574 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.thread.last_post_user_id | 1 | |
SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.thread.last_post_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 (18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18)
Run Time: 0.000308
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 1 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.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_list, a:4:{s:13:"forum_list_37";a:3:{s:4:"html";s:3073:"<div class="avatarList">
<ul>
<li class="resource-341 resource-category-2">
<a href="articles/5-things-sociopaths-and-narcissists-say-to-make-you-feel-crazy.341/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/341.jpg?1446469140" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/5-things-sociopaths-and-narcissists-say-to-make-you-feel-crazy.341/">5 Things Sociopaths and Narcissists Say to Make You Feel Crazy</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">43,922</span></div>
</div>
</li>
<li class="resource-212 resource-category-2">
<a href="articles/30-red-flags-of-manipulative-people.212/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/212.jpg?1366297800" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/30-red-flags-of-manipulative-people.212/">30 Red Flags of Manipulative People</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">30,563</span></div>
</div>
</li>
<li class="resource-270 resource-category-3">
<a href="articles/why-does-it-take-so-long-to-get-over-a-relationship-with-a-psychopath.270/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/270.jpg?1377097380" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/why-does-it-take-so-long-to-get-over-a-relationship-with-a-psychopath.270/">Why Does it Take So Long to Get Over a Relationship with a Psychopath?</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">23,275</span></div>
</div>
</li>
<li class="resource-300 resource-category-2">
<a href="articles/7-signs-of-hypocrites-the-people-they-target.300/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/300.jpg?1391001000" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/7-signs-of-hypocrites-the-people-they-target.300/">7 Signs of Hypocrites & The People They Target</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">23,152</span></div>
</div>
</li>
</ul>
</div>";s:4:"time";i:1696146898;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:1:{i:0;s:10:"wf_default";}}}}s:13:"forum_list_64";a:3:{s:4:"html";s:2356:"<div style="padding-left:3px;padding-right:3px;padding-top:1px;" id="boardStatsSidebar">
<h4 class='psychopath-title'><img src="images/community/contactusimp_bulb.png" > Recommended Reading</h4>
<a target="_blank" href= "http://www.amazon.com/dp/1500418854/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=1500418854&adid=0KG23DBD1ZYE4FV0KGF5&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125"><img src ='images/community/sq.jpg' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<a target="_blank" href= "http://www.amazon.com/dp/0425279995/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=0425279995&adid=1Z9V0Q31K16V0PGH9R4W&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125"><img src ='images/community/pf.png' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<a target="_blank" href= "https://psychopathfree.com/articles/healing-complex-ptsd-after-emotional-wounding.397/"><img src ='images/community/wa.jpg' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<h4 class='psychopath-title' ><img src="images/community/contactusimp_stat.png" style="margin-top:5px;"> At a Glance</h4>
<div class="pairsJustified">
<dl class="registration"><dt>Registrations:</dt>
<dd><b>
<span style="color:red">Disabled</span>
</b>
</dd>
</dl>
<dl class="donorCount">
<dt>Psychopath Free Donors:</dt>
<dd><a href="members/?type=donor"><b>505</b></a></dd>
</dl>
<dl class="unansweredCount"><dt>Unanswered Threads:</dt>
<dd>
<span style="color:#5e7497"><b>None!</b></span>
</dd>
</dl>
<dl class="serverLoad"><dt>Server Load:</dt>
<dd>
<b>
<span style="color:#5e7497">1%</span>
</b>
</dd>
</dl>
<h4 class='psychopath-title'><a href="misc/contact" class="OverlayTrigger"><img src="images/community/contactusimp_bird.png" style="margin-top:5px;"> Contact the Team</a></h4>
</div>
</div>";s:4:"time";i:1696149491;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:1:{i:0;s:27:"xf_widgets_PsychopathWidget";}}}}s:13:"forum_list_18";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149491;}s:13:"forum_list_17";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149377;}}
Run Time: 0.000435
SELECT thread.*
,
1 AS fetched_last_post_user, user.gender, user.avatar_date, user.gravatar,
1 AS fetched_last_post, post.message, post.attach_count
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
LEFT JOIN xf_post AS post ON
(post.post_id = thread.last_post_id)
WHERE (thread.node_id IN ('24', '29')) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 15
Run Time: 0.000338
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 | | 52 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.thread.last_post_user_id | 1 | |
SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.thread.last_post_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 (24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24)
Run Time: 0.000291
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 1 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.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_list, a:4:{s:13:"forum_list_37";a:3:{s:4:"html";s:3073:"<div class="avatarList">
<ul>
<li class="resource-341 resource-category-2">
<a href="articles/5-things-sociopaths-and-narcissists-say-to-make-you-feel-crazy.341/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/341.jpg?1446469140" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/5-things-sociopaths-and-narcissists-say-to-make-you-feel-crazy.341/">5 Things Sociopaths and Narcissists Say to Make You Feel Crazy</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">43,922</span></div>
</div>
</li>
<li class="resource-212 resource-category-2">
<a href="articles/30-red-flags-of-manipulative-people.212/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/212.jpg?1366297800" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/30-red-flags-of-manipulative-people.212/">30 Red Flags of Manipulative People</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">30,563</span></div>
</div>
</li>
<li class="resource-270 resource-category-3">
<a href="articles/why-does-it-take-so-long-to-get-over-a-relationship-with-a-psychopath.270/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/270.jpg?1377097380" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/why-does-it-take-so-long-to-get-over-a-relationship-with-a-psychopath.270/">Why Does it Take So Long to Get Over a Relationship with a Psychopath?</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">23,275</span></div>
</div>
</li>
<li class="resource-300 resource-category-2">
<a href="articles/7-signs-of-hypocrites-the-people-they-target.300/" class="avatar NoOverlay">
<img src="data/resource_icons_thumnail/0/300.jpg?1391001000" class="resourceIcon" style="float:left;" width="48" height="48" />
</a>
<div style="overflow:hidden;">
<a href="articles/7-signs-of-hypocrites-the-people-they-target.300/">7 Signs of Hypocrites & The People They Target</a>
<div style="margin-top:3px;margin-bottom:23px;"><span class="a2a_img a2a_i_facebook" style="display:inline-block;float:left !important;"></span><span class="a2a_count" style="display:inline-block;">23,152</span></div>
</div>
</li>
</ul>
</div>";s:4:"time";i:1696146898;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:1:{i:0;s:10:"wf_default";}}}}s:13:"forum_list_64";a:3:{s:4:"html";s:2356:"<div style="padding-left:3px;padding-right:3px;padding-top:1px;" id="boardStatsSidebar">
<h4 class='psychopath-title'><img src="images/community/contactusimp_bulb.png" > Recommended Reading</h4>
<a target="_blank" href= "http://www.amazon.com/dp/1500418854/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=1500418854&adid=0KG23DBD1ZYE4FV0KGF5&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125"><img src ='images/community/sq.jpg' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<a target="_blank" href= "http://www.amazon.com/dp/0425279995/ref=as_sl_pc_tf_lc?tag=psychfree00-20&camp=14573&creative=327641&linkCode=as1&creativeASIN=0425279995&adid=1Z9V0Q31K16V0PGH9R4W&&ref-refURL=https%3A%2F%2Fwww.psychopathfree.com%2Fbookshelf.php%3Ftabid%3D125"><img src ='images/community/pf.png' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<a target="_blank" href= "https://psychopathfree.com/articles/healing-complex-ptsd-after-emotional-wounding.397/"><img src ='images/community/wa.jpg' class='readingImage' style="border:2px solid #ffffff; outline:1px solid #c4c4c4; margin-right:2px; "> </a>
<h4 class='psychopath-title' ><img src="images/community/contactusimp_stat.png" style="margin-top:5px;"> At a Glance</h4>
<div class="pairsJustified">
<dl class="registration"><dt>Registrations:</dt>
<dd><b>
<span style="color:red">Disabled</span>
</b>
</dd>
</dl>
<dl class="donorCount">
<dt>Psychopath Free Donors:</dt>
<dd><a href="members/?type=donor"><b>505</b></a></dd>
</dl>
<dl class="unansweredCount"><dt>Unanswered Threads:</dt>
<dd>
<span style="color:#5e7497"><b>None!</b></span>
</dd>
</dl>
<dl class="serverLoad"><dt>Server Load:</dt>
<dd>
<b>
<span style="color:#5e7497">1%</span>
</b>
</dd>
</dl>
<h4 class='psychopath-title'><a href="misc/contact" class="OverlayTrigger"><img src="images/community/contactusimp_bird.png" style="margin-top:5px;"> Contact the Team</a></h4>
</div>
</div>";s:4:"time";i:1696149491;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:1:{i:0;s:27:"xf_widgets_PsychopathWidget";}}}}s:13:"forum_list_18";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149491;}s:13:"forum_list_17";a:2:{s:4:"html";s:0:"";s:4:"time";i:1696149491;}}
Run Time: 0.000343
SELECT thread.*
,
NULL AS thread_read_date,
1 AS fetched_last_post_user, user.gender, user.avatar_date, user.gravatar,
1 AS fetched_last_post, post.message, post.attach_count
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
LEFT JOIN xf_post AS post ON
(post.post_id = thread.last_post_id)
WHERE (thread.node_id IN ('11', '35', '28', '10', '16', '12', '3', '23', '20', '6', '37')) AND (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 30
Run Time: 0.000214
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 | | 43 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.thread.last_post_user_id | 1 | |
SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.thread.last_post_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (920663)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000129
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.attachment.data_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 (23, 37, 12, 10, 12, 11, 10, 10, 16, 16, 10, 12, 37, 10, 23, 37, 3, 3, 37, 3, 3, 37, 37, 37, 37, 3, 16, 6, 16, 16)
Run Time: 0.000308
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | ALL | PRIMARY | | | | 26 | Using where |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | psychopa_vanilla.node.node_id | 1 | |