Page Time: 0.0400s

Memory: 2.6450 MB (Peak: 3.3857 MB)

Queries (14, time: 0.0043s, 10.8%)

  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.001451
    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 node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched
    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: 244
    Run Time: 0.000229
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE ((thread.node_id = 244) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')) AND (thread.user_id = -1))
    Run Time: 0.000231
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_post,user_idnode_id_last_post_date4const27Using where
  5. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id = 244) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')) AND (thread.user_id = -1))
    ORDER BY thread.last_post_date DESC
     LIMIT 20
    Run Time: 0.000336
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_post,user_idnode_id_last_post_date4const27Using where
    SIMPLEuserconstPRIMARYPRIMARY4const1Using where
  6. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id = 244) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible')) AND (thread.user_id = -1))
    ORDER BY thread.last_post_date DESC
    Run Time: 0.000191
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_post,user_idnode_id_sticky_state_last_post6const,const,const1Using where
    SIMPLEuserconstPRIMARYPRIMARY4const1Using where
  7.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(244))
                ORDER BY field.materialized_order
    Run Time: 0.000432
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const1Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY194xf.ff.field_id1 
  8.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(244))
                ORDER BY field.materialized_order
    Run Time: 0.000379
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const1Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY194xf.ff.field_id1 
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: b08a76bb85a515fd5b6946a998820150, , 1710820415
    Run Time: 0.000084
  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, Forum, valid, node_id=244, 1710816815,
    Run Time: 0.000086
  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.000341
    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', 'waindigo_thread_list_item_socialgroups', 'forum_view', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 4Using index condition
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_linkstemplate', 'rotating_ads_slider', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000155
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 5Using index condition
  14. 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 (146, XenForo Classes: 55)

  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/Forums.php
  48. library/XenForo/RouteMatch.php
  49. library/XenForo/ControllerPublic/Forum.php
  50. library/XenForo/ControllerPublic/Abstract.php
  51. library/XenForo/Controller.php
  52. library/Waindigo/CustomFields/Listener/LoadClass.php
  53. library/Waindigo/Listener/LoadClass.php
  54. library/Waindigo/Listener/LoadClass/20150106.php
  55. library/Waindigo/DailyPostLimit/Listener/LoadClass.php
  56. library/Waindigo/PostAsUser/Listener/LoadClass.php
  57. library/InfisJSC/TopicStarter/Listener.php
  58. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Forum.php
  59. library/Waindigo/DailyPostLimit/Extend/XenForo/ControllerPublic/Forum.php
  60. library/Waindigo/PostAsUser/Extend/XenForo/ControllerPublic/Forum.php
  61. library/WidgetFramework/XenForo/ControllerPublic/Forum.php
  62. library/NodesAsTabs/ControllerPublic/Forum.php
  63. library/XenForo/Input.php
  64. library/XenForo/Session.php
  65. library/XenForo/Helper/Ip.php
  66. library/XenForo/Visitor.php
  67. library/XenForo/Model/User.php
  68. library/Waindigo/UserEditFrontEnd/Listener/LoadClass.php
  69. library/LiamW/SplitReplyPermission/Listener.php
  70. library/ForumWatch/Listener.php
  71. library/Waindigo/PostAsUser/Extend/XenForo/Model/User.php
  72. library/Waindigo/UserEditFrontEnd/Extend/XenForo/Model/User.php
  73. library/WidgetFramework/XenForo/Model/User.php
  74. library/XenForo/Permission.php
  75. library/XenForo/Helper/Php.php
  76. library/XenForo/Phrase.php
  77. library/XenForo/Locale.php
  78. library/Waindigo/DailyPostLimit/Listener/ControllerPreDispatch.php
  79. library/WidgetFramework/Helper/Index.php
  80. library/XenForo/ControllerResponse/Reroute.php
  81. library/XenForo/ControllerResponse/Abstract.php
  82. library/NodesAsTabs/API.php
  83. library/NodesAsTabs/Model/Options.php
  84. library/XenForo/ControllerHelper/ForumThreadPost.php
  85. library/XenForo/ControllerHelper/Abstract.php
  86. library/XenForo/Model/Forum.php
  87. library/XenForo/Model/Thread.php
  88. library/BannedAvatar/Helper.php
  89. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  90. library/LiamW/SplitReplyPermission/Extend/Model/Thread.php
  91. library/WidgetFramework/XenForo/Model/Thread.php
  92. library/InfisJSC/TopicStarter/Model/Thread.php
  93. library/XenForo/Model/Node.php
  94. library/XenForo/Route/Prefix/Categories.php
  95. library/XenForo/ControllerResponse/View.php
  96. library/Waindigo/CustomFields/Model/ThreadField.php
  97. library/XenForo/Helper/Cookie.php
  98. library/XenForo/ViewRenderer/HtmlPublic.php
  99. library/XenForo/ViewRenderer/Abstract.php
  100. library/XenForo/Template/Public.php
  101. library/XenForo/Template/Abstract.php
  102. library/WidgetFramework/Core.php
  103. library/XenForo/Model/Moderator.php
  104. library/RotatingAds/Listener.php
  105. library/WidgetFramework/Model/Widget.php
  106. library/WidgetFramework/Helper/Sort.php
  107. library/WidgetFramework/WidgetRenderer.php
  108. library/XenForo/ViewPublic/Forum/View.php
  109. library/XenForo/ViewPublic/Base.php
  110. library/XenForo/View.php
  111. library/Waindigo/CustomFields/Extend/XenForo/ViewPublic/Forum/View.php
  112. library/WidgetFramework/XenForo/View1.php
  113. library/XenForo/ViewPublic/Helper/Node.php
  114. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  115. library/Waindigo/Listener/TemplateCreate.php
  116. library/Waindigo/Listener/TemplateCreate/20150106.php
  117. library/Waindigo/PostAsUser/Listener/TemplateCreate.php
  118. library/XenForo/Route/Prefix/Members.php
  119. library/NodesAsTabs/NavTabs.php
  120. library/XenForo/Route/Prefix/LinkForums.php
  121. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  122. library/Waindigo/Listener/TemplatePostRender.php
  123. library/Waindigo/Listener/TemplatePostRender/20150106.php
  124. library/Waindigo/Listener/Template.php
  125. library/Waindigo/Listener/Template/20150106.php
  126. library/Waindigo/PostAsUser/Listener/TemplatePostRender.php
  127. library/Waindigo/SmilieImporter/Listener/TemplatePostRender.php
  128. library/WidgetFramework/Template/Extended.php
  129. library/RotatingAds/Engine.php
  130. library/RotatingAds/Model.php
  131. library/Waindigo/CustomFields/Listener/TemplateHook.php
  132. library/Waindigo/Listener/TemplateHook.php
  133. library/Waindigo/Listener/TemplateHook/20150106.php
  134. library/Waindigo/PostAsUser/Listener/TemplateHook.php
  135. library/WidgetFramework/WidgetRenderer/Empty.php
  136. library/XenForo/Helper/Criteria.php
  137. library/RSOC/MemberValidate.php
  138. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/Kint.class.php
  139. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/config.default.php
  140. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/parsers/parser.class.php
  141. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/decorators/rich.php
  142. /var/www/vhosts/rsownersclub.co.uk/rsownersclub.co.uk/kint/decorators/concise.php
  143. library/XenForo/Debug.php
  144. library/RotatingAds/DataWriter.php
  145. library/XenForo/DataWriter.php
  146. library/XenForo/ViewRenderer/Json.php