Page Time: 0.0396s

Memory: 2.9424 MB (Peak: 3.8077 MB)

Queries (12, time: 0.0047s, 12.0%)

  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.001500
    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.*
    	, permission.cache_value AS node_permission_cache
    FROM xf_node AS node
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = node.node_id)
    	
    WHERE node.node_id = ?
    Params: 3
    Run Time: 0.000154
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT *
    FROM xf_node
    WHERE lft > ? AND rgt < ?
    	 AND display_in_list = 1
    ORDER BY lft ASC
    Params: 210, 317
    Run Time: 0.000447
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderefdisplay_in_list,lftdisplay_in_list1const84Using index condition; Using 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.000906
    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 (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)
    Run Time: 0.000665
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 50Using where; Using index
    SIMPLEforumeq_refPRIMARYPRIMARY4xf.node.node_id1 
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 8f1838792b98cf85304427efd1131753, , 1711658877
    Run Time: 0.000114
  8. 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_Category, Index, valid, node_id=3, 1711655277,
    Run Time: 0.000055
  9. 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.000343
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   117Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xf.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xf.options.node_id1Using where
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'node_forum_level_2', 'node_forum_level_n', 'node_link_level_n', 'category_view', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000169
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 6Using index condition
  11. 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.000169
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 5Using index condition
  12. 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.000110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

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