Page Time: 0.1566s

Memory: 15.1312 MB (Peak: 16.3468 MB)

Queries (19, time: 0.0200s, 12.8%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000190
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT thread.*
    	,
    		user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_is_watched
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 6452
    Run Time: 0.000362
    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: 2
    Run Time: 0.000294
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY85const,const,const1 
  4. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		0 AS like_date
    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)
    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: 6452
    Run Time: 0.016562
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const1Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4rpm2nite_site.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4rpm2nite_site.post.user_id1 
  5. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 6452
    Run Time: 0.000077
  6. SELECT *
    FROM xf_node
    WHERE lft < ? AND rgt > ?
    ORDER BY lft ASC
    Params: 22, 23
    Run Time: 0.000277
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeindexlftlft4 38Using where
  7.             SELECT *
                FROM xf_thread
                WHERE node_id IN (2 , 3 , 4 , 5 , 6 , 32)
                ORDER BY last_post_date DESC
    LIMIT 10;
    Run Time: 0.000433
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadindexnode_id_last_post_date,node_id_sticky_last_post_datelast_post_date4 20302Using where
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: e52b5bb3e840e968961825e7ce1c4fce, a:5:{s:12:"sessionStart";i:1369039527;s:2:"ip";i:921877721;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1369043127
    Run Time: 0.000105
  9. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date)
    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)
    Params: 0, 921877721, 921877721, XenForo_ControllerPublic_Thread, Index, valid, thread_id=6452, 1369039527
    Run Time: 0.000052
  10. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000229
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmALL    7Using filesort
  11. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000188
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmALL    7Using filesort
  12. SELECT COUNT(*) AS user_count FROM addonchat_who
    Run Time: 0.000073
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEaddonchat_whoindex PRIMARY4 1Using index
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home', 'nhra_navbar_tab', 'nascar_navbar_tab', 'indy_navbar_tab', 'AddonChat_Tab')
    Params: 1
    Run Time: 0.000154
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY231 4Using where
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'tinhte_xentag_bb_code_tag_tag', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'xfa_bump_thread_option', 'tinhte_xentag_hook_thread_view_pagenav_before', 'tinhte_xentag_hook_thread_view_form_before', 'tinhte_xentag_hook_thread_view_qr_before', 'tinhte_xentag_hook_thread_view_qr_after', 'thread_view', 'EWRporta_Navtabs', 'xfr_useralbums_links', 'AddonChat_Tab_Links', 'EWRmedio_Navtabs', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000538
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY160 17Using where
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('collapsible_sidebar_arrow')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000137
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('ltt_ticker')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('merc_code_render')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('collapsible_sidebar_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000098
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  19. INSERT INTO merc_ad_view (ad_id)
    VALUES (11),(4),(3)
    Run Time: 0.000036

Included Files (186, XenForo Classes: 59)

  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.php
  17. library/XenForo/Model/DataRegistry.php
  18. library/XenForo/CodeEvent.php
  19. library/Zend/Cache.php
  20. library/Zend/Cache/Backend/File.php
  21. library/Zend/Cache/Backend/ExtendedInterface.php
  22. library/Zend/Cache/Backend/Interface.php
  23. library/Zend/Cache/Backend.php
  24. library/Zend/Cache/Core.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/EWRmedio/Listener/Init.php
  29. library/XenForo/DataWriter/User.php
  30. library/XenForo/DataWriter.php
  31. library/Merc/AdManager/Listener/InitDependencies.php
  32. library/XenPlus/Listener/InitDependencies.php
  33. library/XenPlus/Listener/Abstract.php
  34. library/Zend/Db.php
  35. library/Zend/Db/Adapter/Mysqli.php
  36. library/Zend/Db/Adapter/Abstract.php
  37. library/Zend/Db/Select.php
  38. library/Zend/Db/Expr.php
  39. library/Zend/Db/Profiler.php
  40. library/Zend/Db/Statement/Mysqli.php
  41. library/Zend/Db/Statement.php
  42. library/Zend/Db/Statement/Interface.php
  43. library/Merc/AdManager/AdHandler/Code.php
  44. library/Merc/AdManager/AdHandler/Abstract.php
  45. library/Merc/AdManager/Model/Code.php
  46. library/Zend/Db/Profiler/Query.php
  47. library/EWRporta/Listener/Init.php
  48. library/Merc/Gallery/Listener.php
  49. library/Merc/Gallery/Common/Listener.php
  50. library/Merc/Gallery/Common/Base.php
  51. library/Tinhte/XenTag/Listener.php
  52. library/RouteChanger/Listen.php
  53. library/RouteChanger/Route/Static.php
  54. library/XenForo/Router.php
  55. library/XenForo/Route/ResponseSuffix.php
  56. library/XenForo/Route/Interface.php
  57. library/XenForo/Route/Prefix.php
  58. library/XenForo/Route/Prefix/Threads.php
  59. library/EWRporta/Listener/Route.php
  60. library/RouteChanger/Route/Prefix/3.php
  61. library/EWRporta/Route/Thread.php
  62. library/XenForo/RouteMatch.php
  63. library/XenForo/ControllerPublic/Thread.php
  64. library/XenForo/ControllerPublic/Abstract.php
  65. library/XenForo/Controller.php
  66. library/LatestThreadTicker/EventListener/LoadClassController.php
  67. library/EWRmedio/Listener/ControllerPublic.php
  68. library/XfAddOns/BumpThread/Listener.php
  69. library/KingK/BbCodeManager/EventListener/BbCode.php
  70. library/EWRutiles/Listener/Controller.php
  71. library/EWRporta/Block/Listener/RecentThreadx5.php
  72. library/EWRporta/Listener/Controller.php
  73. library/PageEditor/Listener.php
  74. library/LatestThreadTicker/ControllerPublic/Index.php
  75. library/EWRmedio/ControllerPublic/Thread.php
  76. library/XfAddOns/BumpThread/ControllerPublic/Thread.php
  77. library/EWRutiles/ControllerPublic/Thread.php
  78. library/EWRporta/ControllerPublic/Thread.php
  79. library/Tinhte/XenTag/XenForo/ControllerPublic/Thread.php
  80. library/XenForo/Input.php
  81. library/XenForo/Session.php
  82. library/XenForo/Visitor.php
  83. library/XenForo/Model/User.php
  84. library/Merc/AdManager/Listener/LoadClass.php
  85. library/XenPlus/Listener/LoadClass.php
  86. library/EWRutiles/Listener/Model.php
  87. library/EWRporta/Listener/Model.php
  88. library/XenForo/Permission.php
  89. library/XenForo/Phrase.php
  90. library/XenForo/Locale.php
  91. library/EWRporta/Model/Perms.php
  92. library/XenForo/ControllerHelper/ForumThreadPost.php
  93. library/XenForo/ControllerHelper/Abstract.php
  94. library/XenForo/Model/Thread.php
  95. library/XfAddOns/BumpThread/Model/Thread.php
  96. library/XenForo/Model/Forum.php
  97. library/XenForo/Helper/String.php
  98. library/XfAddOns/BumpThread/Helper/Permissions.php
  99. library/XenForo/Model/Post.php
  100. library/EWRutiles/Model/Post.php
  101. library/EWRporta/Model/Post.php
  102. library/Tinhte/XenTag/XenForo/Model/Post.php
  103. library/XenForo/Model/Attachment.php
  104. library/Merc/AdManager/Model/Attachment.php
  105. library/EWRporta/Model/Attachment.php
  106. library/XenForo/Model/Node.php
  107. library/XenForo/Route/Prefix/Categories.php
  108. library/XenForo/Route/Prefix/Forums.php
  109. library/RouteChanger/Route/Prefix/4.php
  110. library/Tinhte/XenTag/Model/Tag.php
  111. library/Tinhte/XenTag/Constants.php
  112. library/XenForo/ControllerResponse/View.php
  113. library/XenForo/ControllerResponse/Abstract.php
  114. library/LatestThreadTicker/Model/LTT.php
  115. library/XenForo/Helper/Cookie.php
  116. library/XenForo/ViewRenderer/HtmlPublic.php
  117. library/XenForo/ViewRenderer/Abstract.php
  118. library/XenForo/Template/Public.php
  119. library/XenForo/Template/Abstract.php
  120. library/XenForo/ViewPublic/Thread/View.php
  121. library/XenForo/ViewPublic/Base.php
  122. library/XenForo/View.php
  123. library/DigitalPointAdPositioning/Listener/LoadClassView.php
  124. library/EWRporta/Listener/ViewPublic.php
  125. library/DigitalPointAdPositioning/ViewPublic/Thread/View.php
  126. library/EWRporta/ViewPublic/Custom.php
  127. library/Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php
  128. library/XenForo/BbCode/Parser.php
  129. library/XenForo/BbCode/Formatter/Base.php
  130. library/EWRmedio/Listener/BbCode.php
  131. library/EWRutiles/Listener/BbCode.php
  132. library/EWRporta/Listener/BbCode.php
  133. library/EWRmedio/BbCode/Formatter.php
  134. library/KingK/BbCodeManager/BbCode/Formatter/Base.php
  135. library/EWRutiles/BbCode/Formatter.php
  136. library/EWRporta/BbCode/Formatter.php
  137. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  138. library/KingK/BbCodeManager/Model/CustomBbCode.php
  139. library/XenForo/ViewPublic/Helper/Message.php
  140. library/XenForo/BbCode/TextWrapper.php
  141. library/Tinhte/XenTag/PostMessageWrapper.php
  142. library/XfRu/UserAlbums/EventListener/Template.php
  143. library/XfAddOns/BumpThread/Template/Hook.php
  144. library/EWRporta/Route/Portal.php
  145. library/RouteChanger/Route/Prefix/0.php
  146. library/XenForo/Route/Prefix/Index.php
  147. library/XenForo/Route/Prefix/Members.php
  148. library/EWRporta/Listener/NavTabs.php
  149. library/RPMnav/Listener/Nhra.php
  150. library/RPMnav/Listener/Nascar.php
  151. library/RPMnav/Listener/Indy.php
  152. library/RPMnav/Listener/Road.php
  153. library/XfRu/UserAlbums/EventListener/Tab.php
  154. library/XfRu/UserAlbums/Permissions.php
  155. library/AddonChat/Public/Navigation.php
  156. library/AddonChat/Model/Options.php
  157. library/AddonChat/Model/WhosChatting.php
  158. library/AddonChat/Route/Prefix/Index.php
  159. library/EWRmedio/Listener/NavTabs.php
  160. library/EWRmedio/Model/Perms.php
  161. library/DroidHost/ShowHooks/listener.php
  162. library/LatestThreadTicker/EventListener/TemplateHookListener.php
  163. library/CollapsibleSidebar/Listener.php
  164. library/EWRmedio/Listener/Template.php
  165. library/EWRmedio/Model/Lists.php
  166. library/XfRu/UserAlbums/Model/Albums.php
  167. library/XfRu/UserAlbums/Model/Images.php
  168. library/DigitalPointAdPositioning/Listener/TemplateHook.php
  169. library/Merc/AdManager/Listener/TemplateHook.php
  170. library/XenPlus/Listener/TemplateHook.php
  171. library/XenPlus/Helper/Listener.php
  172. library/EWRporta/Listener/Template.php
  173. library/EWRporta/Model/Promotes.php
  174. library/Tinhte/XenTag/Helper.php
  175. library/Tinhte/XenTag/Option.php
  176. library/Merc/AdManager/Listener/TemplatePostRender.php
  177. library/XenPlus/Listener/TemplatePostRender.php
  178. library/PageEditor/Renderer.php
  179. library/EWRutiles/Listener/Template.php
  180. library/EWRutiles/Model/Perms.php
  181. library/XenForo/Route/Prefix/Posts.php
  182. library/XenForo/Debug.php
  183. library/XenForo/Helper/Criteria.php
  184. library/RouteChanger/Route/Prefix/1.php
  185. library/XenForo/ViewRenderer/Json.php
  186. library/Merc/AdManager/Model/Ad.php