Page Time: 0.0674s

Memory: 10.8188 MB (Peak: 11.7526 MB)

Queries (23, time: 0.0050s, 7.5%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.001235
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000099
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  5. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra,
    	IF(sticky_thread_order.display_order IS NULL, 1000, sticky_thread_order.display_order) AS sticky_display_order
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    	LEFT JOIN sticky_thread_order AS sticky_thread_order ON(sticky_thread_order.thread_id = thread.thread_id)
    WHERE thread.thread_id = ?
    Params: 21505
    Run Time: 0.000292
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEsticky_thread_orderrefPRIMARYPRIMARY4const1Using index
  6. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    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: 27
    Run Time: 0.000269
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  7. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date,
    pr_cache.rating_cache,
    pr2.rating
    FROM xf_post AS post
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
    left join dark_postrating_post_cache pr_cache ON (post.post_id = pr_cache.post_id)
    left join dark_postrating pr2 on (post.post_id = pr2.post_id and pr2.user_id = 0)
    WHERE post.thread_id = ?
    	 AND (post.position >= 0 AND post.position < 20) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 21505
    Run Time: 0.000974
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const20Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22rassvet.post.user_id,func1Using where
    SIMPLEpr_cacheeq_refPRIMARYPRIMARY4rassvet.post.post_id1 
    SIMPLEpr2eq_refpost_id_user_id,post_id_rating,user_id_ratingpost_id_user_id8rassvet.post.post_id,const1 
  8. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 21505
    Run Time: 0.000072
  9. SELECT post_id
    FROM xf_bookmark
    WHERE xf_bookmark.user_id = ?
    Params: 0
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_bookmarkindex post_user_id8 350Using where; Using index
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 07a96fd3a7b48f7a227eaa000750d4dc, , 1711620254
    Run Time: 0.000101
  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_Thread, Index, valid, thread_id=21505, 1711616654,
    Run Time: 0.000063
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_bb_code_tag_hashtag', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'doublepost_bb_code_tag', 'conversationpost_post', 'conversationpost_userinfo', 'wf_widget_wrapper', 'related_content_results', 'tinhte_xentag_widget_related_threads', 'thread_view', 'notice_cookies', 'EWRatendo_Navtabs', 'modess_moderator_bar_mod_log_counts', 'wf_hook_moderator_bar', 'wf_revealer', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000653
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 35Using index condition
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('events')
    Params: 2
    Run Time: 0.000088
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  14. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_a418a723ed26abde10182', 'wfc__1_thread_view_t21505')
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using index condition
  15. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_5a40d0e581d5b89f7838a')
    Run Time: 0.000084
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  16. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_5a40d0e581d5b89f7838a, a:1:{s:28:"thread_view_lock_rct21505_19";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1711616654;}}
    Run Time: 0.000091
  17. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_a418a723ed26abde10182, a:1:{s:23:"thread_view_rct21505_19";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711616654;}}
    Run Time: 0.000066
  18. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_5a40d0e581d5b89f7838a, a:1:{s:28:"thread_view_lock_rct21505_19";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711616654;}}
    Run Time: 0.000065
  19. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_e1de64f35afb0f2306f58')
    Run Time: 0.000082
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  20. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_e1de64f35afb0f2306f58, a:1:{s:26:"thread_view_lock_t21505_18";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1711616654;}}
    Run Time: 0.000067
  21. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_thread_view_t21505, a:1:{s:21:"thread_view_t21505_18";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711616654;}}
    Run Time: 0.000062
  22. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_e1de64f35afb0f2306f58, a:1:{s:26:"thread_view_lock_t21505_18";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711616654;}}
    Run Time: 0.000061
  23. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000104
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (178, XenForo Classes: 65)

  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/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/ModEss/Listener/Cog.php
  33. library/Tapatalk/Listener/LoadClassModel.php
  34. library/bdTagMe/Listener.php
  35. library/WidgetFramework/Listener.php
  36. library/TMS/Listener.php
  37. library/Tinhte/XenTag/Listener.php
  38. library/DoublePost/Listener/Cog.php
  39. library/Dark/PostRating/EventListener.php
  40. library/RelatedContents/Listener.php
  41. library/WidgetFramework/Option.php
  42. library/EWRatendo/Listener/Init.php
  43. library/XenForo/DataWriter/User.php
  44. library/XenForo/DataWriter.php
  45. library/bdTagMe/Helper/Template.php
  46. library/bdTagMe/ShippableHelper/Updater.php
  47. library/bdTagMe/Option.php
  48. library/NodesAsTabs/Listen.php
  49. library/XenForo/Router.php
  50. library/XenForo/Route/Filter.php
  51. library/XenForo/Route/Interface.php
  52. library/XenForo/Route/ResponseSuffix.php
  53. library/XenForo/Route/Prefix.php
  54. library/WidgetFramework/Route/Filter/PageX.php
  55. library/XenForo/Route/Prefix/Threads.php
  56. library/EWRutiles/Sitemap/Listener/Route.php
  57. library/XenForo/RouteMatch.php
  58. library/XenForo/ControllerPublic/Thread.php
  59. library/XenForo/ControllerPublic/Abstract.php
  60. library/XenForo/Controller.php
  61. library/EWRutiles/Sitemap/Listener/Controller.php
  62. library/EWRatendo/Listener/Controller.php
  63. library/ConversationPost/Listener.php
  64. library/Andy/SimilarThreads/Listener.php
  65. library/Andy/Bookmark/Listener.php
  66. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  67. library/Tinhte/XenTag/XenForo/ControllerPublic/Thread.php
  68. library/ModEss/ControllerPublic/Thread.php
  69. library/NodesAsTabs/ControllerPublic/Thread.php
  70. library/DoublePost/ControllerPublic/Thread.php
  71. library/Andy/SimilarThreads/ControllerPublic/Thread.php
  72. library/Andy/Bookmark/ControllerPublic/Thread.php
  73. library/XenForo/Input.php
  74. library/XenForo/Session.php
  75. library/XenForo/Helper/Ip.php
  76. library/XenForo/Visitor.php
  77. library/XenForo/Model/User.php
  78. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  79. library/Waindigo/Listener/LoadClass.php
  80. library/Waindigo/Listener/LoadClass/20150318.php
  81. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  82. library/bdTagMe/XenForo/Model/User.php
  83. library/WidgetFramework/XenForo/Model/User.php
  84. library/Dark/PostRating/Model/User.php
  85. library/XenForo/Permission.php
  86. library/XenForo/Helper/Php.php
  87. library/XenForo/Phrase.php
  88. library/XenForo/Locale.php
  89. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  90. library/Waindigo/Listener/ControllerPreDispatch.php
  91. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  92. library/XenForo/ControllerHelper/ForumThreadPost.php
  93. library/XenForo/ControllerHelper/Abstract.php
  94. library/XenForo/Model/Thread.php
  95. library/WidgetFramework/XenForo/Model/Thread.php
  96. library/Tinhte/XenTag/XenForo/Model/Thread.php
  97. library/ModEss/Model/Thread.php
  98. library/Dark/PostRating/Model/Thread.php
  99. library/Dark/PostRating/Model.php
  100. library/XenForo/Model/Forum.php
  101. library/Tinhte/XenTag/XenForo/Model/Forum.php
  102. library/Tinhte/XenTag/Constants.php
  103. library/XenForo/Helper/String.php
  104. library/XenForo/Helper/Discussion.php
  105. library/XenForo/Model/Post.php
  106. library/Snog/FirstPostEdit/Listener/Post.php
  107. library/ModEss/Model/Post.php
  108. library/DoublePost/Model/Post.php
  109. library/Dark/PostRating/Model/Post.php
  110. library/Snog/FirstPostEdit/Model/Post.php
  111. library/ModEss/Model/ModEss.php
  112. library/XenForo/Model/Attachment.php
  113. library/XenForo/Model/Node.php
  114. library/Tapatalk/Model/Node.php
  115. library/ModEss/Model/Node.php
  116. library/XenForo/Route/Prefix/Categories.php
  117. library/XenForo/Route/Prefix/Forums.php
  118. library/XenForo/ControllerResponse/View.php
  119. library/XenForo/ControllerResponse/Abstract.php
  120. library/XenForo/Helper/Cookie.php
  121. library/NodesAsTabs/API.php
  122. library/NodesAsTabs/Model/Options.php
  123. library/Tapatalk/Listener/ControllerPostDispatch.php
  124. library/XenForo/ViewRenderer/HtmlPublic.php
  125. library/XenForo/ViewRenderer/Abstract.php
  126. library/XenForo/Template/Public.php
  127. library/XenForo/Template/Abstract.php
  128. library/WidgetFramework/Core.php
  129. library/XenForo/Model/Moderator.php
  130. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  131. library/ModEss/Model/Moderator.php
  132. library/WidgetFramework/Model/Widget.php
  133. library/WidgetFramework/Helper/Sort.php
  134. library/WidgetFramework/WidgetRenderer.php
  135. library/XenForo/ViewPublic/Thread/View.php
  136. library/XenForo/ViewPublic/Base.php
  137. library/XenForo/View.php
  138. library/Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php
  139. library/WidgetFramework/XenForo/View1.php
  140. library/RelatedContents/ViewPublic/ThreadView.php
  141. library/XenForo/Model/Tag.php
  142. library/Tinhte/XenTag/XenForo/Model/Tag.php
  143. library/RelatedContents/Model/Tag.php
  144. library/XenForo/BbCode/Parser.php
  145. library/XenForo/BbCode/Formatter/Base.php
  146. library/bdTagMe/XenForo/BbCode/Formatter/Base.php
  147. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  148. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  149. library/DoublePost/BbCode/Formatter/Base.php
  150. library/XenForo/ViewPublic/Helper/Message.php
  151. library/XenForo/BbCode/TextWrapper.php
  152. library/Tinhte/XenTag/ContentWrapper/Post.php
  153. library/Tinhte/XenTag/ContentWrapper/Abstract.php
  154. library/Tinhte/XenTag/Option.php
  155. library/Tinhte/XenTag/Helper.php
  156. library/RelatedContents/WidgetRenderer/Thread.php
  157. library/WidgetFramework/Model/Cache.php
  158. library/Tinhte/XenTag/WidgetRenderer/RelatedThreads.php
  159. library/XenForo/Route/Prefix/Members.php
  160. library/bdTagMe/XenForo/Route/Prefix/Members.php
  161. library/memberMap/Listener/Navigation.php
  162. library/memberMap/Model/ViewMap.php
  163. library/EWRatendo/Listener/NavTabs.php
  164. library/EWRatendo/Model/Perms.php
  165. library/NodesAsTabs/NavTabs.php
  166. library/EWRutiles/Sitemap/Listener/Params.php
  167. library/WidgetFramework/Template/Extended.php
  168. library/Tapatalk/EventListener/Hook.php
  169. library/EWRatendo/Listener/Template.php
  170. library/Tapatalk/Listener/TemplatePostRender.php
  171. library/XenForo/Route/Prefix/Posts.php
  172. library/XenForo/Model/Avatar.php
  173. library/WidgetFramework/WidgetRenderer/Empty.php
  174. library/XenForo/Helper/Criteria.php
  175. library/XenForo/Debug.php
  176. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  177. mobiquo/smartbanner/head.inc.php
  178. library/XenForo/ViewRenderer/Json.php