Page Time: 0.1531s

Memory: 7.9260 MB (Peak: 8.7603 MB)

Queries (15, time: 0.0151s, 9.9%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000162
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT *
    FROM xf_tag
    WHERE tag_url = ?
    Params: narcissism
    Run Time: 0.000150
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tagconsttag_urltag_url302const1 
  3. SELECT *
    FROM xf_tag_result_cache
    WHERE tag_id = ?
    	AND user_id = ?
    	AND expiry_date > ?
    Params: 72, 0, 1711677221
    Run Time: 0.000447
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_result_cacheconsttag_id_user_id,expiration_datetag_id_user_id8const,const1 
  4. SELECT tag_content_id, content_type, content_id
    FROM xf_tag_content
    WHERE tag_id = ?
    	AND visible = 1
    ORDER BY content_date DESC
     LIMIT 200
    Params: 72
    Run Time: 0.000150
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentreftag_id_content_datetag_id_content_date4const61Using where
  5. SELECT resource.*
    	,
    		category.*, category.last_update AS category_last_update, resource.last_update,
    		resource_update.message AS description,
    		version.version_string,
    		version.release_date,
    		version.download_url,
    		version.rating_count AS version_rating_count,
    		version.rating_sum AS version_rating_sum,
    		version.download_count AS version_download_count,
    		user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username,
    	permission.cache_value AS category_permission_cache
    FROM xf_resource AS resource
    	
    		LEFT JOIN xf_resource_category AS category ON
    			(category.resource_category_id = resource.resource_category_id)
    		LEFT JOIN xf_resource_update AS resource_update ON
    			(resource_update.resource_update_id = resource.description_update_id)
    		LEFT JOIN xf_resource_version AS version ON
    			(version.resource_version_id = resource.current_version_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = resource.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = resource.user_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'resource_category'
    			AND permission.content_id = resource.resource_category_id)
    WHERE resource.resource_id IN (396, 394, 392, 391, 390, 389, 388, 387, 385, 384, 382, 381, 378, 374, 372, 371, 370, 369, 367, 366, 363, 360, 359, 355, 354, 353, 346, 343, 342, 341, 340, 339, 337, 333, 324, 319, 314, 313, 307, 301, 296, 295, 282, 278, 274, 270, 269, 262, 261, 259, 256, 245, 244, 243, 237, 212, 185, 145, 134, 139, 137)
    Run Time: 0.010425
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresourceALLPRIMARY   148Using where
    SIMPLEcategoryeq_refPRIMARYPRIMARY4psychopa_vanilla.resource.resource_category_id1Using where
    SIMPLEresource_updateeq_refPRIMARYPRIMARY4psychopa_vanilla.resource.description_update_id1 
    SIMPLEversioneq_refPRIMARYPRIMARY4psychopa_vanilla.resource.current_version_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.resource.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4psychopa_vanilla.resource.user_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,psychopa_vanilla.resource.resource_category_id1Using where
  6. INSERT INTO xf_tag_result_cache
    	(tag_id, user_id, cache_date, expiry_date, results)
    VALUES
    	(?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	cache_date = VALUES(cache_date),
    	expiry_date = VALUES(expiry_date),
    	results = VALUES(results)
    Params: 72, 0, 1711677221, 1711680821, {"0":["resource",396],"1":["resource",394],"2":["resource",392],"3":["resource",391],"4":["resource",390],"5":["resource",389],"6":["resource",388],"7":["resource",387],"8":["resource",385],"9":["resource",384],"10":["resource",382],"11":["resource",381],"12":["resource",378],"13":["resource",374],"14":["resource",372],"15":["resource",371],"16":["resource",370],"17":["resource",369],"18":["resource",367],"19":["resource",366],"20":["resource",363],"21":["resource",360],"22":["resource",359],"23":["resource",355],"24":["resource",354],"25":["resource",353],"26":["resource",346],"28":["resource",342],"29":["resource",341],"30":["resource",340],"31":["resource",339],"32":["resource",337],"33":["resource",333],"34":["resource",324],"35":["resource",319],"36":["resource",314],"37":["resource",313],"38":["resource",307],"39":["resource",301],"40":["resource",296],"41":["resource",295],"42":["resource",282],"43":["resource",278],"44":["resource",274],"45":["resource",270],"46":["resource",269],"47":["resource",262],"48":["resource",261],"49":["resource",259],"50":["resource",256],"51":["resource",245],"52":["resource",244],"53":["resource",243],"54":["resource",237],"55":["resource",212],"56":["resource",185],"57":["resource",145],"58":["resource",134],"59":["resource",139],"60":["resource",137]}
    Run Time: 0.000896
  7. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, resource_category, 2
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  8. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, resource_category, 3
    Run Time: 0.000092
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  9. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, resource_category, 1
    Run Time: 0.000087
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 961ee2cfeddbdbb5c73a2cd003003fa3, , 1711680821
    Run Time: 0.000741
  11. 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_Tag, Tag, valid, tag_url=narcissism, 1711677221,
    Run Time: 0.000175
  12. 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.000171
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using where
  13. SELECT resource_category.*
    	,
    	permission.cache_value AS category_permission_cache
    FROM xf_resource_category AS resource_category
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'resource_category'
    			AND permission.content_id = resource_category.resource_category_id)
    ORDER BY resource_category.lft
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresource_categoryALL    3Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,psychopa_vanilla.resource_category.resource_category_id1Using where
  14. SELECT resource.*
    	,
    	category.*, category.last_update AS category_last_update, resource.last_update,
    	resource_update.message AS description,
    	user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username
    FROM xf_resource AS resource
    
    	LEFT JOIN xf_resource_category AS category ON
    		(category.resource_category_id = resource.resource_category_id)
    	LEFT JOIN xf_resource_update AS resource_update ON
    		(resource_update.resource_update_id = resource.description_update_id)
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = resource.user_id)
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = resource.user_id)
    WHERE (resource.resource_category_id IN (1, 2, 3)) AND (resource.resource_state IN ('visible'))
    ORDER BY resource.fb DESC
     LIMIT 25
    Run Time: 0.000837
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresourceALLcategory_last_update,category_rating_weighted   148Using where; Using filesort
    SIMPLEcategoryeq_refPRIMARYPRIMARY4psychopa_vanilla.resource.resource_category_id1Using where
    SIMPLEresource_updateeq_refPRIMARYPRIMARY4psychopa_vanilla.resource.description_update_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.resource.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4psychopa_vanilla.resource.user_id1 
  15. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_tag_view, a:1:{s:11:"tag_view_32";a:3:{s:4:"html";s:18879:"<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> <li class="resource-134 resource-category-1"> <a href="articles/torture-by-triangulation.134/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/134.jpg?1339104780" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/torture-by-triangulation.134/">Torture by Triangulation</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;">20,119</span></div> </div> </li> <li class="resource-138 resource-category-3"> <a href="articles/stages-of-grief-from-a-psychopathic-relationship.138/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/138.jpg?1330130700" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/stages-of-grief-from-a-psychopathic-relationship.138/">Stages of Grief from a Psychopathic Relationship</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;">19,512</span></div> </div> </li> <li class="resource-340 resource-category-2"> <a href="articles/10-warning-signs-that-youre-dealing-with-a-sociopath-narcissist-or-psychopath.340/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/340.jpg?1446124920" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/10-warning-signs-that-youre-dealing-with-a-sociopath-narcissist-or-psychopath.340/">10 Warning Signs That You&#039;re Dealing With a Sociopath, Narcissist, or 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;">17,342</span></div> </div> </li> <li class="resource-147 resource-category-2"> <a href="articles/10-warning-signs-of-word-salad.147/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/147.jpg?1351643520" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/10-warning-signs-of-word-salad.147/">10 Warning Signs of Word Salad</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;">17,119</span></div> </div> </li> <li class="resource-339 resource-category-2"> <a href="articles/6-signs-youre-arguing-with-a-sociopath-narcissist-or-psychopath.339/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/339.jpg?1446039420" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/6-signs-youre-arguing-with-a-sociopath-narcissist-or-psychopath.339/">6 Signs You&#039;re Arguing With a Sociopath, Narcissist, or 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;">16,182</span></div> </div> </li> <li class="resource-335 resource-category-1"> <a href="articles/10-simple-things-you-can-do-to-support-a-survivor-of-emotional-abuse.335/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/335.jpg?1437147480" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/10-simple-things-you-can-do-to-support-a-survivor-of-emotional-abuse.335/">10 Simple Things You Can Do To Support a Survivor of Emotional Abuse</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;">15,520</span></div> </div> </li> <li class="resource-296 resource-category-2"> <a href="articles/pathological-lying-a-psychopathic-manipulation-tool.296/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/296.jpg?1463774329" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/pathological-lying-a-psychopathic-manipulation-tool.296/">Pathological Lying: A Psychopathic Manipulation Tool</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;">15,459</span></div> </div> </li> <li class="resource-278 resource-category-2"> <a href="articles/understanding-how-sociopaths-think-why-it-is-good-to-ask-why.278/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/278.jpg?1379426460" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/understanding-how-sociopaths-think-why-it-is-good-to-ask-why.278/">Understanding How Sociopaths Think: Why It is Good to Ask Why</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;">15,407</span></div> </div> </li> <li class="resource-324 resource-category-3"> <a href="articles/top-10-frequently-asked-questions-about-relationships-with-psychopaths-narcissists.324/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/324.jpg?1421329860" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/top-10-frequently-asked-questions-about-relationships-with-psychopaths-narcissists.324/">Top 10 Frequently Asked Questions about Relationships with Psychopaths &amp; Narcissists</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;">12,078</span></div> </div> </li> <li class="resource-342 resource-category-2"> <a href="articles/top-7-ways-to-spot-a-sociopath-psychopath-or-narcissist.342/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/342.jpg?1463793512" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/top-7-ways-to-spot-a-sociopath-psychopath-or-narcissist.342/">Top 7 Ways to Spot a Sociopath, Psychopath, or Narcissist</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;">11,980</span></div> </div> </li> <li class="resource-321 resource-category-3"> <a href="articles/forgiving-yourself-after-abuse-the-reconciliation-of-heart-and-mind.321/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/321.jpg?1414762980" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/forgiving-yourself-after-abuse-the-reconciliation-of-heart-and-mind.321/">Forgiving Yourself After Abuse: The Reconciliation of Heart and Mind</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;">9,677</span></div> </div> </li> <li class="resource-305 resource-category-3"> <a href="articles/closure-without-contact.305/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/305.jpg?1396145700" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/closure-without-contact.305/">Closure Without Contact</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;">9,005</span></div> </div> </li> <li class="resource-312 resource-category-3"> <a href="articles/whole-again-a-new-book-by-jackson-mackenzie.312/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/312.jpg?1546951425" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/whole-again-a-new-book-by-jackson-mackenzie.312/">Whole Again: A New Book by Jackson MacKenzie</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;">8,893</span></div> </div> </li> <li class="resource-148 resource-category-1"> <a href="articles/sympathy-for-the-devil.148/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/148.jpg?1352424840" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/sympathy-for-the-devil.148/">Sympathy for the Devil</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;">8,823</span></div> </div> </li> <li class="resource-313 resource-category-1"> <a href="articles/codependency-victim-blaming-why-abuse-is-always-wrong.313/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/313.jpg?1407774660" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/codependency-victim-blaming-why-abuse-is-always-wrong.313/">Codependency &amp; Victim Blaming: Why Abuse Is Always Wrong</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;">8,141</span></div> </div> </li> <li class="resource-330 resource-category-3"> <a href="articles/no-contact-is-all-about-you-cut-out-energy-drainers-manipulators-and-toxic-people.330/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/330.jpg?1433952960" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/no-contact-is-all-about-you-cut-out-energy-drainers-manipulators-and-toxic-people.330/">No Contact Is All About You! Cut Out Energy Drainers, Manipulators, and Toxic 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;">7,872</span></div> </div> </li> <li class="resource-166 resource-category-1"> <a href="articles/psychopaths-and-projection.166/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/166.jpg?1360801500" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/psychopaths-and-projection.166/">Psychopaths and Projection</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;">7,224</span></div> </div> </li> <li class="resource-327 resource-category-2"> <a href="articles/14-ways-to-know-if-youre-dating-a-psychopath-sociopath-or-narcissist.327/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/327.jpg?1431109380" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/14-ways-to-know-if-youre-dating-a-psychopath-sociopath-or-narcissist.327/">14 Ways to Know If You&#039;re Dating a Psychopath, Sociopath, Or Narcissist</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;">6,582</span></div> </div> </li> <li class="resource-365 resource-category-3"> <a href="articles/unraveling-ptsd-after-narcissistic-abuse.365/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/365.jpg?1476198058" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/unraveling-ptsd-after-narcissistic-abuse.365/">Unraveling PTSD after Narcissistic Abuse</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;">6,461</span></div> </div> </li> <li class="resource-346 resource-category-1"> <a href="articles/3-emotions-that-narcissists-and-psychopaths-manipulate-in-others.346/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/346.jpg?1463797566" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/3-emotions-that-narcissists-and-psychopaths-manipulate-in-others.346/">3 Emotions That Narcissists and Psychopaths Manipulate in Others</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;">5,700</span></div> </div> </li> <li class="resource-288 resource-category-1"> <a href="articles/the-psychopath-and-put-down-artists-tried-to-define-me.288/" class="avatar NoOverlay"> <img src="data/resource_icons_thumnail/0/288.jpg?1383658500" class="resourceIcon" style="float:left;" width="48" height="48" /> </a> <div style="overflow:hidden;"> <a href="articles/the-psychopath-and-put-down-artists-tried-to-define-me.288/">The Psychopath and Put-Down Artists Tried to Define Me</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;">5,384</span></div> </div> </li> </ul> </div>";s:4:"time";i:1711677221;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:1:{i:0;s:10:"wf_default";}}}}}
    Run Time: 0.000507

Included Files (180, XenForo Classes: 53)

  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/Tags.php
  62. library/XenForo/RouteMatch.php
  63. library/XenForo/ControllerPublic/Tag.php
  64. library/XenForo/ControllerPublic/Abstract.php
  65. library/XenForo/Controller.php
  66. library/Siropu/UsernameChange/Listener.php
  67. library/ForumCube/DeletePosts/Listener.php
  68. library/XenForo/Input.php
  69. library/XenForo/Session.php
  70. library/Zend/Db.php
  71. library/Zend/Db/Adapter/Mysqli.php
  72. library/Zend/Db/Adapter/Abstract.php
  73. library/Zend/Db/Select.php
  74. library/Zend/Db/Expr.php
  75. library/Zend/Db/Profiler.php
  76. library/Zend/Db/Statement/Mysqli.php
  77. library/Zend/Db/Statement.php
  78. library/Zend/Db/Statement/Interface.php
  79. library/XenForo/Helper/Ip.php
  80. library/XenForo/Visitor.php
  81. library/XenForo/Model/User.php
  82. library/ThemeHouse/LoginAsUser/Listener/LoadClass.php
  83. library/ThemeHouse/Listener/LoadClass.php
  84. library/ThemeHouse/Listener/LoadClass/20150518.php
  85. library/Litespeedcache/Listener/Global.php
  86. library/ThemeHouse/LoginAsUser/Extend/XenForo/Model/User.php
  87. library/WidgetFramework/XenForo/Model/User.php
  88. library/XenMoods/XFCP/Model/User.php
  89. library/XenResource/Listener/Proxy/ModelUser.php
  90. library/Zend/Db/Profiler/Query.php
  91. library/XenForo/Permission.php
  92. library/XenForo/Helper/Php.php
  93. library/XenForo/Phrase.php
  94. library/XenForo/Locale.php
  95. library/ThemeHouse/LoginAsUser/Listener/VisitorSetup.php
  96. library/ThemeHouse/Listener/VisitorSetup.php
  97. library/ThemeHouse/Listener/VisitorSetup/20150106.php
  98. library/ThemeHouse/LoginAsUser/Extend/XenForo/Visitor.php
  99. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  100. library/Waindigo/DailyPostLimit/Listener/ControllerPreDispatch.php
  101. library/XenForo/ControllerResponse/Reroute.php
  102. library/XenForo/ControllerResponse/Abstract.php
  103. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  104. library/XenForo/Model/Tag.php
  105. library/XenResource/TagHandler/Resource.php
  106. library/XenForo/TagHandler/Abstract.php
  107. library/XenResource/Model/Resource.php
  108. library/Waindigo/ResourceIcons/Listener/LoadClass.php
  109. library/Waindigo/Listener/LoadClass.php
  110. library/Waindigo/Listener/LoadClass/20150318.php
  111. library/ForumCube/ResourceIconsExtension/Extend/XenResource/Model/Resource.php
  112. library/ForumCube/ResourceExtension/Extend/XenResource/Model/Resource.php
  113. library/Waindigo/ResourceIcons/Extend/XenResource/Model/Resource.php
  114. library/RmThreadReassign/Model/Resource.php
  115. library/XenResource/Model/Category.php
  116. library/XenForo/Helper/String.php
  117. library/XenForo/Model/PermissionCache.php
  118. library/XenResource/Model/Update.php
  119. library/XenResource/Model/Version.php
  120. library/XenForo/ControllerResponse/View.php
  121. library/XenForo/Helper/Cookie.php
  122. library/XenForo/ViewRenderer/HtmlPublic.php
  123. library/XenForo/ViewRenderer/Abstract.php
  124. library/XenForo/Template/Public.php
  125. library/XenForo/Template/Abstract.php
  126. library/WidgetFramework/Core.php
  127. library/XenForo/Model/Moderator.php
  128. library/XenResource/Listener/Proxy/ModelModerator.php
  129. library/ForumCube/CWidget/Listener.php
  130. library/WidgetFramework/Model/Widget.php
  131. library/ForumCube/CWidget/Model/Widget.php
  132. library/WidgetFramework/Helper/Sort.php
  133. library/WidgetFramework/WidgetRenderer.php
  134. library/XenMoods/Listener/FrontControllerPreView.php
  135. library/XenMoods/Model/Mood.php
  136. library/XenForo/ViewPublic/Tag/View.php
  137. library/XenForo/ViewPublic/Base.php
  138. library/XenForo/View.php
  139. library/ForumCube/CTemplate/Listener.php
  140. library/WidgetFramework/XenForo/View1.php
  141. library/XenResource/Listener/Template.php
  142. library/PowerDigital/Unanswered/Template/Cache.php
  143. library/ThemeHouse/LoginAsUser/Listener/TemplateCreate.php
  144. library/ThemeHouse/Listener/TemplateCreate.php
  145. library/ThemeHouse/Listener/TemplateCreate/20150106.php
  146. library/WidgetFramework/WidgetRenderer/Html.php
  147. library/WidgetFramework/WidgetRenderer/XFRM/Resources.php
  148. library/ForumCube/FBResourceWidget/Listener.php
  149. library/ForumCube/FBResourceWidget/Resources.php
  150. library/WidgetFramework/Model/Cache.php
  151. library/XenForo/Route/Prefix/Members.php
  152. library/ForumCube/Psychopath/Listener.php
  153. library/ForumCube/Bookshelf/Listener.php
  154. library/WidgetFramework/Template/Extended.php
  155. library/XenForo/Template/FileHandler.php
  156. library/XenForo/Helper/File.php
  157. internal_data/templates/S.2,L.1,tag_view.php
  158. internal_data/templates/S.2,L.1,page_nav.php
  159. internal_data/templates/S.2,L.1,search_result_resource.php
  160. library/XenForo/Model/Avatar.php
  161. library/XenResource/Route/Prefix/Resources.php
  162. library/XenResource/ViewPublic/Helper/Resource.php
  163. library/WidgetFramework/Helper/String.php
  164. internal_data/templates/S.2,L.1,wf_widget_xfrm_resources.php
  165. library/ForumCube/ResourceIconsExtension/Extend/XenResource/ViewPublic/Helper/Resource.php
  166. library/WidgetFramework/WidgetRenderer/Empty.php
  167. internal_data/templates/S.2,L.1,wf_widget_wrapper.php
  168. library/XenForo/Helper/Criteria.php
  169. library/XenForo/Debug.php
  170. internal_data/templates/S.2,L.1,PAGE_CONTAINER.php
  171. library/PowerDigital/Unanswered/Template/Hook.php
  172. library/XenMoods/Listener/TemplateHook.php
  173. library/ThemeHouse/LoginAsUser/Listener/TemplateHook.php
  174. library/ThemeHouse/Listener/TemplateHook.php
  175. library/ThemeHouse/Listener/TemplateHook/20150106.php
  176. library/ThemeHouse/Listener/Template.php
  177. library/ThemeHouse/Listener/Template/20150106.php
  178. library/ForumCube/Infraction/Listener.php
  179. internal_data/templates/S.2,L.1,resources_tab_links.php
  180. library/XenForo/ViewRenderer/Json.php