Page Time: 0.1583s

Memory: 7.9902 MB (Peak: 8.8287 MB)

Queries (12, time: 0.0058s, 3.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT resource_category.*
    	,
    	permission.cache_value AS category_permission_cache,
    		0 AS category_is_watched
    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)
    WHERE resource_category.resource_category_id = ?
    Params: 3
    Run Time: 0.000144
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresource_categoryconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  3. 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.000124
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresource_categoryALL    3Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,psychopa_vanilla.resource_category.resource_category_id1Using where
  4. SELECT COUNT(*)
    FROM xf_resource AS resource
    
    WHERE (resource.resource_category_id IN (3)) AND (resource.resource_state IN ('visible'))
    Run Time: 0.000063
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresourcerefcategory_last_update,category_rating_weightedcategory_last_update4const84Using where
  5. SELECT resource.*
    	,
    	category.*, category.last_update AS category_last_update, resource.last_update,
    	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,
    	feature.feature_date
    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_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_resource_feature AS feature ON
    		(feature.resource_id = resource.resource_id)
    WHERE (resource.resource_category_id IN (3)) AND (resource.resource_state IN ('visible'))
    ORDER BY resource.resource_date DESC
     LIMIT 10 OFFSET 40
    Run Time: 0.001359
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresourcerefcategory_last_update,category_rating_weightedcategory_last_update4const84Using where; Using filesort
    SIMPLEcategoryconstPRIMARYPRIMARY4const1 
    SIMPLEversioneq_refPRIMARYPRIMARY4psychopa_vanilla.resource.current_version_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.resource.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4psychopa_vanilla.resource.user_id1 
    SIMPLEfeatureeq_refPRIMARYPRIMARY4psychopa_vanilla.resource.resource_id1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: b8c9246d8e82835e4e74273c9fafe617, , 1711647466
    Run Time: 0.000469
  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, , , XenResource_ControllerPublic_Resource, Category, valid, resource_category_id=3, 1711643866,
    Run Time: 0.000100
  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.000121
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using where
  9. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_resource_category')
    Run Time: 0.000302
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  10. 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.000164
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresource_categoryALL    3Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,psychopa_vanilla.resource_category.resource_category_id1Using where
  11. 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.002089
    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 
  12. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_resource_category, a:1:{s:20:"resource_category_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:1711643866;s:9:"extraData";a:1:{s:17:"requiredExternals";a:1:{s:3:"css";a:1:{i:0;s:10:"wf_default";}}}}}
    Run Time: 0.000754

Included Files (177, XenForo Classes: 46)

  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/RouteMatch.php
  62. library/XenResource/Route/Prefix/Resources.php
  63. library/XenResource/ControllerPublic/Resource.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/ForumCube/ResourceExtension/Extend/XenResource/ControllerPublic/Resource.php
  69. library/ForumCube/ArticleAuthor/Extend/XenResource/ControllerPublic/Resource.php
  70. library/RmThreadReassign/ControllerPublic/Resource.php
  71. library/XenForo/Input.php
  72. library/XenForo/Session.php
  73. library/Zend/Db.php
  74. library/Zend/Db/Adapter/Mysqli.php
  75. library/Zend/Db/Adapter/Abstract.php
  76. library/Zend/Db/Select.php
  77. library/Zend/Db/Expr.php
  78. library/Zend/Db/Profiler.php
  79. library/Zend/Db/Statement/Mysqli.php
  80. library/Zend/Db/Statement.php
  81. library/Zend/Db/Statement/Interface.php
  82. library/XenForo/Helper/Ip.php
  83. library/XenForo/Visitor.php
  84. library/XenForo/Model/User.php
  85. library/ThemeHouse/LoginAsUser/Listener/LoadClass.php
  86. library/ThemeHouse/Listener/LoadClass.php
  87. library/ThemeHouse/Listener/LoadClass/20150518.php
  88. library/Litespeedcache/Listener/Global.php
  89. library/ThemeHouse/LoginAsUser/Extend/XenForo/Model/User.php
  90. library/WidgetFramework/XenForo/Model/User.php
  91. library/XenMoods/XFCP/Model/User.php
  92. library/XenResource/Listener/Proxy/ModelUser.php
  93. library/Zend/Db/Profiler/Query.php
  94. library/XenForo/Permission.php
  95. library/XenForo/Helper/Php.php
  96. library/XenForo/Phrase.php
  97. library/XenForo/Locale.php
  98. library/ThemeHouse/LoginAsUser/Listener/VisitorSetup.php
  99. library/ThemeHouse/Listener/VisitorSetup.php
  100. library/ThemeHouse/Listener/VisitorSetup/20150106.php
  101. library/ThemeHouse/LoginAsUser/Extend/XenForo/Visitor.php
  102. library/XenResource/Model/Resource.php
  103. library/Waindigo/ResourceIcons/Listener/LoadClass.php
  104. library/Waindigo/Listener/LoadClass.php
  105. library/Waindigo/Listener/LoadClass/20150318.php
  106. library/ForumCube/ResourceIconsExtension/Extend/XenResource/Model/Resource.php
  107. library/ForumCube/ResourceExtension/Extend/XenResource/Model/Resource.php
  108. library/Waindigo/ResourceIcons/Extend/XenResource/Model/Resource.php
  109. library/RmThreadReassign/Model/Resource.php
  110. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  111. library/Waindigo/DailyPostLimit/Listener/ControllerPreDispatch.php
  112. library/XenResource/ControllerHelper/Resource.php
  113. library/XenForo/ControllerHelper/Abstract.php
  114. library/XenResource/Model/Category.php
  115. library/XenForo/Helper/String.php
  116. library/XenResource/Model/Update.php
  117. library/XenResource/Model/Version.php
  118. library/XenForo/ControllerResponse/View.php
  119. library/XenForo/ControllerResponse/Abstract.php
  120. library/XenForo/Helper/Cookie.php
  121. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.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/XenResource/ViewPublic/Resource/Category.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,resource_category.php
  158. library/XenResource/ViewPublic/Helper/Resource.php
  159. internal_data/templates/S.2,L.1,page_nav.php
  160. library/WidgetFramework/Helper/String.php
  161. internal_data/templates/S.2,L.1,wf_widget_xfrm_resources.php
  162. library/ForumCube/ResourceIconsExtension/Extend/XenResource/ViewPublic/Helper/Resource.php
  163. library/WidgetFramework/WidgetRenderer/Empty.php
  164. internal_data/templates/S.2,L.1,wf_widget_wrapper.php
  165. library/XenForo/Helper/Criteria.php
  166. library/XenForo/Debug.php
  167. internal_data/templates/S.2,L.1,PAGE_CONTAINER.php
  168. library/PowerDigital/Unanswered/Template/Hook.php
  169. library/XenMoods/Listener/TemplateHook.php
  170. library/ThemeHouse/LoginAsUser/Listener/TemplateHook.php
  171. library/ThemeHouse/Listener/TemplateHook.php
  172. library/ThemeHouse/Listener/TemplateHook/20150106.php
  173. library/ThemeHouse/Listener/Template.php
  174. library/ThemeHouse/Listener/Template/20150106.php
  175. library/ForumCube/Infraction/Listener.php
  176. internal_data/templates/S.2,L.1,resources_tab_links.php
  177. library/XenForo/ViewRenderer/Json.php