Page Time: 0.0430s

Memory: 10.6806 MB (Peak: 12.5147 MB)

Queries (14, time: 0.0025s, 5.8%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routesPublic', 'routeFiltersIn', 'routeFiltersOut', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000729
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT *
    FROM xf_addon
    WHERE addon_id = ?
    Params: FoolBotHoneyPot
    Run Time: 0.000117
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  4. SELECT *
    FROM xf_addon
    WHERE addon_id = ?
    Params: FoolBotHoneyPot
    Run Time: 0.000070
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  5. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000100
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 61ec877c32b9da13599114fbce6edc01, , 1716081035
    Run Time: 0.000175
  7. 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_Register, Steam, error, , 1716077435,
    Run Time: 0.000071
  8. SELECT *
    FROM xf_addon
    WHERE addon_id = ?
    Params: xfBirthdayGreetings
    Run Time: 0.000110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_addonconstPRIMARYPRIMARY27const1 
  9. SELECT COUNT(*) AS total
    	FROM EWRrio_streams
    	LEFT JOIN EWRrio_games ON (EWRrio_games.game_id = EWRrio_streams.game_id)
    Run Time: 0.000095
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRrio_streamsALL    1 
    SIMPLEEWRrio_gameseq_refPRIMARYPRIMARY4gamingau_main.EWRrio_streams.game_id1Using index
  10. 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.000291
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   29Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4gamingau_main.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,gamingau_main.options.node_id1Using where
  11. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bdmedal_message_medals', 'el_portal_navbar', 'error', 'EWRrio_Navtabs', 'steam_helper_criteria_privs', 'steam_navtabs', 'steam_public_index', 'dark_taigachat', 'dark_taigachat_list', 'wf_hook_moderator_bar', 'wf_revealer', 'waindigo_navigation_visitor_tab_subaccounts', 'skinod_linkPreview', 'bdmedal_navigation_tabs_help', 'waindigo_navigation_visitor_tab_joinusergroup', 'teamspeak_account_wrapper_sidebar_settings', 'teamspeak_navigation_visitor_tab_link', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_hook_message_below', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_navigation_tabs_forums', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'modess_moderator_bar_mod_log_counts', 'banlist_position', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000333
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 28Using where
  12. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('streams')
    Params: 1
    Run Time: 0.000065
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('advanced_rules')
    Params: 1
    Run Time: 0.000109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000079
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (240, XenForo Classes: 45)

  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/Robbo/DonationManagerSidebar/Listener.php
  33. library/Waindigo/Listener/InitDependencies.php
  34. library/Waindigo/Listener/InitDependencies/20140722.php
  35. library/Waindigo/Listener/ControllerPreDispatch/20140711.php
  36. library/Steam/Listener.php
  37. library/NodesAsTabs/Listen.php
  38. library/WidgetFramework/Listener.php
  39. library/WidgetFramework/Option.php
  40. library/Waindigo/AvatarFlags/Listener/InitDependencies.php
  41. library/Tac/CustomImgCaptcha/Listener.php
  42. library/Waindigo/UserUpgrades/Listener/InitDependencies.php
  43. library/bdMedal/Listener.php
  44. library/Waindigo/Library/Listener/InitDependencies.php
  45. library/XenForo/CacheRebuilder/Abstract.php
  46. library/Tinhte/XenTag/Listener.php
  47. library/Waindigo/UnlinkBanned/Listener/InitDependencies.php
  48. library/Merc/DonationManager/Listener.php
  49. library/Merc/DonationManager/Common/Listener.php
  50. library/Merc/DonationManager/Common/Base.php
  51. library/ModEss/Listener/Cog.php
  52. library/ForumWarningMessage/Listeners/Extend.php
  53. library/XenViet/Alert/Listener.php
  54. library/GlobalTopics/Listener.php
  55. library/Brivium/LikedCounter/EventListeners/Listener.php
  56. library/Brivium/BriviumLibrary/EventListeners.php
  57. library/XenFacil/Widgets/Listener/WFRenderer.php
  58. library/FreddysHouse/Logger/Event/CodeEventListeners.php
  59. library/UserSelfDelete/Listener.php
  60. library/Asp/OnlineStatus/Plugin/Plugin.php
  61. library/ExtendedPoll/Listener.php
  62. library/TMS/Listener.php
  63. library/RegFormTimer/Listener.php
  64. library/ForumWatch/Listener.php
  65. library/UserEss/Listener/Proxy.php
  66. library/Karll/Unwatch/Listener/LoadClassModel.php
  67. library/DragDropNodes/Listener.php
  68. library/Teamspeak/Listener.php
  69. library/VietXfAdvStats/Listener.php
  70. library/Brivium/MembersPagination/EventListeners/Listener.php
  71. library/Nobita/Banlist/Listener.php
  72. library/XenViet/Cache/Listener.php
  73. library/Sedo/TinyQuattro/Listener/AllInOne.php
  74. library/BannedAvatar/Listener.php
  75. library/XenForo/Router.php
  76. library/XenForo/Route/Filter.php
  77. library/XenForo/Route/Interface.php
  78. library/XenForo/Route/ResponseSuffix.php
  79. library/XenForo/Route/Prefix.php
  80. library/WidgetFramework/Route/Filter/PageX.php
  81. library/XenForo/Route/Prefix/Register.php
  82. library/XenForo/RouteMatch.php
  83. library/XenForo/ControllerPublic/Register.php
  84. library/XenForo/ControllerPublic/Abstract.php
  85. library/XenForo/Controller.php
  86. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  87. library/Waindigo/Listener/LoadClass.php
  88. library/Waindigo/Listener/LoadClass/20140725.php
  89. library/Brivium/AdvancedRules/Listener.php
  90. library/Tac/AnyApi/Listener.php
  91. library/XenForo/Model/AddOn.php
  92. library/Waindigo/InstallUpgrade/Listener/LoadClass.php
  93. library/Waindigo/CustomFields/Listener/LoadClass.php
  94. library/Waindigo/CustomPostFields/Listener/LoadClass.php
  95. library/Waindigo/InstallUpgrade/Extend/XenForo/Model/AddOn.php
  96. library/Waindigo/CustomFields/Extend/XenForo/Model/AddOn.php
  97. library/Waindigo/CustomPostFields/Extend/XenForo/Model/AddOn.php
  98. library/XenViet/Cache/Model/AddOn.php
  99. library/Tac/AuthCaptcha/Listener.php
  100. library/Icewind/CloneNode/Listener/LoadClassController.php
  101. library/ResetPasswordFromACP/Listener.php
  102. library/Karll/Unwatch/Listener/LoadClassController.php
  103. library/Tac/StopCountrySpam/Listener.php
  104. library/Ragtek/MLNP/StaticMethods.php
  105. library/Nobita/PasswordRules/Listener.php
  106. library/Brivium/ViewMembersList/EventListeners/Listener.php
  107. library/XenFacil/AreYouAHuman/Register.php
  108. library/EWRutiles/Staff/Listener/Controller.php
  109. library/Waindigo/JoinUserGroup/Extend/XenForo/ControllerPublic/Register.php
  110. library/Steam/ControllerPublic/Register.php
  111. library/Tac/AnyApi/ControllerPublic/Register.php
  112. library/Tac/CustomImgCaptcha/ControllerPublic/Register.php
  113. library/Tac/AuthCaptcha/ControllerPublic/Register.php
  114. library/RegFormTimer/ControllerPublic/Register.php
  115. library/UserEss/ControllerPublic/Register.php
  116. library/Nobita/PasswordRules/XenForo/ControllerPublic/Register.php
  117. library/XenForo/Input.php
  118. library/XenForo/Session.php
  119. library/XenForo/Helper/Ip.php
  120. library/XenForo/Visitor.php
  121. library/XenForo/Model/User.php
  122. library/Waindigo/UserEditFrontEnd/Listener/LoadClass.php
  123. library/Waindigo/UserUpgrades/Listener/LoadClass.php
  124. library/Waindigo/UndeleteUsers/Listener/LoadClass.php
  125. library/Waindigo/Friends/Listener/LoadClass.php
  126. library/Waindigo/UnreadCategories/Listener/LoadClass.php
  127. library/Waindigo/EmailIdleUsers/Listener/LoadClass.php
  128. library/Waindigo/Rewards/Listener/LoadClass.php
  129. library/Waindigo/SubAccounts/Listener/LoadClass.php
  130. library/TPUViewOwnWarnings/Listener.php
  131. library/Waindigo/UserEditFrontEnd/Extend/XenForo/Model/User.php
  132. library/Waindigo/UserUpgrades/Extend/XenForo/Model/User.php
  133. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  134. library/Waindigo/UndeleteUsers/Extend/XenForo/Model/User.php
  135. library/Waindigo/Friends/Extend/XenForo/Model/User.php
  136. library/Waindigo/UnreadCategories/Extend/XenForo/Model/User.php
  137. library/Waindigo/EmailIdleUsers/Extend/XenForo/Model/User.php
  138. library/Waindigo/Rewards/Extend/XenForo/Model/User.php
  139. library/Waindigo/SubAccounts/Extend/XenForo/Model/User.php
  140. library/WidgetFramework/XenForo/Model/User.php
  141. library/VietXfAdvStats/XenForo/Model/User.php
  142. library/Brivium/MembersPagination/Model/User.php
  143. library/TPUViewOwnWarnings/ModelUser.php
  144. library/XenForo/Permission.php
  145. library/XenForo/Phrase.php
  146. library/XenForo/Locale.php
  147. library/Waindigo/UserModFrontEnd/Listener/VisitorSetup.php
  148. library/Waindigo/AgreeTermsOfServ/Listener/ControllerPreDispatch.php
  149. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  150. library/Nobita/PasswordRules/Password.php
  151. library/XenForo/ControllerResponse/Error.php
  152. library/XenForo/ControllerResponse/Abstract.php
  153. library/XenForo/Helper/Cookie.php
  154. library/XenForo/ViewRenderer/HtmlPublic.php
  155. library/XenForo/ViewRenderer/Abstract.php
  156. library/XenForo/Template/Public.php
  157. library/XenForo/Template/Abstract.php
  158. library/WidgetFramework/Core.php
  159. library/XenForo/Model/Moderator.php
  160. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  161. library/ModEss/Model/Moderator.php
  162. library/HeroDev/MinecraftStatus/Listener/WidgetFrameworkReady.php
  163. library/WhoHasVisited/Listener.php
  164. library/XenFacil/BirthdayGreetings/Listener/Listener.php
  165. library/GameServers/Listener.php
  166. library/Dark/TaigaChat/EventListener/Listener.php
  167. library/WidgetFramework/Model/Widget.php
  168. library/XenFacil/Widgets/Model/Widget.php
  169. library/WidgetFramework/Helper/Sort.php
  170. library/Waindigo/TrophyProgress/Listener/FrontControllerPreView.php
  171. library/Waindigo/Listener/FrontControllerPreView.php
  172. library/Waindigo/Listener/FrontControllerPreView/20131024.php
  173. library/Waindigo/Rewards/Listener/TemplateCreate.php
  174. library/Waindigo/Listener/TemplateCreate.php
  175. library/Waindigo/Listener/TemplateCreate/20130522.php
  176. library/WidgetFramework/WidgetRenderer.php
  177. library/Waindigo/SubAccounts/Listener/TemplateCreate.php
  178. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  179. library/UserEss/Listener/Hook.php
  180. library/Skinod/sodXfLinkPreview/init.php
  181. library/Waindigo/UserUpgrades/Listener/TemplateCreate.php
  182. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  183. library/Waindigo/JoinUserGroup/Listener/TemplateCreate.php
  184. library/VietXfAdvStats/Model/GetUserGroup.php
  185. library/SimplePortal/Static.php
  186. library/Brivium/ZeroPosters/Listener.php
  187. library/Waindigo/UnreadCategories/Listener/TemplateCreate.php
  188. library/XenForo/Route/Prefix/Members.php
  189. library/DigitalPointUserMap/Listener/LoadClass/Route/Prefix/Members.php
  190. library/DigitalPointUserMap/Route/Prefix/Members.php
  191. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  192. library/bdMedal/Option.php
  193. library/SimplePortal/RoutePublic/Lpmanage.php
  194. library/EWRrio/Listener/NavTabs.php
  195. library/EWRrio/Model/Perms.php
  196. library/EWRrio/Model/Streams.php
  197. library/NodesAsTabs/NavTabs.php
  198. library/NodesAsTabs/Model/Options.php
  199. library/XenForo/Model/Node.php
  200. library/BannedAvatar/Helper.php
  201. library/DragDropNodes/Model/Node.php
  202. library/ModEss/Model/Node.php
  203. library/XenForo/Route/Prefix/LinkForums.php
  204. library/Waindigo/UserUpgrades/Listener/ContainerPublicParams.php
  205. library/WidgetFramework/Template/Extended.php
  206. library/Sedo/TinyQuattro/Listener/Templates/Preloader.php
  207. library/Sedo/TinyQuattro/Helper/Quattro.php
  208. library/Waindigo/Rewards/Listener/TemplatePostRender.php
  209. library/Waindigo/Listener/TemplatePostRender.php
  210. library/Waindigo/Listener/TemplatePostRender/20140711.php
  211. library/Waindigo/Listener/Template.php
  212. library/Waindigo/Listener/Template/20140722.php
  213. library/Waindigo/AvatarFlags/Listener/TemplatePostRender.php
  214. library/Waindigo/SubAccounts/Listener/TemplatePostRender.php
  215. library/Sedo/QuoteME/Listener/Templates.php
  216. library/Waindigo/UserUpgrades/Listener/TemplatePostRender.php
  217. library/Waindigo/SmilieImporter/Listener/TemplatePostRender.php
  218. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  219. library/Waindigo/Library/Listener/TemplatePostRender.php
  220. library/Waindigo/CustomPostFields/Listener/TemplatePostRender.php
  221. library/Waindigo/Friends/Listener/TemplatePostRender.php
  222. library/Sedo/ToggleME/Listener.php
  223. library/XenFacil/AreYouAHuman/Override.php
  224. library/XenForo/Helper/Criteria.php
  225. library/XenForo/Debug.php
  226. library/Waindigo/SubAccounts/Listener/TemplateHook.php
  227. library/Waindigo/Listener/TemplateHook.php
  228. library/Waindigo/Listener/TemplateHook/20140711.php
  229. library/Waindigo/CustomFields/Listener/TemplateHook.php
  230. library/Waindigo/Library/Listener/TemplateHook.php
  231. library/Waindigo/CustomPostFields/Listener/TemplateHook.php
  232. library/Waindigo/Friends/Listener/TemplateHook.php
  233. library/EWRutiles/Staff/Listener/Template.php
  234. library/Nobita/xFAlertPlus/Listener.php
  235. library/Waindigo/Rewards/Listener/TemplateHook.php
  236. library/Waindigo/MemberLocalTime/Listener/TemplateHook.php
  237. library/VietXfAdvStats/Option.php
  238. library/Tinhte/XenTag/Helper.php
  239. library/Tinhte/XenTag/Constants.php
  240. library/XenForo/ViewRenderer/Json.php