Page Time: 0.2276s

Memory: 7.3864 MB (Peak: 8.0108 MB)

Queries (8, time: 0.0181s, 8.0%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000155
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id = ?
    Params: 645
    Run Time: 0.000411
    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: 645
    Run Time: 0.014310
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexrefuser_id_item_dateuser_id_item_date4const27Using 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 (355288, 354891, 354884, 17825, 17815, 17349, 17335, 17332, 17330, 17202, 17201, 17200, 17132, 16870, 16857, 16827, 16727, 16373, 16370, 16364, 16305, 16303)
    Run Time: 0.001230
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 22Using 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 (1529)
    Run Time: 0.000665
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpostconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
    SIMPLElast_post_userconstPRIMARYPRIMARY4const1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 551bbfb1176f781314b9ec748aa72a89, , 1714253144
    Run Time: 0.001085
  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, , 1714249544,
    Run Time: 0.000137
  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.000154
    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