Page Time: 0.1810s

Memory: 5.1673 MB (Peak: 6.7294 MB)

Queries (9, time: 0.0088s, 4.9%)

  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.000460
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000145
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000198
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  4. SELECT thread.*
    	,
    	forum.*,
    	forum.last_post_id AS forum_last_post_id,
    	forum.last_post_date AS forum_last_post_date,
    	forum.last_post_user_id AS forum_last_post_user_id,
    	forum.last_post_username AS forum_last_post_username,
    	forum.last_thread_title AS forum_last_thread_title,
    	thread.last_post_id,
    	thread.last_post_date,
    	thread.last_post_user_id,
    	thread.last_post_username,
    	0 AS thread_is_watched,
    	0 AS forum_is_watched,
    vote.post_id AS user_best_answer_id
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_forum AS forum ON
    		(forum.node_id = thread.node_id)
    LEFT JOIN xf_best_answer_vote AS vote
    	ON (vote.thread_id = thread.thread_id AND vote.user_id = 0)
    WHERE (thread.discussion_type <> 'redirect') AND (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1711621004) AND (forum.find_new = 1)
    ORDER BY thread.last_post_date DESC
     LIMIT 1000
    Run Time: 0.002287
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,last_post_date,node_id_sticky_state_last_postlast_post_date4 169Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4allthing_xenforo.thread.node_id1Using where
    SIMPLEvoteeq_refuser_threaduser_thread8allthing_xenforo.thread.thread_id,const1 
  5. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    	permission.cache_value AS node_permission_cache,
    		pr_cache.rating_cache,
    	vote.post_id AS user_best_answer_id
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN xf_node AS node ON
    			(node.node_id = thread.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 = thread.node_id)
    		left join dark_postrating_post_cache pr_cache ON (thread.first_post_id = pr_cache.post_id)
    	LEFT JOIN xf_best_answer_vote AS vote
    		ON (vote.thread_id = thread.thread_id AND vote.user_id = 0)
    WHERE thread.thread_id IN (64786, 56857, 53133, 46434, 64777, 64781, 55861, 64754, 64229, 64778, 52404, 64782, 64785, 64784, 61806, 10828, 52917, 1058, 64783, 64763, 64765, 64309, 24615, 30750, 62179, 64780, 11598, 62835, 64766, 64769, 52574, 64768, 64776, 64774, 27219, 61253, 38639, 62628, 16399, 64242, 60851, 64779, 64749, 64775, 64651, 25127, 37303, 64533, 64771, 34066, 64773, 64735, 64772, 64729, 18617, 64737, 63674, 64767, 64770, 64728, 64744, 62726, 161, 64752, 35836, 64553, 31611, 64244, 64764, 64753, 61591, 64755, 64712, 64762, 44664, 64750, 64761, 64756, 64690, 44607, 64759, 64757, 43885, 63314, 64700, 64751, 3715, 64510, 54113, 63502, 64748, 64725, 64747, 60634, 64724, 63242, 62986, 64746, 64738, 61208, 64745, 61659, 64734, 64731, 64687, 64659, 31829, 54489, 64743, 64741, 64739, 64720, 38594, 15877, 64736, 37889, 60703, 64723, 64732, 64730, 64696, 61495, 27269, 26366, 62658, 64722, 42036, 33000, 58609, 64714, 60928, 64656, 64642, 54220, 64721, 64719, 3988, 64705, 64711, 64675, 64707, 23809, 50312, 50138, 64715, 64717, 53492, 64713, 64704, 64710, 64697, 64709, 64708)
    Run Time: 0.004209
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 153Using where
    SIMPLEusereq_refPRIMARYPRIMARY4allthing_xenforo.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4allthing_xenforo.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,allthing_xenforo.thread.node_id1Using where
    SIMPLEpr_cacheeq_refPRIMARYPRIMARY4allthing_xenforo.thread.first_post_id1 
    SIMPLEvoteeq_refuser_threaduser_thread8allthing_xenforo.thread.thread_id,const1 
  6. 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, ;"W, ;"W, XenForo_ControllerPublic_FindNew, Posts, valid, , 1714213004,
    Run Time: 0.000286
  7. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1714212104)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000864
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 10Using where
    SIMPLEusereq_refPRIMARYPRIMARY4allthing_xenforo.session_activity.user_id1 
  8. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'find_new_wrapper', 'ragtek_sidebarBlock_mostOnlineUsers', 'ragtek_uaa', 'find_new_posts_none', 'XM_HashTags_Nav', 'th_you_are_using_as_user_loginasuser', 'th_moderator_bar_loginasuser', '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', 'ThreadStarter', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 19, 1
    Run Time: 0.000225
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 23Using where
  9.                                 SELECT count(*) as occurances, hashtags.*
    FROM xm_hashtags AS hashtags
                                    GROUP BY hashtag
                                    ORDER BY occurances DESC
                                    LIMIT 5
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEhashtagsindex hashtag202 19872Using temporary; Using filesort

Included Files (131, XenForo Classes: 48)

  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/Zend/Db.php
  25. library/Zend/Db/Adapter/Mysqli.php
  26. library/Zend/Db/Adapter/Abstract.php
  27. library/Zend/Db/Select.php
  28. library/Zend/Db/Expr.php
  29. library/Zend/Db/Profiler.php
  30. library/Zend/Db/Statement/Mysqli.php
  31. library/Zend/Db/Statement.php
  32. library/Zend/Db/Statement/Interface.php
  33. library/Zend/Db/Profiler/Query.php
  34. library/XenForo/CodeEvent.php
  35. library/XenForo/Options.php
  36. library/XenForo/Link.php
  37. library/XenForo/Template/Helper/Core.php
  38. library/ThemeHouse/Listener/InitDependencies.php
  39. library/ThemeHouse/Listener/InitDependencies/20151202.php
  40. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  41. library/bdTagMe/Listener.php
  42. library/bdTagMe/Helper/Template.php
  43. library/bdTagMe/ShippableHelper/Updater.php
  44. library/bdTagMe/Option.php
  45. library/KeywordAlert/Listener.php
  46. library/KeywordAlert/Template/Helper.php
  47. library/KeywordAlert/ShippableHelper/Updater.php
  48. library/KeywordAlert/Option.php
  49. library/Waindigo/Listener/InitDependencies.php
  50. library/Waindigo/Listener/InitDependencies/20150212.php
  51. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  52. library/XenForo/Router.php
  53. library/XenForo/Route/Filter.php
  54. library/XenForo/Route/Interface.php
  55. library/XenForo/Route/ResponseSuffix.php
  56. library/XenForo/Route/Prefix.php
  57. library/XenForo/Route/Prefix/FindNew.php
  58. library/XenForo/RouteMatch.php
  59. library/XenForo/ControllerPublic/FindNew.php
  60. library/XenForo/ControllerPublic/Abstract.php
  61. library/XenForo/Controller.php
  62. library/Dark/PostRating/EventListener.php
  63. library/Ragtek/MOU/StaticMethods.php
  64. library/Borbole/UsernameChange/Listener/Listener.php
  65. library/Tapatalk/Listener/LoadClassModel.php
  66. library/BestAnswer/Listener.php
  67. library/XenForo/Input.php
  68. library/XenForo/Session.php
  69. library/XenForo/Helper/Ip.php
  70. library/XenForo/Visitor.php
  71. library/XenForo/Model/User.php
  72. library/ThemeHouse/LoginAsUser/Listener/LoadClass.php
  73. library/ThemeHouse/Listener/LoadClass.php
  74. library/ThemeHouse/Listener/LoadClass/20150518.php
  75. library/ThemeHouse/LoginAsUser/Extend/XenForo/Model/User.php
  76. library/bdTagMe/XenForo/Model/User.php
  77. library/Dark/PostRating/Model/User.php
  78. library/Borbole/UsernameChange/Model/User.php
  79. library/BestAnswer/Model/User.php
  80. library/XenForo/Permission.php
  81. library/XenForo/Helper/Php.php
  82. library/XenForo/Phrase.php
  83. library/XenForo/Locale.php
  84. library/ThemeHouse/LoginAsUser/Listener/VisitorSetup.php
  85. library/ThemeHouse/Listener/VisitorSetup.php
  86. library/ThemeHouse/Listener/VisitorSetup/20150106.php
  87. library/ThemeHouse/LoginAsUser/Extend/XenForo/Visitor.php
  88. library/XenForo/Model/Thread.php
  89. library/Dark/PostRating/Model/Thread.php
  90. library/BestAnswer/Model/Thread.php
  91. library/XenForo/Model/Search.php
  92. library/Tapatalk/Model/Search.php
  93. library/Dark/PostRating/Model.php
  94. library/BestAnswer/Model/BestAnswer.php
  95. library/XenForo/Model/Forum.php
  96. library/XenForo/ControllerResponse/View.php
  97. library/XenForo/ControllerResponse/Abstract.php
  98. library/XenForo/Helper/Cookie.php
  99. library/Tapatalk/Listener/ControllerPostDispatch.php
  100. library/XenForo/ViewRenderer/HtmlPublic.php
  101. library/XenForo/ViewRenderer/Abstract.php
  102. library/XenForo/Template/Public.php
  103. library/XenForo/Template/Abstract.php
  104. library/XenForo/ViewPublic/Base.php
  105. library/XenForo/View.php
  106. library/ThemeHouse/LoginAsUser/Listener/TemplateCreate.php
  107. library/ThemeHouse/Listener/TemplateCreate.php
  108. library/ThemeHouse/Listener/TemplateCreate/20150106.php
  109. library/ThreadStarter/Listener/Listener.php
  110. library/Ragtek/UAA/StaticMethods.php
  111. library/XenForo/Route/Prefix/Members.php
  112. library/bdTagMe/XenForo/Route/Prefix/Members.php
  113. library/XenMods/HashTags/Listener/NavTabs.php
  114. library/XenMods/HashTags/Route/Public.php
  115. library/XenForo/Route/BuilderInterface.php
  116. library/Ragtek/MOU/Model/OnlineUsers.php
  117. library/XenForo/Model/Session.php
  118. library/Tapatalk/Listener/TemplatePostRender.php
  119. library/XenForo/Debug.php
  120. library/Tapatalk/EventListener/Hook.php
  121. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  122. mobiquo/smartbanner/head.inc.php
  123. library/ThemeHouse/LoginAsUser/Listener/TemplateHook.php
  124. library/ThemeHouse/Listener/TemplateHook.php
  125. library/ThemeHouse/Listener/TemplateHook/20150106.php
  126. library/ThemeHouse/Listener/Template.php
  127. library/ThemeHouse/Listener/Template/20150106.php
  128. library/XenMods/HashTags/CallBack/Nav.php
  129. library/XenMods/HashTags/Model/HashTags.php
  130. library/XenForo/Helper/String.php
  131. library/XenForo/ViewRenderer/Json.php