Page Time: 0.1606s

Memory: 8.9343 MB (Peak: 9.8073 MB)

Queries (29, time: 0.0107s, 6.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT *
    FROM xf_node
    WHERE display_in_list = 1
    ORDER BY lft ASC
    Run Time: 0.000156
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   26Using where; Using filesort
  3. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000119
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const26Using where
  4. 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.000130
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   22Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4psychopa_vanilla.forum.node_id1Using index
  5. 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 > 1711703885)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001515
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 135Using where
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.session_activity.user_id1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 5f91f56673f4cf9017865f8f41496717, , 1711711085
    Run Time: 0.001331
  7. 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=, 1711707485,
    Run Time: 0.000160
  8. 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.000145
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using where
  9. 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.000230
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postlast_post_date4 21Using where
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.user_id1 
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_user_id1 
  10. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000168
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const26Using where
  11. 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, 35, 3, 37, 12, 12, 12, 10, 37, 16, 23, 3, 23, 3, 23)
    Run Time: 0.000244
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeALLPRIMARY   26Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4psychopa_vanilla.node.node_id1 
  12. 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:1711707485;}s:24:"hook:forum_list_nodes_36";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711707388;}}
    Run Time: 0.000369
  13. 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.000300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postlast_post_date4 25Using where
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.user_id1 
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_user_id1 
  14. 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, 18, 24, 24, 24, 24, 24, 24, 24)
    Run Time: 0.000199
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 2Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4psychopa_vanilla.node.node_id1 
  15. 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:1711707485;}s:24:"hook:forum_list_nodes_36";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711707485;}}
    Run Time: 0.000377
  16. 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 > 1711703885)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001008
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 135Using where
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.session_activity.user_id1 
  17. SELECT COUNT(*)
    FROM xf_user AS user
    
    WHERE (FIND_IN_SET('9', user.secondary_group_ids))
    Run Time: 0.000083
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserALL    20382Using where
  18.         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 > 1711448285)
            ORDER BY thread.last_post_date DESC
           LIMIT 200
    Run Time: 0.001159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,last_post_datelast_post_date4 3Using where
  19. 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&amp;camp=14573&amp;creative=327641&amp;linkCode=as1&amp;creativeASIN=1500418854&amp;adid=0KG23DBD1ZYE4FV0KGF5&amp;&amp;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&amp;camp=14573&amp;creative=327641&amp;linkCode=as1&amp;creativeASIN=0425279995&amp;adid=1Z9V0Q31K16V0PGH9R4W&amp;&amp;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:1707490610;i:37;i:1463680165;i:38;i:1480661574;i:32;i:1541431935;i:26;i:1707876676;i:31;i:1707490610;i:18;i:1707490610;i:17;i:1707490610;i:16;i:1707490610;i:29;i:1540839898;}s:17:"fc_PsychologyData";a:4:{s:12:"countThreads";i:0;s:4:"time";i:1711707785;s:11:"staffOnline";i:0;s:11:"countDonors";i:505;}}
    Run Time: 0.000550
  20. 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 &amp; 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:1711702645;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&amp;camp=14573&amp;creative=327641&amp;linkCode=as1&amp;creativeASIN=1500418854&amp;adid=0KG23DBD1ZYE4FV0KGF5&amp;&amp;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&amp;camp=14573&amp;creative=327641&amp;linkCode=as1&amp;creativeASIN=0425279995&amp;adid=1Z9V0Q31K16V0PGH9R4W&amp;&amp;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:1711707485;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:1711707388;}s:13:"forum_list_17";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711707388;}}
    Run Time: 0.000330
  21. 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.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const4575Using where
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_user_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_id1 
  22. 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.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 1Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4psychopa_vanilla.node.node_id1 
  23. 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 &amp; 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:1711702645;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&amp;camp=14573&amp;creative=327641&amp;linkCode=as1&amp;creativeASIN=1500418854&amp;adid=0KG23DBD1ZYE4FV0KGF5&amp;&amp;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&amp;camp=14573&amp;creative=327641&amp;linkCode=as1&amp;creativeASIN=0425279995&amp;adid=1Z9V0Q31K16V0PGH9R4W&amp;&amp;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:1711707485;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:1711707485;}s:13:"forum_list_17";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711707388;}}
    Run Time: 0.000348
  24. 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.000197
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postlast_post_date4 52Using where
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_user_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_id1 
  25. 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.000172
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 1Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4psychopa_vanilla.node.node_id1 
  26. 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 &amp; 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:1711702645;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&amp;camp=14573&amp;creative=327641&amp;linkCode=as1&amp;creativeASIN=1500418854&amp;adid=0KG23DBD1ZYE4FV0KGF5&amp;&amp;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&amp;camp=14573&amp;creative=327641&amp;linkCode=as1&amp;creativeASIN=0425279995&amp;adid=1Z9V0Q31K16V0PGH9R4W&amp;&amp;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:1711707485;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:1711707485;}s:13:"forum_list_17";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711707485;}}
    Run Time: 0.000361
  27. 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.000215
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postlast_post_date4 43Using where
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_user_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_id1 
  28. 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 (921890)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000149
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4psychopa_vanilla.attachment.data_id1 
  29. 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, 35, 3, 37, 12, 12, 12, 10, 37, 16, 23, 3, 23, 3, 23, 3, 16, 3, 3, 3, 20, 37, 37, 10, 3, 37, 3, 10, 3, 3)
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeALLPRIMARY   26Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4psychopa_vanilla.node.node_id1 

Included Files (205, XenForo Classes: 68)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Cache.php
  19. library/Zend/Cache/Backend/File.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/XenResource/Listener/Proxy.php
  29. library/Waindigo/Listener/InitDependencies.php
  30. library/Waindigo/Listener/InitDependencies/20150212.php
  31. library/ForumCube/ResourceIconsExtension/Listener.php
  32. library/ForumCube/WidgetLastPost/Listener.php
  33. library/ForumCube/ResourceExtension/Listener.php
  34. library/ForumCube/ArticleAuthor/Listener.php
  35. library/ForumCube/BanUserTitle/Listener.php
  36. library/ForumCube/BannedLogout/Listener.php
  37. library/ForumCube/Hug/Listener.php
  38. library/ForumCube/ReferralUserLog/Listener.php
  39. library/ForumCube/MultiAccountDetector/Listener.php
  40. library/ForumCube/QuickPrefix/Listener.php
  41. library/ForumCube/RegistrationQuiz/Listener.php
  42. library/ForumCube/SecurityImprovements/Listener.php
  43. library/ForumCube/Donations/Listener.php
  44. library/ForumCube/ReportImprovement/Listener.php
  45. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  46. library/WidgetFramework/Listener.php
  47. library/WidgetFramework/Option.php
  48. library/XenMoods/Listener/InitDependencies.php
  49. library/PowerDigital/Unanswered/Listener.php
  50. library/XenMoods/Listener/LoadClassModel.php
  51. library/RmThreadReassign/Listener.php
  52. library/ThemeHouse/Listener/InitDependencies.php
  53. library/ThemeHouse/Listener/InitDependencies/20151202.php
  54. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  55. library/XenForo/Router.php
  56. library/XenForo/Route/Filter.php
  57. library/XenForo/Route/Interface.php
  58. library/XenForo/Route/ResponseSuffix.php
  59. library/XenForo/Route/Prefix.php
  60. library/WidgetFramework/Route/Filter/PageX.php
  61. library/XenForo/Route/Prefix/Index.php
  62. library/WidgetFramework/XenForo/Route/Prefix/Index.php
  63. library/XenForo/RouteMatch.php
  64. library/XenForo/ControllerPublic/Index.php
  65. library/XenForo/ControllerPublic/Abstract.php
  66. library/XenForo/Controller.php
  67. library/Siropu/UsernameChange/Listener.php
  68. library/ForumCube/DeletePosts/Listener.php
  69. library/WidgetFramework/XenForo/ControllerPublic/Index.php
  70. library/XenForo/Input.php
  71. library/XenForo/Session.php
  72. library/Zend/Db.php
  73. library/Zend/Db/Adapter/Mysqli.php
  74. library/Zend/Db/Adapter/Abstract.php
  75. library/Zend/Db/Select.php
  76. library/Zend/Db/Expr.php
  77. library/Zend/Db/Profiler.php
  78. library/Zend/Db/Statement/Mysqli.php
  79. library/Zend/Db/Statement.php
  80. library/Zend/Db/Statement/Interface.php
  81. library/XenForo/Helper/Ip.php
  82. library/XenForo/Visitor.php
  83. library/XenForo/Model/User.php
  84. library/ThemeHouse/LoginAsUser/Listener/LoadClass.php
  85. library/ThemeHouse/Listener/LoadClass.php
  86. library/ThemeHouse/Listener/LoadClass/20150518.php
  87. library/Litespeedcache/Listener/Global.php
  88. library/ThemeHouse/LoginAsUser/Extend/XenForo/Model/User.php
  89. library/WidgetFramework/XenForo/Model/User.php
  90. library/XenMoods/XFCP/Model/User.php
  91. library/XenResource/Listener/Proxy/ModelUser.php
  92. library/Zend/Db/Profiler/Query.php
  93. library/XenForo/Permission.php
  94. library/XenForo/Helper/Php.php
  95. library/XenForo/Phrase.php
  96. library/XenForo/Locale.php
  97. library/ThemeHouse/LoginAsUser/Listener/VisitorSetup.php
  98. library/ThemeHouse/Listener/VisitorSetup.php
  99. library/ThemeHouse/Listener/VisitorSetup/20150106.php
  100. library/ThemeHouse/LoginAsUser/Extend/XenForo/Visitor.php
  101. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  102. library/Waindigo/DailyPostLimit/Listener/ControllerPreDispatch.php
  103. library/WidgetFramework/Helper/Index.php
  104. library/XenForo/ControllerResponse/ReroutePath.php
  105. library/XenForo/ControllerResponse/Abstract.php
  106. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  107. library/XenForo/Route/Prefix/Forums.php
  108. library/XenForo/ControllerPublic/Forum.php
  109. library/Waindigo/LastPostAvatar/Listener/LoadClass.php
  110. library/Waindigo/Listener/LoadClass.php
  111. library/Waindigo/Listener/LoadClass/20150318.php
  112. library/Waindigo/DailyPostLimit/Listener/LoadClass.php
  113. library/Andy/SimilarThreads/Listener.php
  114. library/Waindigo/LastPostAvatar/Extend/XenForo/ControllerPublic/Forum.php
  115. library/Waindigo/DailyPostLimit/Extend/XenForo/ControllerPublic/Forum.php
  116. library/WidgetFramework/XenForo/ControllerPublic/Forum.php
  117. library/Andy/SimilarThreads/ControllerPublic/Forum.php
  118. library/XenForo/Model/Node.php
  119. library/Waindigo/LastPostAvatar/Extend/XenForo/Model/Node.php
  120. library/XenForo/NodeHandler/Category.php
  121. library/XenForo/NodeHandler/Abstract.php
  122. library/XenForo/NodeHandler/Forum.php
  123. library/XenForo/NodeHandler/LinkForum.php
  124. library/XenForo/Model/Category.php
  125. library/XenForo/Model/Forum.php
  126. library/XenForo/Model/LinkForum.php
  127. library/XenForo/Model/Session.php
  128. library/XenForo/ControllerResponse/View.php
  129. library/XenForo/Helper/Cookie.php
  130. library/XenResource/Listener/Template.php
  131. library/XenForo/ViewRenderer/HtmlPublic.php
  132. library/XenForo/ViewRenderer/Abstract.php
  133. library/XenForo/Template/Public.php
  134. library/XenForo/Template/Abstract.php
  135. library/WidgetFramework/Core.php
  136. library/XenForo/Model/Moderator.php
  137. library/XenResource/Listener/Proxy/ModelModerator.php
  138. library/ForumCube/CWidget/Listener.php
  139. library/WidgetFramework/Model/Widget.php
  140. library/ForumCube/CWidget/Model/Widget.php
  141. library/WidgetFramework/Helper/Sort.php
  142. library/WidgetFramework/WidgetRenderer.php
  143. library/XenMoods/Listener/FrontControllerPreView.php
  144. library/XenMoods/Model/Mood.php
  145. library/XenForo/ViewPublic/Forum/List.php
  146. library/XenForo/ViewPublic/Base.php
  147. library/XenForo/View.php
  148. library/ForumCube/CTemplate/Listener.php
  149. library/WidgetFramework/XenForo/View1.php
  150. library/XenForo/ViewPublic/Helper/Node.php
  151. library/PowerDigital/Unanswered/Template/Cache.php
  152. library/ThemeHouse/LoginAsUser/Listener/TemplateCreate.php
  153. library/ThemeHouse/Listener/TemplateCreate.php
  154. library/ThemeHouse/Listener/TemplateCreate/20150106.php
  155. library/WidgetFramework/WidgetRenderer/Html.php
  156. library/WidgetFramework/WidgetRenderer/XFRM/Resources.php
  157. library/ForumCube/FBResourceWidget/Listener.php
  158. library/ForumCube/FBResourceWidget/Resources.php
  159. library/WidgetFramework/Model/Cache.php
  160. library/ForumCube/CWidget/PsychopathWidget.php
  161. library/WidgetFramework/WidgetRenderer/Threads.php
  162. library/ForumCube/WidgetLastPost/Extend/Threads.php
  163. library/XenForo/Route/Prefix/Members.php
  164. library/ForumCube/Psychopath/Listener.php
  165. library/ForumCube/Bookshelf/Listener.php
  166. library/WidgetFramework/Template/Extended.php
  167. library/XenForo/Template/FileHandler.php
  168. library/XenForo/Helper/File.php
  169. internal_data/templates/S.2,L.1,forum_list.php
  170. internal_data/templates/S.2,L.1,node_category_level_1.php
  171. library/XenForo/Route/Prefix/Categories.php
  172. internal_data/templates/S.2,L.1,node_forum_level_2.php
  173. library/PowerDigital/Unanswered/Template/Hook.php
  174. library/XenMoods/Listener/TemplateHook.php
  175. library/ThemeHouse/LoginAsUser/Listener/TemplateHook.php
  176. library/ThemeHouse/Listener/TemplateHook.php
  177. library/ThemeHouse/Listener/TemplateHook/20150106.php
  178. library/ThemeHouse/Listener/Template.php
  179. library/ThemeHouse/Listener/Template/20150106.php
  180. library/ForumCube/Infraction/Listener.php
  181. internal_data/templates/S.2,L.1,node_forum_level_n.php
  182. internal_data/templates/S.2,L.1,node_link_level_2.php
  183. library/XenForo/Route/Prefix/LinkForums.php
  184. library/XenForo/Model/Thread.php
  185. library/Waindigo/LastPostAvatar/Extend/XenForo/Model/Thread.php
  186. library/WidgetFramework/XenForo/Model/Thread.php
  187. library/PowerDigital/Unanswered/Model.php
  188. library/RmThreadReassign/Model/Thread.php
  189. internal_data/templates/S.2,L.1,wf_widget_threads.php
  190. library/WidgetFramework/Helper/String.php
  191. internal_data/templates/S.2,L.1,xf_widgets_PsychopathWidget.php
  192. library/XenForo/BbCode/Formatter/Base.php
  193. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  194. library/XenForo/BbCode/Parser.php
  195. library/XenForo/Model/Post.php
  196. library/ForumCube/Hug/Extend/Model/Post.php
  197. library/XenForo/Model/Attachment.php
  198. library/XenForo/Route/Prefix/Attachments.php
  199. library/WidgetFramework/WidgetRenderer/Empty.php
  200. internal_data/templates/S.2,L.1,wf_widget_wrapper.php
  201. library/XenForo/Helper/Criteria.php
  202. library/XenForo/Debug.php
  203. internal_data/templates/S.2,L.1,PAGE_CONTAINER.php
  204. internal_data/templates/S.2,L.1,resources_tab_links.php
  205. library/XenForo/ViewRenderer/Json.php