Page Time: 0.1699s

Memory: 11.0329 MB (Peak: 16.9129 MB)

Queries (9, time: 0.0018s, 1.1%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000153
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. 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
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 2104
    Run Time: 0.000441
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  3. 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: 5
    Run Time: 0.000232
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. 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, error, thread_id=2104, 1711707235,
    Run Time: 0.000239
  5. SELECT node_id
    FROM xf_thread
    WHERE thread_id = ?
    Params: 2104
    Run Time: 0.000227
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadconstPRIMARYPRIMARY4const1 
  6. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  7. SELECT *
    FROM uix_node_layout
    Run Time: 0.000091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuix_node_layoutALL    2 
  8. SELECT node.*,
    	node_field.uix_node_icons,
    	node_field.uix_styling,
    	node_field.collapsed,
    	node_field.inheritClass,
    	node_field.inheritStyling
    FROM xf_node AS node
    LEFT JOIN uix_node_fields AS node_field ON (node.node_id = node_field.node_id)
    Run Time: 0.000245
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeALL    105 
    SIMPLEnode_fieldeq_refPRIMARYPRIMARY4viregfum_db.node.node_id1 
  9. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('requested_thread_not_found')
    Params: 2
    Run Time: 0.000106
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 

Included Files (167, XenForo Classes: 52)

  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/CMF/Core/Autoloader.php
  9. library/CMF/Core/Listener.php
  10. library/XenForo/CodeEvent.php
  11. library/XenForo/FrontController.php
  12. library/XenForo/Dependencies/Public.php
  13. library/XenForo/Dependencies/Abstract.php
  14. library/Zend/Controller/Request/Http.php
  15. library/Zend/Controller/Request/Abstract.php
  16. library/Zend/Uri.php
  17. library/Zend/Controller/Response/Http.php
  18. library/Zend/Controller/Response/Abstract.php
  19. library/XenForo/Model/DataRegistry.php
  20. library/XenForo/Model.php
  21. library/Zend/Cache.php
  22. library/Zend/Cache/Backend/Memcached.php
  23. library/Zend/Cache/Backend/ExtendedInterface.php
  24. library/Zend/Cache/Backend/Interface.php
  25. library/Zend/Cache/Backend.php
  26. library/Zend/Cache/Core.php
  27. library/CMF/Core/Application.php
  28. library/RD/Tweak/Listener.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/XenResource/Listener/Proxy.php
  33. library/NodesAsTabs/Listen.php
  34. library/WidgetFramework/Listener.php
  35. library/WidgetFramework/Option.php
  36. library/NFLJ/AMS/Listener/Proxy.php
  37. library/NFLJ/RMS/Listener/Proxy.php
  38. library/Audentio/UIX/Listener/CodeEvent.php
  39. library/Audentio/UIX/vendor/autoload.php
  40. library/Audentio/UIX/vendor/composer/autoload_real.php
  41. library/Audentio/UIX/vendor/composer/ClassLoader.php
  42. library/Audentio/UIX/vendor/composer/autoload_namespaces.php
  43. library/Audentio/UIX/vendor/composer/autoload_psr4.php
  44. library/Audentio/UIX/vendor/composer/autoload_classmap.php
  45. library/XenForo/Router.php
  46. library/XenForo/Route/Filter.php
  47. library/XenForo/Route/Interface.php
  48. library/XenForo/Route/ResponseSuffix.php
  49. library/XenForo/Route/Prefix.php
  50. library/WidgetFramework/Route/Filter/PageX.php
  51. library/XenForo/Route/Prefix/Threads.php
  52. library/XenForo/RouteMatch.php
  53. library/XenForo/ControllerPublic/Thread.php
  54. library/XenForo/ControllerPublic/Abstract.php
  55. library/XenForo/Controller.php
  56. library/DoublePost/Listener/LoadClassController.php
  57. library/XI/Tag/CodeEvent/Listener.php
  58. library/Dark/PostRating/EventListener.php
  59. library/StickyFirstPost/Listener.php
  60. library/DigitalPointAdPositioning/Listener/LoadClassControllerPublic/Thread.php
  61. library/RD/Tweak/ControllerPublic/Extend/Thread.php
  62. library/DoublePost/ControllerPublic/Thread.php
  63. library/XI/Tag/ControllerPublic/Thread.php
  64. library/NodesAsTabs/ControllerPublic/Thread.php
  65. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  66. library/StickyFirstPost/ControllerPublic/Thread.php
  67. library/DigitalPointAdPositioning/ControllerPublic/Thread.php
  68. library/NFLJ/AMS/XenForo/ControllerPublic/Thread.php
  69. library/NFLJ/RMS/XenForo/ControllerPublic/Thread.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/DoublePost/Listener/LoadClassModel.php
  85. library/XenForo/Model/Import.php
  86. library/RastaLulz/LoggedInCookie/Listener/LoadClass.php
  87. library/Audentio/UIX/Model/User.php
  88. library/Dark/PostRating/Model/User.php
  89. library/WidgetFramework/XenForo/Model/User.php
  90. library/XenResource/Listener/Proxy/ModelUser.php
  91. library/RastaLulz/LoggedInCookie/Model/User.php
  92. library/NFLJ/AMS/XenForo/Model/User.php
  93. library/NFLJ/RMS/XenForo/Model/User.php
  94. library/Zend/Db/Profiler/Query.php
  95. library/XenForo/Permission.php
  96. library/XenForo/Helper/Php.php
  97. library/XenForo/Phrase.php
  98. library/XenForo/Locale.php
  99. library/RastaLulz/LoggedInCookie/Listener/VisitorSetup.php
  100. library/XenForo/Helper/Cookie.php
  101. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  102. library/NFLJ/AMS/Model/Article.php
  103. library/NFLJ/RMS/Model/Item.php
  104. library/XenForo/ControllerHelper/ForumThreadPost.php
  105. library/XenForo/ControllerHelper/Abstract.php
  106. library/XenForo/Model/Thread.php
  107. library/Audentio/UIX/Model/Thread.php
  108. library/CMF/Core/Model/Thread.php
  109. library/RD/Tweak/Model/Extend/Thread.php
  110. library/Dark/PostRating/Model/Thread.php
  111. library/WidgetFramework/XenForo/Model/Thread.php
  112. library/StickyFirstPost/Model/Thread.php
  113. library/NFLJ/AMS/XenForo/Model/Thread.php
  114. library/NFLJ/RMS/XenForo/Model/Thread.php
  115. library/Dark/PostRating/Model.php
  116. library/CMF/Core/Model/DataRegistry.php
  117. library/XenForo/Model/Forum.php
  118. library/CMF/Core/Model/Forum.php
  119. library/StickyFirstPost/Model/Forum.php
  120. library/XenForo/Model/Node.php
  121. library/Audentio/UIX/Model/Node.php
  122. library/CMF/Core/Model/Node.php
  123. library/XenForo/ControllerResponse/Error.php
  124. library/XenForo/ControllerResponse/Abstract.php
  125. library/XenForo/ControllerResponse/Exception.php
  126. library/NodesAsTabs/API.php
  127. library/NodesAsTabs/Model/Options.php
  128. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  129. library/XenResource/Listener/Template.php
  130. library/NFLJ/AMS/Listener/Template.php
  131. library/NFLJ/RMS/Listener/Template.php
  132. library/XenForo/ViewRenderer/HtmlPublic.php
  133. library/XenForo/ViewRenderer/Abstract.php
  134. library/XenForo/Template/Public.php
  135. library/XenForo/Template/Abstract.php
  136. library/WidgetFramework/Core.php
  137. library/XenForo/Model/Moderator.php
  138. library/XenResource/Listener/Proxy/ModelModerator.php
  139. library/NFLJ/AMS/XenForo/Model/Moderator.php
  140. library/NFLJ/RMS/XenForo/Model/Moderator.php
  141. library/NFLJ/RMS/Listener/WidgetFramework.php
  142. library/NFLJ/AMS/Listener/WidgetFramework.php
  143. library/WidgetFramework/Model/Widget.php
  144. library/WidgetFramework/Helper/Sort.php
  145. library/DoublePost/Listener/Hook.php
  146. library/WidgetFramework/WidgetRenderer.php
  147. library/Audentio/UIX/Model/NodeLayout.php
  148. library/XenForo/Route/Prefix/Members.php
  149. library/NodesAsTabs/NavTabs.php
  150. library/XenForo/Route/Prefix/LinkForums.php
  151. library/WidgetFramework/Template/Extended.php
  152. library/XenForo/Model/StyleProperty.php
  153. library/NFLJ/AMS/Listener/Criteria.php
  154. library/NFLJ/RMS/Listener/Criteria.php
  155. library/XenForo/Template/FileHandler.php
  156. library/XenForo/Helper/File.php
  157. internal_data/templates/S.12,L.2,error.php
  158. library/XenForo/Debug.php
  159. internal_data/templates/S.12,L.2,PAGE_CONTAINER.php
  160. library/Audentio/UIX/Template/Helper/CanvasNavigation.php
  161. internal_data/templates/S.12,L.2,resources_tab_links.php
  162. internal_data/templates/S.12,L.2,nflj_ams_tab_links.php
  163. internal_data/templates/S.12,L.2,nflj_rms_tab_links.php
  164. internal_data/templates/S.12,L.2,navigation.php
  165. library/XenForo/ViewRenderer/Json.php
  166. internal_data/templates/S.12,L.2,SFP_js_first_post.php
  167. internal_data/templates/S.12,L.2,nat_bodyjs.php