Page Time: 0.0814s

Memory: 9.0145 MB (Peak: 10.2870 MB)

Queries (11, time: 0.0107s, 13.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.004465
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000630
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000493
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1710823343)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001337
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 55Using where
    SIMPLEusereq_refPRIMARYPRIMARY4xen.session_activity.user_id1 
  5. SELECT post.*
    	
    FROM xf_post AS post
    
    WHERE post.post_id = ?
    Params: 132894
    Run Time: 0.000650
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostconstPRIMARYPRIMARY4const1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: fb37d8562093169940cd134f8900fc10, , 1710827843
    Run Time: 0.000576
  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, , , Begin_ControllerPublic_about, Index, valid, , 1710824243,
    Run Time: 0.000316
  8. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000505
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmsystem    1 
  9. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000347
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  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.000957
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   24Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xen.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xen.options.node_id1Using where
  11. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('BRSTS_support_tickets', 'media')
    Params: 2
    Run Time: 0.000426
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where

Included Files (179, XenForo Classes: 53)

  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/EWRporta2/Listener/Init.php
  33. library/EWRmedio/Listener/Init.php
  34. library/XenForo/DataWriter/User.php
  35. library/XenForo/DataWriter.php
  36. library/EWRcarta/Listener/Init.php
  37. library/Brivium/SupportTicketSystem/EventListeners/Listener.php
  38. library/Brivium/BriviumHelper/EventListeners.php
  39. library/Brivium/BriviumHelper/1010071/EventListeners.php
  40. library/Siropu/Chat/Listener.php
  41. library/NodesAsTabs/Listen.php
  42. library/MasterBadge/Listener.php
  43. library/Waindigo/Listener/InitDependencies.php
  44. library/Waindigo/Listener/InitDependencies/20150212.php
  45. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  46. library/ExternalExtended/Listener.php
  47. library/ExtendCommon/EventListener/Model.php
  48. library/WidgetFramework/Listener.php
  49. library/WidgetFramework/Option.php
  50. library/Milano/SmileyManager/Listener.php
  51. library/XenForo/Router.php
  52. library/XenForo/Route/Filter.php
  53. library/XenForo/Route/Interface.php
  54. library/XenForo/Route/ResponseSuffix.php
  55. library/XenForo/Route/Prefix.php
  56. library/WidgetFramework/Route/Filter/PageX.php
  57. library/XenForo/RouteMatch.php
  58. library/Begin/Route/Prefix/En.php
  59. library/NodesAsTabs/Model/Options.php
  60. library/Begin/ControllerPublic/about.php
  61. library/XenForo/ControllerPublic/Abstract.php
  62. library/XenForo/Controller.php
  63. library/KingK/BbCodeManager/EventListener/BbCode.php
  64. library/EWRporta2/Widget/Listener/ArticlesMain.php
  65. library/Nobita/MetaDescription/Listener.php
  66. library/Dark/Duplicate/EventListener/LoadClassController.php
  67. library/XI/Tag/CodeEvent/Listener.php
  68. library/XenForo/Input.php
  69. library/XenForo/Session.php
  70. library/XenForo/Helper/Ip.php
  71. library/XenForo/Visitor.php
  72. library/XenForo/Model/User.php
  73. library/EWRporta2/Listener/Model.php
  74. library/EWRmedio/Listener/Model.php
  75. library/EWRcarta/Listener/Model.php
  76. library/Brivium/SupportTicketSystem/Model/User.php
  77. library/WidgetFramework/XenForo/Model/User.php
  78. library/EWRporta2/Model/User.php
  79. library/EWRmedio/Model/User.php
  80. library/EWRcarta/Model/User.php
  81. library/MasterBadge/Model/User.php
  82. library/MasterBadge/Model/Badge.php
  83. library/XenForo/Permission.php
  84. library/XenForo/Helper/Php.php
  85. library/XenForo/Phrase.php
  86. library/XenForo/Locale.php
  87. library/Groupchanger/Event.php
  88. library/Groupchanger/StopSpam.php
  89. library/UnreadPostCount/Listener.php
  90. library/XenForo/Model/Session.php
  91. library/Brivium/SupportTicketSystem/Model/Session.php
  92. library/Begin/Model/post.php
  93. library/XenForo/Model/Post.php
  94. library/Waindigo/UserCriteria/Listener/LoadClass.php
  95. library/Waindigo/Listener/LoadClass.php
  96. library/Waindigo/Listener/LoadClass/20150106.php
  97. library/Waindigo/UserCriteria/Extend/XenForo/Model/Post.php
  98. library/EWRporta2/Model/Post.php
  99. library/EWRcarta/Model/Post.php
  100. library/XenForo/ControllerResponse/View.php
  101. library/XenForo/ControllerResponse/Abstract.php
  102. library/XenForo/Helper/Cookie.php
  103. library/XenForo/ViewRenderer/HtmlPublic.php
  104. library/XenForo/ViewRenderer/Abstract.php
  105. library/XenForo/Template/Public.php
  106. library/XenForo/Template/Abstract.php
  107. library/WidgetFramework/Core.php
  108. library/XenForo/Model/Moderator.php
  109. library/ExternalPages/ControllerPublic/online.php
  110. library/WidgetFramework/Model/Widget.php
  111. library/WidgetFramework/Helper/Sort.php
  112. library/WidgetFramework/WidgetRenderer.php
  113. library/Begin/ViewPublic/post.php
  114. library/XenForo/ViewPublic/Base.php
  115. library/XenForo/View.php
  116. library/EWRporta2/Listener/ViewPublic.php
  117. library/ExtendCommon/UserModel/EX.php
  118. library/WidgetFramework/XenForo/View1.php
  119. library/XenForo/BbCode/Parser.php
  120. library/XenForo/BbCode/Formatter/Base.php
  121. library/sonnb/XenforoLightbox/Listener.php
  122. library/EWRporta2/Listener/BbCode.php
  123. library/EWRmedio/Listener/BbCode.php
  124. library/EWRcarta/Listener/BbCode.php
  125. library/sonnb/XenforoLightbox/BbCode/Formatter/Base.php
  126. library/KingK/BbCodeManager/BbCode/Formatter/Base.php
  127. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  128. library/EWRporta2/BbCode/Formatter.php
  129. library/EWRmedio/BbCode/Formatter.php
  130. library/EWRcarta/BbCode/Formatter.php
  131. library/KingK/BbCodeManager/Model/CustomBbCode.php
  132. library/XenForo/BbCode/TextWrapper.php
  133. library/KingK/BbCodeManager/EventListener/Templates/Preloader.php
  134. library/XenForo/Route/Prefix/Members.php
  135. library/MasterBadge/Route/Prefix/Members.php
  136. library/MasterBadge/Route.php
  137. library/Begin/Listeners/Navigation.php
  138. library/EWRporta2/Listener/NavTabs.php
  139. library/EWRporta2/Model/Perms.php
  140. library/Brivium/SupportTicketSystem/Model/SupportTicket.php
  141. library/Brivium/SupportTicketSystem/Model/KnowledgeBase.php
  142. library/Moder/Listeners/Navigation.php
  143. library/ExternalPages/Listeners/Navigation.php
  144. library/EWRmedio/Listener/NavTabs.php
  145. library/EWRmedio/Model/Perms.php
  146. library/EWRcarta/Listener/NavTabs.php
  147. library/EWRcarta/Model/Perms.php
  148. library/EWRcarta/Model/Lists.php
  149. library/NodesAsTabs/NavTabs.php
  150. library/XenForo/Model/Node.php
  151. library/XenForo/Template/FileHandler.php
  152. library/XenForo/Helper/File.php
  153. internal_data/templates/S.10,L.2,nat_childlinks.php
  154. library/XenForo/Route/Prefix/LinkForums.php
  155. library/WidgetFramework/Template/Extended.php
  156. internal_data/templates/S.10,L.2,Begin_game_about.php
  157. library/WidgetFramework/WidgetRenderer/Empty.php
  158. library/XenForo/Helper/Criteria.php
  159. library/XenForo/Debug.php
  160. internal_data/templates/S.10,L.2,PAGE_CONTAINER.php
  161. library/KingK/BbCodeManager/EventListener/Templates/InitEditorGrid.php
  162. library/EWRporta2/Listener/Template.php
  163. library/EWRmedio/Listener/Template.php
  164. library/EWRmedio/Model/Lists.php
  165. library/EWRcarta/Listener/Template.php
  166. library/ExternalPages/ControllerPublic/balance.php
  167. library/SvgGoUpDown/Listener.php
  168. internal_data/templates/S.10,L.2,bbcm_js.php
  169. library/ExternalPages/ControllerPublic/ShortBannedList.php
  170. library/Siropu/Chat/Helper.php
  171. internal_data/templates/S.10,L.2,EWRporta2_Navtabs.php
  172. internal_data/templates/S.10,L.2,BRSTS_support_ticket_tab_links.php
  173. internal_data/templates/S.10,L.2,BRSTS_brsts_support_ticket_tab_links.php
  174. internal_data/templates/S.10,L.2,EWRmedio_Navtabs.php
  175. internal_data/templates/S.10,L.2,EWRcarta_Navtabs.php
  176. internal_data/templates/S.10,L.2,nat_linkstemplate.php
  177. internal_data/templates/S.10,L.2,go_up_down.php
  178. library/XenForo/ViewRenderer/Json.php
  179. internal_data/templates/S.10,L.2,nat_bodyjs.php