Page Time: 0.0949s

Memory: 9.4383 MB (Peak: 10.3368 MB)

Queries (13, time: 0.0179s, 18.9%)

  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.004497
    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.000461
    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.000419
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    FROM xf_tag
    WHERE tag_url = ?
    Params: ivent
    Run Time: 0.000440
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tagconsttag_urltag_url302const1 
  5. SELECT *
    FROM xf_tag_result_cache
    WHERE tag_id = ?
    	AND user_id = ?
    	AND expiry_date > ?
    Params: 45, 0, 1710813934
    Run Time: 0.000409
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_result_cacheconsttag_id_user_id,expiration_datetag_id_user_id8const,const1 
  6. SELECT tag_content_id, content_type, content_id
    FROM xf_tag_content
    WHERE tag_id = ?
    	AND visible = 1
    ORDER BY content_date DESC
     LIMIT 10000
    Params: 45
    Run Time: 0.000673
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentreftag_id_content_datetag_id_content_date4const28Using where
  7. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_post AS post ON
    			(post.post_id = thread.first_post_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    WHERE thread.thread_id IN (4482, 4481, 4357, 4174, 4055, 4041, 4037, 4034, 4000, 3991, 3880, 3799, 3113, 3104, 3092, 3091, 3084, 3080, 3073, 3069, 3056, 3050, 3047, 3039, 3030, 2974, 2927)
    Run Time: 0.003074
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 27Using where
    SIMPLEusereq_refPRIMARYPRIMARY4xen.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4xen.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4xen.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xen.thread.node_id1Using where
  8. INSERT INTO xf_tag_result_cache
    	(tag_id, user_id, cache_date, expiry_date, results)
    VALUES
    	(?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	cache_date = VALUES(cache_date),
    	expiry_date = VALUES(expiry_date),
    	results = VALUES(results)
    Params: 45, 0, 1710813934, 1710817534, [["thread",4482],["thread",4481],["thread",4357],["thread",4174],["thread",4055],["thread",4041],["thread",4037],["thread",4034],["thread",4000],["thread",3991],["thread",3880],["thread",3799],["thread",3113],["thread",3104],["thread",3092],["thread",3091],["thread",3084],["thread",3080],["thread",3073],["thread",3069],["thread",3056],["thread",3050],["thread",3047],["thread",3039],["thread",3030],["thread",2974],["thread",2927]]
    Run Time: 0.005408
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 089b429c5dd8deb4c26d418afd43adf2, , 1710817534
    Run Time: 0.000271
  10. 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_Tag, Tag, valid, tag_url=ivent, 1710813934,
    Run Time: 0.000272
  11. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000380
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  12. 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.000692
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   24Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xen.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xen.options.node_id1Using where
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('trophy_1_title', 'trophy_1_description', 'trophy_40_title', 'trophy_40_description', 'trophy_5_title', 'trophy_5_description', 'trophy_2_title', 'trophy_2_description', 'trophy_12_title', 'trophy_12_description', 'trophy_27_title', 'trophy_27_description', 'trophy_28_title', 'trophy_28_description', 'trophy_29_title', 'trophy_29_description', 'trophy_30_title', 'trophy_30_description', 'trophy_31_title', 'trophy_31_description', 'trophy_32_title', 'trophy_32_description', 'trophy_39_title', 'trophy_39_description', 'trophy_41_title', 'trophy_41_description', 'trophy_3_title', 'trophy_3_description', 'trophy_6_title', 'trophy_6_description', 'trophy_11_title', 'trophy_11_description', 'trophy_33_title', 'trophy_33_description', 'trophy_34_title', 'trophy_34_description', 'trophy_7_title', 'trophy_7_description', 'trophy_10_title', 'trophy_10_description', 'trophy_13_title', 'trophy_13_description', 'trophy_35_title', 'trophy_35_description', 'trophy_36_title', 'trophy_36_description', 'trophy_4_title', 'trophy_4_description', 'trophy_8_title', 'trophy_8_description', 'trophy_17_title', 'trophy_17_description', 'trophy_22_title', 'trophy_22_description', 'trophy_26_title', 'trophy_26_description', 'trophy_37_title', 'trophy_37_description', 'trophy_44_title', 'trophy_44_description', 'trophy_9_title', 'trophy_9_description', 'trophy_20_title', 'trophy_20_description', 'trophy_18_title', 'trophy_18_description', 'trophy_38_title', 'trophy_38_description', 'trophy_21_title', 'trophy_21_description', 'trophy_23_title', 'trophy_23_description', 'trophy_25_title', 'trophy_25_description', 'trophy_24_title', 'trophy_24_description', 'trophy_42_title', 'trophy_42_description', 'trophy_43_title', 'trophy_43_description', 'BRSTS_support_tickets', 'media')
    Params: 2
    Run Time: 0.000904
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 82Using where

Included Files (175, XenForo Classes: 63)

  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/Route/Prefix/Tags.php
  58. library/XenForo/RouteMatch.php
  59. library/NodesAsTabs/Model/Options.php
  60. library/XenForo/ControllerPublic/Tag.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/ControllerResponse/Reroute.php
  91. library/XenForo/ControllerResponse/Abstract.php
  92. library/XenForo/Model/Tag.php
  93. library/XenForo/TagHandler/Thread.php
  94. library/XenForo/TagHandler/Abstract.php
  95. library/XenForo/Model/Thread.php
  96. library/WidgetFramework/XenForo/Model/Thread.php
  97. library/UnreadPostCount/Model/Thread.php
  98. library/Nobita/MetaDescription/XenForo/Model/Thread.php
  99. library/XenForo/Model/Forum.php
  100. library/XenForo/Helper/String.php
  101. library/XenForo/Model/Trophy.php
  102. library/MasterBadge/Model/Trophy.php
  103. library/MasterBadge/Core.php
  104. library/MasterBadge/Helper/Level.php
  105. library/XenForo/Helper/Discussion.php
  106. library/XenForo/ControllerResponse/View.php
  107. library/XenForo/Helper/Cookie.php
  108. library/XenForo/ViewRenderer/HtmlPublic.php
  109. library/XenForo/ViewRenderer/Abstract.php
  110. library/XenForo/Template/Public.php
  111. library/XenForo/Template/Abstract.php
  112. library/WidgetFramework/Core.php
  113. library/XenForo/Model/Moderator.php
  114. library/ExternalPages/ControllerPublic/online.php
  115. library/WidgetFramework/Model/Widget.php
  116. library/WidgetFramework/Helper/Sort.php
  117. library/WidgetFramework/WidgetRenderer.php
  118. library/XenForo/ViewPublic/Tag/View.php
  119. library/XenForo/ViewPublic/Base.php
  120. library/XenForo/View.php
  121. library/EWRporta2/Listener/ViewPublic.php
  122. library/ExtendCommon/UserModel/EX.php
  123. library/WidgetFramework/XenForo/View1.php
  124. library/KingK/BbCodeManager/EventListener/Templates/Preloader.php
  125. library/XenForo/Route/Prefix/Members.php
  126. library/MasterBadge/Route/Prefix/Members.php
  127. library/MasterBadge/Route.php
  128. library/Begin/Listeners/Navigation.php
  129. library/EWRporta2/Listener/NavTabs.php
  130. library/EWRporta2/Model/Perms.php
  131. library/Brivium/SupportTicketSystem/Model/SupportTicket.php
  132. library/Brivium/SupportTicketSystem/Model/KnowledgeBase.php
  133. library/Moder/Listeners/Navigation.php
  134. library/ExternalPages/Listeners/Navigation.php
  135. library/EWRmedio/Listener/NavTabs.php
  136. library/EWRmedio/Model/Perms.php
  137. library/EWRcarta/Listener/NavTabs.php
  138. library/EWRcarta/Model/Perms.php
  139. library/EWRcarta/Model/Lists.php
  140. library/NodesAsTabs/NavTabs.php
  141. library/XenForo/Model/Node.php
  142. library/XenForo/Template/FileHandler.php
  143. library/XenForo/Helper/File.php
  144. internal_data/templates/S.10,L.2,nat_childlinks.php
  145. library/XenForo/Route/Prefix/LinkForums.php
  146. library/WidgetFramework/Template/Extended.php
  147. internal_data/templates/S.10,L.2,tag_view.php
  148. internal_data/templates/S.10,L.2,page_nav.php
  149. internal_data/templates/S.10,L.2,search_result_thread.php
  150. library/XenForo/Model/Avatar.php
  151. library/XenForo/Route/Prefix/Threads.php
  152. library/XenForo/Route/Prefix/Forums.php
  153. library/WidgetFramework/WidgetRenderer/Empty.php
  154. library/XenForo/Helper/Criteria.php
  155. library/XenForo/Debug.php
  156. internal_data/templates/S.10,L.2,PAGE_CONTAINER.php
  157. library/KingK/BbCodeManager/EventListener/Templates/InitEditorGrid.php
  158. library/EWRporta2/Listener/Template.php
  159. library/EWRmedio/Listener/Template.php
  160. library/EWRmedio/Model/Lists.php
  161. library/EWRcarta/Listener/Template.php
  162. library/ExternalPages/ControllerPublic/balance.php
  163. library/SvgGoUpDown/Listener.php
  164. internal_data/templates/S.10,L.2,bbcm_js.php
  165. library/ExternalPages/ControllerPublic/ShortBannedList.php
  166. library/Siropu/Chat/Helper.php
  167. internal_data/templates/S.10,L.2,EWRporta2_Navtabs.php
  168. internal_data/templates/S.10,L.2,BRSTS_support_ticket_tab_links.php
  169. internal_data/templates/S.10,L.2,BRSTS_brsts_support_ticket_tab_links.php
  170. internal_data/templates/S.10,L.2,EWRmedio_Navtabs.php
  171. internal_data/templates/S.10,L.2,EWRcarta_Navtabs.php
  172. internal_data/templates/S.10,L.2,nat_linkstemplate.php
  173. internal_data/templates/S.10,L.2,go_up_down.php
  174. library/XenForo/ViewRenderer/Json.php
  175. internal_data/templates/S.10,L.2,nat_bodyjs.php