Page Time: 0.1030s

Memory: 7.3738 MB (Peak: 8.1929 MB)

Queries (8, time: 0.0032s, 3.1%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000247
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 16
    Run Time: 0.000330
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  3. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 16) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')) AND (thread.user_id = -1)
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_post,user_iduser_id4const42Using index condition; Using where
  4. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    last_post_user.avatar_date AS last_post_user_avatar_date, last_post_user.gravatar AS last_post_user_gravatar, last_post_user.gender AS last_post_user_gender
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    LEFT JOIN xf_user AS last_post_user ON
    	(last_post_user.user_id = thread.last_post_user_id)
    WHERE (thread.node_id = 16) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')) AND (thread.user_id = -1)
    ORDER BY thread.reply_count DESC, thread.last_post_date DESC
     LIMIT 40
    Run Time: 0.000962
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_post,user_iduser_id4const42Using index condition; Using where; Using filesort
    SIMPLEuserconstPRIMARYPRIMARY4const1Using where
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_user_id1 
  5. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    last_post_user.avatar_date AS last_post_user_avatar_date, last_post_user.gravatar AS last_post_user_gravatar, last_post_user.gender AS last_post_user_gender
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    LEFT JOIN xf_user AS last_post_user ON
    	(last_post_user.user_id = thread.last_post_user_id)
    WHERE (thread.node_id = 16) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible')) AND (thread.user_id = -1)
    ORDER BY thread.reply_count DESC, thread.last_post_date DESC
    Run Time: 0.000738
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_post,user_idnode_id_sticky_state_last_post6const,const,const5Using index condition; Using where; Using filesort
    SIMPLEuserconstPRIMARYPRIMARY4const1Using where
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4psychopa_vanilla.thread.last_post_user_id1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 04b67b681e3b48e285eb83b98cdd2ed4, , 1710834387
    Run Time: 0.000475
  7. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Forum, Forum, valid, node_id=16, 1710830787,
    Run Time: 0.000113
  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.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using where

Included Files (176, XenForo Classes: 56)

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