Page Time: 0.0513s

Memory: 3.6430 MB (Peak: 4.4134 MB)

Queries (17, time: 0.0063s, 12.2%)

  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.001409
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT thread.*
    	,
    	last_post_user.gender AS last_post_gender,
    	last_post_user.avatar_date AS last_post_avatar_date,
    	last_post_user.gravatar AS last_post_gravatar,
    	IF(last_post_user.username IS NULL, thread.last_post_username, last_post_user.username) AS last_post_username,
    	node.title AS node_title, node.node_name,
    	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,
    	NULL AS thread_read_date,
    permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread FORCE INDEX (last_post_date)
    
    	LEFT JOIN xf_user AS last_post_user ON
    		(last_post_user.user_id = thread.last_post_user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    	LEFT JOIN xf_forum AS forum ON
    		(forum.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)
    WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1710678159) AND (forum.find_new = 1))
    ORDER BY thread.last_post_date DESC
     LIMIT 10
    Run Time: 0.000647
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangelast_post_datelast_post_date4 57Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4xf.thread.node_id1Using where
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4xf.thread.last_post_user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4xf.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xf.thread.node_id1Using where
  4. SELECT *
    FROM xf_node
    WHERE display_in_list = 1
    ORDER BY lft ASC
    Run Time: 0.000943
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderefdisplay_in_listdisplay_in_list1const174Using where
  5. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000908
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const211Using index condition
  6. SELECT forum.*
    	,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE forum.node_id IN (447, 381, 97, 8, 382, 475, 467, 539, 540, 541, 542, 543, 468, 504, 458, 459, 439, 460, 489, 318, 133, 417, 375, 235, 58, 59, 125, 169, 61, 454, 56, 135, 172, 173, 158, 187, 221, 174, 181, 182, 183, 134, 274, 433, 276, 13, 257, 207, 210, 246, 231, 209, 208, 244, 407, 243, 524, 245, 222, 227, 211, 14, 163, 271, 432, 442, 161, 160, 224, 159, 106, 166, 109, 65, 168, 171, 186, 164, 196, 108, 19, 234, 248, 305, 15, 303, 430, 16, 30, 517, 304, 32, 33, 124, 64)
    Run Time: 0.000387
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   150Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4xf.forum.node_id1Using index
  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 > 1713269259)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000423
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 74Using where
    SIMPLEusereq_refPRIMARYPRIMARY4xf.session_activity.user_id1 
  8. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000097
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 958a1e65d31070cf9caa69e614384a1c, , 1713273759
    Run Time: 0.000082
  10. 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_Forum, Index, valid, node_name=, 1713270159,
    Run Time: 0.000075
  11. SELECT options.*, node.*,
    	permission.cache_value AS node_permission_cache
    FROM nat_options AS options
    INNER JOIN xf_node AS node
    	ON (node.node_id = options.node_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = ?
    	AND permission.content_type = 'node'
    	AND permission.content_id = options.node_id)
    WHERE nat_display_tab = 1
    ORDER BY options.nat_display_order
    ASC
    Params: 1
    Run Time: 0.000391
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   117Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xf.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xf.options.node_id1Using where
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'node_forum_level_2', 'node_category_level_1', 'node_forum_level_n', 'node_category_level_2', 'node_link_level_n', 'wf_widget_wrapper', 'wf_widget_online_users', 'wf_widget_threads', 'wf_widget_stats', 'forum_list', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000225
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 12Using index condition
  13. SELECT user_id, username, visible  FROM `xf_user` WHERE last_activity>1713225600
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangelast_activitylast_activity4 10Using index condition
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_linkstemplate', 'rotating_ads_slider', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER', 'Members_Online_Today')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000154
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 6Using index condition
  15. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_forum_list')
    Run Time: 0.000068
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  16. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('forum_statistics')
    Params: 1
    Run Time: 0.000109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (165, XenForo Classes: 67)

  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/WidgetFramework/Listener.php
  33. library/WidgetFramework/Option.php
  34. library/Waindigo/Listener/InitDependencies.php
  35. library/Waindigo/Listener/InitDependencies/20150212.php
  36. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  37. library/NodesAsTabs/Listen.php
  38. library/TPUSigPic/Listener.php
  39. library/RSOC/Listener.php
  40. library/BannedAvatar/Listener.php
  41. library/XenForo/Router.php
  42. library/XenForo/Route/Filter.php
  43. library/XenForo/Route/Interface.php
  44. library/XenForo/Route/ResponseSuffix.php
  45. library/XenForo/Route/Prefix.php
  46. library/WidgetFramework/Route/Filter/PageX.php
  47. library/XenForo/Route/Prefix/Index.php
  48. library/WidgetFramework/XenForo/Route/Prefix/Index.php
  49. library/XenForo/RouteMatch.php
  50. library/XenForo/ControllerPublic/Index.php
  51. library/XenForo/ControllerPublic/Abstract.php
  52. library/XenForo/Controller.php
  53. library/InfisJSC/TopicStarter/Listener.php
  54. library/WidgetFramework/XenForo/ControllerPublic/Index.php
  55. library/XenForo/Input.php
  56. library/XenForo/Session.php
  57. library/XenForo/Helper/Ip.php
  58. library/XenForo/Visitor.php
  59. library/XenForo/Model/User.php
  60. library/Waindigo/PostAsUser/Listener/LoadClass.php
  61. library/Waindigo/Listener/LoadClass.php
  62. library/Waindigo/Listener/LoadClass/20150106.php
  63. library/Waindigo/UserEditFrontEnd/Listener/LoadClass.php
  64. library/LiamW/SplitReplyPermission/Listener.php
  65. library/ForumWatch/Listener.php
  66. library/Waindigo/PostAsUser/Extend/XenForo/Model/User.php
  67. library/Waindigo/UserEditFrontEnd/Extend/XenForo/Model/User.php
  68. library/WidgetFramework/XenForo/Model/User.php
  69. library/XenForo/Permission.php
  70. library/XenForo/Helper/Php.php
  71. library/XenForo/Phrase.php
  72. library/XenForo/Locale.php
  73. library/Waindigo/DailyPostLimit/Listener/ControllerPreDispatch.php
  74. library/WidgetFramework/Helper/Index.php
  75. library/XenForo/ControllerResponse/ReroutePath.php
  76. library/XenForo/ControllerResponse/Abstract.php
  77. library/XenForo/Route/Prefix/Forums.php
  78. library/XenForo/ControllerPublic/Forum.php
  79. library/Waindigo/CustomFields/Listener/LoadClass.php
  80. library/Waindigo/DailyPostLimit/Listener/LoadClass.php
  81. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Forum.php
  82. library/Waindigo/DailyPostLimit/Extend/XenForo/ControllerPublic/Forum.php
  83. library/Waindigo/PostAsUser/Extend/XenForo/ControllerPublic/Forum.php
  84. library/WidgetFramework/XenForo/ControllerPublic/Forum.php
  85. library/NodesAsTabs/ControllerPublic/Forum.php
  86. library/XenForo/Model/Thread.php
  87. library/BannedAvatar/Helper.php
  88. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  89. library/LiamW/SplitReplyPermission/Extend/Model/Thread.php
  90. library/WidgetFramework/XenForo/Model/Thread.php
  91. library/InfisJSC/TopicStarter/Model/Thread.php
  92. library/XenForo/Model/Forum.php
  93. library/XenForo/Helper/String.php
  94. library/XenForo/Helper/Discussion.php
  95. library/XenForo/Model/Node.php
  96. library/XenForo/NodeHandler/LinkForum.php
  97. library/XenForo/NodeHandler/Abstract.php
  98. library/XenForo/NodeHandler/Forum.php
  99. library/XenForo/NodeHandler/Category.php
  100. library/XenForo/NodeHandler/Page.php
  101. library/XenForo/Model/LinkForum.php
  102. library/XenForo/Model/Category.php
  103. library/XenForo/Model/Page.php
  104. library/XenForo/Model/Session.php
  105. library/XenForo/ControllerResponse/View.php
  106. library/XenForo/Helper/Cookie.php
  107. library/NodesAsTabs/API.php
  108. library/NodesAsTabs/Model/Options.php
  109. library/XenForo/ViewRenderer/HtmlPublic.php
  110. library/XenForo/ViewRenderer/Abstract.php
  111. library/XenForo/Template/Public.php
  112. library/XenForo/Template/Abstract.php
  113. library/WidgetFramework/Core.php
  114. library/XenForo/Model/Moderator.php
  115. library/RotatingAds/Listener.php
  116. library/WidgetFramework/Model/Widget.php
  117. library/WidgetFramework/Helper/Sort.php
  118. library/WidgetFramework/WidgetRenderer.php
  119. library/XenForo/ViewPublic/Forum/List.php
  120. library/XenForo/ViewPublic/Base.php
  121. library/XenForo/View.php
  122. library/WidgetFramework/XenForo/View1.php
  123. library/XenForo/ViewPublic/Helper/Node.php
  124. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  125. library/Waindigo/Listener/TemplateCreate.php
  126. library/Waindigo/Listener/TemplateCreate/20150106.php
  127. library/Waindigo/PostAsUser/Listener/TemplateCreate.php
  128. library/WidgetFramework/WidgetRenderer/Empty.php
  129. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  130. library/WidgetFramework/WidgetRenderer/Callback.php
  131. library/WidgetFramework/WidgetRenderer/Threads.php
  132. library/WidgetFramework/Model/Cache.php
  133. library/WidgetFramework/WidgetRenderer/Stats.php
  134. library/XenForo/Route/Prefix/Members.php
  135. library/NodesAsTabs/NavTabs.php
  136. library/XenForo/Route/Prefix/LinkForums.php
  137. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  138. library/Waindigo/Listener/TemplatePostRender.php
  139. library/Waindigo/Listener/TemplatePostRender/20150106.php
  140. library/Waindigo/Listener/Template.php
  141. library/Waindigo/Listener/Template/20150106.php
  142. library/Waindigo/PostAsUser/Listener/TemplatePostRender.php
  143. library/Waindigo/SmilieImporter/Listener/TemplatePostRender.php
  144. library/XenForo/Route/Prefix/Categories.php
  145. library/WidgetFramework/Template/Extended.php
  146. library/RotatingAds/Engine.php
  147. library/RotatingAds/Model.php
  148. library/Waindigo/CustomFields/Listener/TemplateHook.php
  149. library/Waindigo/Listener/TemplateHook.php
  150. library/Waindigo/Listener/TemplateHook/20150106.php
  151. library/Waindigo/PostAsUser/Listener/TemplateHook.php
  152. library/XenForo/Route/Prefix/Posts.php
  153. library/RSOC/OnlineToday.php
  154. library/WidgetFramework/Helper/String.php
  155. library/XenForo/Helper/Criteria.php
  156. library/RSOC/MemberValidate.php
  157. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/Kint.class.php
  158. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/config.default.php
  159. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/parsers/parser.class.php
  160. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/decorators/rich.php
  161. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/decorators/concise.php
  162. library/XenForo/Debug.php
  163. library/RotatingAds/DataWriter.php
  164. library/XenForo/DataWriter.php
  165. library/XenForo/ViewRenderer/Json.php