Page Time: 0.0380s

Memory: 2.4773 MB (Peak: 3.1702 MB)

Queries (9, time: 0.0027s, 7.1%)

  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.001392
    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.000128
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT *
    FROM xf_style
    ORDER BY title
    Run Time: 0.000224
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_styleALL    7Using filesort
  4. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 0acd4e6fd1587f9c34e8ad6e745bed58, , 1710860618
    Run Time: 0.000137
  5. 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_Misc, Style, valid, , 1710857018,
    Run Time: 0.000052
  6. 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.000358
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   117Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xf.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xf.options.node_id1Using where
  7. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'style_chooser', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 3, 1
    Run Time: 0.000151
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 3Using index condition
  8. 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.000153
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 5Using index condition
  9. 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.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (129, XenForo Classes: 50)

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