Page Time: 0.1948s

Memory: 7.3871 MB (Peak: 9.5976 MB)

Queries (8, time: 0.0793s, 40.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id = ?
    Params: 1833
    Run Time: 0.000408
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  3. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    WHERE search_index.user_id = ?
    	
    ORDER BY search_index.item_date DESC
     LIMIT 200
    Params: 1833
    Run Time: 0.069935
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexrefuser_id_item_dateuser_id_item_date4const138Using where
  4. SELECT
    	post.*
    	,
    		thread.*, thread.user_id AS thread_user_id, thread.username AS thread_username,
    		thread.post_date AS thread_post_date,
    		post.user_id, post.username, post.post_date,
    		node.title AS node_title, node.node_name,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    	permission.cache_value AS node_permission_cache
    FROM xf_post AS post
    		INNER JOIN xf_thread AS thread ON
    			(thread.thread_id = post.thread_id)
    		INNER JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    WHERE post.post_id IN (826543, 825477, 825433, 825427, 825418, 825337, 822975, 822962, 822956, 822586, 822573, 822503, 822192, 822190, 822185, 822184, 821503, 821495, 821490, 821489, 821444, 821433, 821432, 821431, 821414, 820163, 820154, 820132, 820121, 820108, 820104, 820081, 815316, 815133, 815114, 815107, 815103, 813875, 813842, 813831, 813630, 813600, 813598, 813597, 813560, 813557, 813556, 809930, 809929, 809883, 809878, 647089, 517212, 517190, 292048, 203587, 191457, 186870, 186867, 186307, 166981, 161415, 161001, 160592, 160589, 160582, 160564, 160543, 160526, 147955, 147397, 147352, 142760, 122123, 122120, 121751, 120114, 120109, 118875, 118846, 118287, 118262, 115566, 115281, 115273, 115080, 114505, 114501, 114494, 114491, 114475, 114076, 113527, 113414, 113406, 112965, 112956, 112907, 112334, 111572, 111380, 111165, 111154, 110730, 110725, 110560, 96768, 95613, 95482, 95465, 93789, 85943, 85713, 85695, 85692, 85688, 74572, 74511, 74508, 74494, 74488, 73851, 73559, 73552, 73542, 73541, 72998, 72852, 72840, 72767, 72230, 72112, 71949, 71938, 71925, 50415, 50414, 49889, 49860, 49839, 45292, 45271)
    Run Time: 0.004123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 142Using where
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.post.user_id1 
    SIMPLEthreadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4psychopa_vanilla.post.thread_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4psychopa_vanilla.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,psychopa_vanilla.thread.node_id1Using where
  5. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_cache,
    	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_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_post AS post ON
    			(post.post_id = thread.first_post_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    	LEFT JOIN xf_user AS last_post_user ON
    		(last_post_user.user_id = thread.last_post_user_id)
    WHERE thread.thread_id IN (72588, 72581, 72412, 72293, 71532, 48766, 37935, 20466, 13989, 12839, 11070, 10170, 9833, 8389, 7932, 7897, 7842, 7633, 5219, 5162, 3715, 3420)
    Run Time: 0.001058
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 22Using where
    SIMPLEusereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4psychopa_vanilla.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4psychopa_vanilla.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,psychopa_vanilla.thread.node_id1Using where
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_user_id1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 9aedcfb5fb94e54001a5636b2b1da35e, , 1714204995
    Run Time: 0.003336
  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_Search, Member, valid, , 1714201395,
    Run Time: 0.000116
  8. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('no_results_found', 'fc_psychopath_test_tab', 'fc_bookshelf_tab', 'fc_donationLink')
    Params: 1
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 4Using where

Included Files (165, XenForo Classes: 54)

  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/Search.php
  62. library/XenForo/RouteMatch.php
  63. library/XenForo/ControllerPublic/Search.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/Andy/SearchLog/Listener.php
  69. library/Andy/SearchLog/ControllerPublic/Search.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/XenForo/Model/Search.php
  104. library/XenForo/Search/Searcher.php
  105. library/XenForo/Search/SourceHandler/Abstract.php
  106. library/XenForo/Search/SourceHandler/MySqlFt.php
  107. library/XenForo/Search/DataHandler/Post.php
  108. library/XenForo/Search/DataHandler/Abstract.php
  109. library/XenForo/Search/DataHandler/Thread.php
  110. library/XenForo/Model/Post.php
  111. library/ForumCube/Hug/Extend/Model/Post.php
  112. library/XenForo/Model/Thread.php
  113. library/Waindigo/LastPostAvatar/Listener/LoadClass.php
  114. library/Waindigo/Listener/LoadClass.php
  115. library/Waindigo/Listener/LoadClass/20150318.php
  116. library/Waindigo/LastPostAvatar/Extend/XenForo/Model/Thread.php
  117. library/WidgetFramework/XenForo/Model/Thread.php
  118. library/PowerDigital/Unanswered/Model.php
  119. library/RmThreadReassign/Model/Thread.php
  120. library/XenForo/Model/Forum.php
  121. library/XenForo/ControllerResponse/Message.php
  122. library/XenForo/ControllerResponse/Abstract.php
  123. library/XenForo/Helper/Cookie.php
  124. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  125. library/XenForo/ViewRenderer/HtmlPublic.php
  126. library/XenForo/ViewRenderer/Abstract.php
  127. library/XenForo/Template/Public.php
  128. library/XenForo/Template/Abstract.php
  129. library/WidgetFramework/Core.php
  130. library/XenForo/Model/Moderator.php
  131. library/XenResource/Listener/Proxy/ModelModerator.php
  132. library/ForumCube/CWidget/Listener.php
  133. library/WidgetFramework/Model/Widget.php
  134. library/ForumCube/CWidget/Model/Widget.php
  135. library/WidgetFramework/Helper/Sort.php
  136. library/XenMoods/Listener/FrontControllerPreView.php
  137. library/XenResource/Listener/Template.php
  138. library/WidgetFramework/WidgetRenderer.php
  139. library/PowerDigital/Unanswered/Template/Cache.php
  140. library/ThemeHouse/LoginAsUser/Listener/TemplateCreate.php
  141. library/ThemeHouse/Listener/TemplateCreate.php
  142. library/ThemeHouse/Listener/TemplateCreate/20150106.php
  143. library/XenForo/Route/Prefix/Members.php
  144. library/ForumCube/Psychopath/Listener.php
  145. library/ForumCube/Bookshelf/Listener.php
  146. library/WidgetFramework/WidgetRenderer/Html.php
  147. library/WidgetFramework/Template/Extended.php
  148. library/XenForo/Template/FileHandler.php
  149. library/XenForo/Helper/File.php
  150. internal_data/templates/S.2,L.1,message_page.php
  151. library/XenForo/Helper/Criteria.php
  152. library/XenForo/Debug.php
  153. internal_data/templates/S.2,L.1,PAGE_CONTAINER.php
  154. library/PowerDigital/Unanswered/Template/Hook.php
  155. library/XenMoods/Listener/TemplateHook.php
  156. library/ThemeHouse/LoginAsUser/Listener/TemplateHook.php
  157. library/ThemeHouse/Listener/TemplateHook.php
  158. library/ThemeHouse/Listener/TemplateHook/20150106.php
  159. library/ThemeHouse/Listener/Template.php
  160. library/ThemeHouse/Listener/Template/20150106.php
  161. library/ForumCube/Infraction/Listener.php
  162. library/WidgetFramework/Helper/String.php
  163. internal_data/templates/S.2,L.1,wf_widget_wrapper.php
  164. internal_data/templates/S.2,L.1,resources_tab_links.php
  165. library/XenForo/ViewRenderer/Json.php