Page Time: 0.0394s

Memory: 6.8132 MB (Peak: 7.9981 MB)

Queries (8, time: 0.0030s, 7.6%)

  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.000679
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: moods
    Run Time: 0.000153
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000085
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. 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: 203
    Run Time: 0.000886
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  5. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: ff1d4d0ac83ea9dc41e69e91dcb0e804, , 1715144303
    Run Time: 0.000174
  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, , , XenForo_ControllerPublic_Forum, Forum, error, node_id=203, 1715140703,
    Run Time: 0.000122
  7. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'profile_view_count', 'xfc_notepad_sidebar', 'error', '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', 'siropu_chat', 'siropu_chat_disabled', 'threadrating_rate', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000703
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 21Using where
  8. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('requested_forum_not_found')
    Params: 1
    Run Time: 0.000183
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 

Included Files (147, XenForo Classes: 47)

  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/ChipXF/MobileSwitcher/Listener.php
  33. library/ChipXF/MobileSwitcher/Detecter.php
  34. library/XenForo/Visitor.php
  35. library/ThemeHouse/Listener/InitDependencies.php
  36. library/ThemeHouse/Listener/InitDependencies/20170101.php
  37. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  38. library/XenMoods/Listener/InitDependencies.php
  39. library/Tinhte/XenTag/Listener.php
  40. library/SK/MarkThreadRead/Listeners.php
  41. library/XenMoods/Listener/LoadClassModel.php
  42. library/NixFifty/TrashCan/Listener/Listen.php
  43. library/TilkiBey/ThreadCount/Listener.php
  44. library/Dark/PostRating/EventListener.php
  45. library/Siropu/Chat/Listener.php
  46. library/MobileRead/ProfileBbCode/Listener/InitDependencies.php
  47. library/Snog/CountryFlags/Listener/Dependencies.php
  48. library/XenForo/Router.php
  49. library/XenForo/Route/Filter.php
  50. library/XenForo/Route/Interface.php
  51. library/XenForo/Route/ResponseSuffix.php
  52. library/XenForo/Route/Prefix.php
  53. library/XenForo/Route/Prefix/Forums.php
  54. library/XenForo/RouteMatch.php
  55. library/XenForo/ControllerPublic/Forum.php
  56. library/XenForo/ControllerPublic/Abstract.php
  57. library/XenForo/Controller.php
  58. library/ThemeHouse/Thumbnails/Listener/LoadClass.php
  59. library/ThemeHouse/Listener/LoadClass.php
  60. library/ThemeHouse/Listener/LoadClass/20150518.php
  61. library/ThreadRating/Listener/Class.php
  62. library/Vinavb/CustomNodeIcon/Listener.php
  63. library/Awedo/PostAreas/Listener/LoadClassController.php
  64. library/ProfileViewCount/Listener.php
  65. library/ConversationPost/Listener.php
  66. library/XFCrowd/NotePad/Listener.php
  67. library/Snog/CountryFlags/Listener/Forum.php
  68. library/Andy/Statistics/Listener.php
  69. library/Andy/SimilarThreads/Listener.php
  70. library/rellect/LikesSummary/Listener/Proxy.php
  71. library/Andy/NewThreadLimit/Listener.php
  72. library/Andy/RandomThread/Listener.php
  73. library/SV/UserActivity/Listener.php
  74. library/ThemeHouse/Thumbnails/Extend/XenForo/ControllerPublic/Forum.php
  75. library/ThreadRating/ControllerPublic/Forum.php
  76. library/TilkiBey/ThreadCount/Extends/ControllerPublic/Forum.php
  77. library/Snog/CountryFlags/ControllerPublic/Forum.php
  78. library/Andy/Statistics/ControllerPublic/Forum.php
  79. library/Andy/SimilarThreads/ControllerPublic/Forum.php
  80. library/rellect/LikesSummary/XenForo/ControllerPublic/Forum.php
  81. library/Andy/NewThreadLimit/ControllerPublic/Forum.php
  82. library/Andy/RandomThread/ControllerPublic/Forum.php
  83. library/SV/UserActivity/XenForo/ControllerPublic/Forum.php
  84. library/SV/UserActivity/UserActivityInjector.php
  85. library/SV/UserActivity/UserCountActivityInjector.php
  86. library/XenForo/Input.php
  87. library/XenForo/Session.php
  88. library/XenForo/Helper/Ip.php
  89. library/XenForo/Model/User.php
  90. library/SV/ReportImprovements/Listener.php
  91. library/XenMoods/XFCP/Model/User.php
  92. library/TilkiBey/ThreadCount/Extends/Model/User.php
  93. library/Dark/PostRating/Model/User.php
  94. library/SV/UserActivity/XenForo/Model/User.php
  95. library/SV/ReportImprovements/XenForo/Model/User.php
  96. library/XenForo/Permission.php
  97. library/XenForo/Helper/Php.php
  98. library/XenForo/Phrase.php
  99. library/XenForo/Locale.php
  100. library/Snog/CountryFlags/Listener/Visitor.php
  101. library/Snog/CountryFlags/Listener/Includes/Reader.php
  102. library/Snog/CountryFlags/Listener/Includes/Reader/Decoder.php
  103. library/Snog/CountryFlags/Listener/Includes/Reader/InvalidDatabaseException.php
  104. library/Snog/CountryFlags/Listener/Includes/Reader/Metadata.php
  105. library/Snog/CountryFlags/Listener/Includes/Reader/Util.php
  106. library/SV/UserActivity/Model.php
  107. library/XenForo/Model/Report.php
  108. library/SV/ReportImprovements/XenForo/Model/Report.php
  109. library/XenForo/ControllerResponse/Reroute.php
  110. library/XenForo/ControllerResponse/Abstract.php
  111. library/XenForo/ControllerHelper/ForumThreadPost.php
  112. library/XenForo/ControllerHelper/Abstract.php
  113. library/XenForo/Model/Forum.php
  114. library/Tinhte/XenTag/XenForo/Model/Forum.php
  115. library/SV/ReportImprovements/XenForo/Model/Forum.php
  116. library/XenForo/ControllerResponse/Error.php
  117. library/XenForo/ControllerResponse/Exception.php
  118. library/XenForo/Helper/Cookie.php
  119. library/XenForo/ViewRenderer/HtmlPublic.php
  120. library/XenForo/ViewRenderer/Abstract.php
  121. library/XenForo/Template/Public.php
  122. library/XenForo/Template/Abstract.php
  123. library/XenMoods/Listener/FrontControllerPreView.php
  124. library/ThemeHouse/Thumbnails/Listener/TemplateCreate.php
  125. library/ThemeHouse/Listener/TemplateCreate.php
  126. library/ThemeHouse/Listener/TemplateCreate/20150106.php
  127. library/AddonsLab/OriginalPosterHighlight/Listener/TemplateCreate.php
  128. library/AddonsLab/OriginalPosterHighlight/Abstract/Listener/TemplateCreate.php
  129. library/XenForo/Route/Prefix/Members.php
  130. library/Siropu/Chat/Helper.php
  131. library/ThreadRating/Listener/Template.php
  132. library/Sedo/ToggleME/Listener.php
  133. library/ThemeHouse/Thumbnails/Listener/TemplatePostRender.php
  134. library/ThemeHouse/Listener/TemplatePostRender.php
  135. library/ThemeHouse/Listener/TemplatePostRender/20150106.php
  136. library/ThemeHouse/Listener/Template.php
  137. library/ThemeHouse/Listener/Template/20150106.php
  138. library/XenForo/Helper/Criteria.php
  139. library/XenForo/Debug.php
  140. library/ThemeHouse/Thumbnails/Listener/TemplateHook.php
  141. library/ThemeHouse/Listener/TemplateHook.php
  142. library/ThemeHouse/Listener/TemplateHook/20150106.php
  143. library/XenMoods/Listener/TemplateHook.php
  144. library/Siropu/Chat/HelperDevice.php
  145. library/Siropu/Chat/ThirdParty/Mobile_Detect.php
  146. library/XenForo/ViewRenderer/Json.php
  147. library/Vinavb/CustomNodeIcon/Icon.php