Page Time: 0.1188s

Memory: 4.2667 MB (Peak: 4.7561 MB)

Queries (9, time: 0.0304s, 25.6%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000162
    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: 50218
    Run Time: 0.000586
    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: 42
    Run Time: 0.000453
    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,
    	IF(post_edit.user_id IS NULL, 0, post_edit.user_id) AS post_edit_user_id,
    	IF(post_edit.username IS NULL, "", post_edit.username) AS post_edit_username,
    	IF(post_edit.date IS NULL, 0, post_edit.date) AS post_edit_date,
    	IF(post_edit.reason IS NULL, "", post_edit.reason) AS post_edit_reason
    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 useress_post_edit AS post_edit ON(post_edit.post_id = post.post_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: 50218
    Run Time: 0.028041
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const3Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4xenforo.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4xenforo.post.user_id1 
    SIMPLEpost_editrefpost_idpost_id4xenforo.post.post_id1 
  5. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 50218
    Run Time: 0.000277
  6. SELECT *
    FROM xf_node
    WHERE lft < ? AND rgt > ?
    ORDER BY lft ASC
    Params: 110, 113
    Run Time: 0.000278
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLlft   81Using where; Using filesort
  7. 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, 920670045, 920670045, XenForo_ControllerPublic_Thread, Index, valid, thread_id=50218, 1369260734
    Run Time: 0.000133
  8. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'useress_post_edit_info', 'thread_view', 'EWRporta_Navtabs', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 10, 2
    Run Time: 0.000361
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY160 10Using where
  9. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home')
    Params: 2
    Run Time: 0.000127
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY231const,const1 

Included Files (137, 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.php
  17. library/XenForo/Model/DataRegistry.php
  18. library/XenForo/CodeEvent.php
  19. library/Zend/Cache.php
  20. library/Zend/Cache/Backend/Memcached.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/EWRporta/Listener/Init.php
  29. library/EWRporta/Helper/Index.php
  30. library/XenForo/Router.php
  31. library/XenForo/Route/ResponseSuffix.php
  32. library/XenForo/Route/Interface.php
  33. library/XenForo/Route/Prefix.php
  34. library/XenForo/Route/Prefix/Threads.php
  35. library/EWRporta/Listener/Route.php
  36. library/EWRporta/Route/Thread.php
  37. library/XenForo/RouteMatch.php
  38. library/XenForo/ControllerPublic/Thread.php
  39. library/XenForo/ControllerPublic/Abstract.php
  40. library/XenForo/Controller.php
  41. library/TMS/Listener/Listener.php
  42. library/MultipleAccountDetection/EventListener.php
  43. library/UserEss/Listener/LoadClassController.php
  44. library/EWRutiles/Listener/Controller.php
  45. library/Borbole/RequirePrefixes/EventListener/LoadClassController.php
  46. library/EWRporta/Listener/Controller.php
  47. library/sonnbSmilesBulkImporter/Listener.php
  48. library/EWRutiles/ControllerPublic/Thread.php
  49. library/EWRporta/ControllerPublic/Thread.php
  50. library/XenForo/Input.php
  51. library/XenForo/Session.php
  52. library/Zend/Db.php
  53. library/Zend/Db/Adapter/Mysqli.php
  54. library/Zend/Db/Adapter/Abstract.php
  55. library/Zend/Db/Select.php
  56. library/Zend/Db/Expr.php
  57. library/Zend/Db/Profiler.php
  58. library/Zend/Db/Statement/Mysqli.php
  59. library/Zend/Db/Statement.php
  60. library/Zend/Db/Statement/Interface.php
  61. library/XenForo/Visitor.php
  62. library/XenForo/Model/User.php
  63. library/EWRporta/Listener/Model.php
  64. library/UserEss/Listener/LoadClassModel.php
  65. library/MoveOwnThreads/EventListener/LoadClassModel.php
  66. library/EWRutiles/Listener/Model.php
  67. library/UserEss/Model/User.php
  68. library/Zend/Db/Profiler/Query.php
  69. library/XenForo/Permission.php
  70. library/XenForo/Phrase.php
  71. library/XenForo/Locale.php
  72. library/Cezz/MobileStyleSwitch/Switch.php
  73. library/EWRporta/Model/Perms.php
  74. library/XenForo/ControllerHelper/ForumThreadPost.php
  75. library/XenForo/ControllerHelper/Abstract.php
  76. library/XenForo/Model/Thread.php
  77. library/UserEss/Model/Thread.php
  78. library/MoveOwnThreads/Model/Thread.php
  79. library/XenForo/Model/Forum.php
  80. library/UserEss/Model/Forum.php
  81. library/XenForo/Helper/String.php
  82. library/XenForo/Model/Post.php
  83. library/EWRporta/Model/Post.php
  84. library/UserEss/Model/Post.php
  85. library/EWRutiles/Model/Post.php
  86. library/XenForo/Model/Attachment.php
  87. library/EWRporta/Model/Attachment.php
  88. library/XenForo/Model/Node.php
  89. library/XenForo/Route/Prefix/Categories.php
  90. library/EWRporta/Route/Categories.php
  91. library/XenForo/Route/BuilderInterface.php
  92. library/XenForo/Route/Prefix/Forums.php
  93. library/XenForo/ControllerResponse/View.php
  94. library/XenForo/ControllerResponse/Abstract.php
  95. library/XenForo/Helper/Cookie.php
  96. library/XenForo/ViewRenderer/HtmlPublic.php
  97. library/XenForo/ViewRenderer/Abstract.php
  98. library/XenForo/Template/Public.php
  99. library/XenForo/Template/Abstract.php
  100. library/XenForo/ViewPublic/Thread/View.php
  101. library/XenForo/ViewPublic/Base.php
  102. library/XenForo/View.php
  103. library/Dark/ParseHTML/EventListener.php
  104. library/EWRporta/Listener/ViewPublic.php
  105. library/Dark/ParseHTML/ViewPublic/Thread/View.php
  106. library/EWRporta/ViewPublic/Custom.php
  107. library/Dark/ParseHTML/BbCode/Formatter/Ritsu.php
  108. library/XenForo/BbCode/Formatter/Base.php
  109. library/spoiler/class.php
  110. library/EWRporta/Listener/BbCode.php
  111. library/EWRutiles/Listener/BbCode.php
  112. library/spoiler/spoiler.php
  113. library/EWRporta/BbCode/Formatter.php
  114. library/EWRutiles/BbCode/Formatter.php
  115. library/Dark/ParseHTML/BbCode/Parser.php
  116. library/XenForo/BbCode/Parser.php
  117. library/Dark/ParseHTML/ViewPublic/Helper/Message.php
  118. library/Dark/ParseHTML/BbCode/TextWrapper.php
  119. library/XenForo/BbCode/TextWrapper.php
  120. library/LiveUpdate/Listener.php
  121. library/TheHappyPlace/Listener.php
  122. library/UserEss/Listener/Hook.php
  123. library/CemZoo/Username/Template/Hook.php
  124. library/EWRporta/Route/Index.php
  125. library/XenForo/Route/Prefix/Members.php
  126. library/EWRporta/Listener/NavTabs.php
  127. library/EWRporta/Route/Portal.php
  128. library/EWRporta/Route/Custom.php
  129. library/EWRporta/Listener/Template.php
  130. library/EWRporta/Model/Promotes.php
  131. library/Borbole/RequirePrefixes/EventListener/Listener.php
  132. library/EWRutiles/Listener/Template.php
  133. library/EWRutiles/Model/Perms.php
  134. library/XenForo/Route/Prefix/Posts.php
  135. library/XenForo/Helper/Criteria.php
  136. library/XenForo/Debug.php
  137. library/XenForo/ViewRenderer/Json.php