Page Time: 0.0716s

Memory: 4.9552 MB (Peak: 5.8635 MB)

Queries (20, time: 0.0065s, 9.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.000634
    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.000201
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT *
    FROM xf_brivium_addon
    ORDER BY addon_id
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_addonindex PRIMARY77 1 
  4. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: brBriviumAddOns, a:0:{}
    Run Time: 0.000127
  5. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000186
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  6. 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: 40
    Run Time: 0.000733
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  7. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 40) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.000207
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const9Using index
  8. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE (thread.node_id = 40) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 20
    Run Time: 0.000637
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const9Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
  9. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE (thread.node_id = 40) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
    Run Time: 0.000453
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 82119b29de8232f78a2c96d0b9dac559, , 1710832471
    Run Time: 0.000225
  11. 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, valid, node_id=40, 1710828871,
    Run Time: 0.000162
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRQCT_forum_list_nodes', 'BRQCT_ad_sidebar_top', 'BRQCT_button_top_ctrl', 'wf_widget_wrapper', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_threads', 'wf_widget_stats', 'forum_view', 'xenCODE_Meta_Keywords', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000557
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 14Using where
  13. 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 > 1710827971)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000585
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 9Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  14. 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 > 1710827971)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000484
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 9Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  15. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_forum_view', 'wfc_fad44cd50aebe48a543de')
    Run Time: 0.000199
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  16. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000134
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  17. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('members_online_now', 'forum_statistics')
    Params: 2
    Run Time: 0.000227
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'vnxf_ads_footer')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000251
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'BRQCT_navigation_tabs_forums')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000177
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where

Included Files (161, XenForo Classes: 57)

  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/NodesAsTabs/Listen.php
  33. library/Sedo/AgentTracer/Listener/InitDependencies.php
  34. library/Waindigo/Listener/InitDependencies.php
  35. library/Waindigo/Listener/InitDependencies/20150212.php
  36. library/VNXF/MoreThread/Listener.php
  37. library/Brivium/BriviumHelper/EventListeners.php
  38. library/Brivium/BriviumHelper/1010071/EventListeners.php
  39. library/VNXF/ImageView/Listener.php
  40. library/VNXF/FacebookGraph/Listener.php
  41. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  42. library/WidgetFramework/Listener.php
  43. library/WidgetFramework/Option.php
  44. library/EWRporta/Listener/Model.php
  45. library/Tinhte/NodeConverter/Listener.php
  46. library/Brivium/BriviumHelper/Model/ListenerClass.php
  47. library/Brivium/BriviumHelper/1010071/Model/ListenerClass.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/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  54. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  55. library/WidgetFramework/Route/Filter/PageX.php
  56. library/XenForo/Route/Prefix/Forums.php
  57. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  58. library/Waindigo/Listener/LoadClass.php
  59. library/Waindigo/Listener/LoadClass/20150106.php
  60. library/EWRporta/Listener/Route.php
  61. library/vtLai/UrlKhongDau/Listener.php
  62. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Forums.php
  63. library/vtLai/UrlKhongDau/Forums.php
  64. library/XenForo/RouteMatch.php
  65. library/XenForo/ControllerPublic/Forum.php
  66. library/XenForo/ControllerPublic/Abstract.php
  67. library/XenForo/Controller.php
  68. library/Vinavb/CustomNodeIcon/Listener.php
  69. library/Sedo/AgentTracer/Listener/ControllerPublic.php
  70. library/xenCODE/AutoPing/Listener.php
  71. library/EWRporta/Listener/Controller.php
  72. library/Andy/SimilarThreads/Listener.php
  73. library/rellect/NodesGrid/Listener/Proxy.php
  74. library/NodesAsTabs/ControllerPublic/Forum.php
  75. library/WidgetFramework/XenForo/ControllerPublic/Forum.php
  76. library/EWRporta/ControllerPublic/Forum.php
  77. library/Tinhte/NodeConverter/XenForo/ControllerPublic/Forum.php
  78. library/Andy/SimilarThreads/ControllerPublic/Forum.php
  79. library/rellect/NodesGrid/XenForo/ControllerPublic/Forum.php
  80. library/XenForo/Input.php
  81. library/XenForo/Session.php
  82. library/XenForo/Helper/Ip.php
  83. library/XenForo/Visitor.php
  84. library/XenForo/Model/User.php
  85. library/WidgetFramework/XenForo/Model/User.php
  86. library/XenForo/Permission.php
  87. library/XenForo/Helper/Php.php
  88. library/XenForo/Phrase.php
  89. library/XenForo/Locale.php
  90. library/EWRporta/Model/Perms.php
  91. library/WidgetFramework/Helper/Index.php
  92. library/XenForo/ControllerResponse/Reroute.php
  93. library/XenForo/ControllerResponse/Abstract.php
  94. library/NodesAsTabs/API.php
  95. library/NodesAsTabs/Model/Options.php
  96. library/XenForo/ControllerHelper/ForumThreadPost.php
  97. library/XenForo/ControllerHelper/Abstract.php
  98. library/XenForo/Model/Forum.php
  99. library/Tinhte/NodeConverter/XenForo/Model/Forum.php
  100. library/XenForo/Model/Thread.php
  101. library/WidgetFramework/XenForo/Model/Thread.php
  102. library/vtLai/UrlKhongDau/Converter.php
  103. library/Waindigo/ShorterRoutes/Link.php
  104. library/XenForo/Helper/String.php
  105. library/XenForo/Model/Node.php
  106. library/Tinhte/NodeConverter/XenForo/Model/Node.php
  107. library/XenForo/Route/Prefix/Categories.php
  108. library/vtLai/UrlKhongDau/Categories.php
  109. library/XenForo/ControllerResponse/View.php
  110. library/XenForo/Helper/Cookie.php
  111. library/XenForo/ViewRenderer/HtmlPublic.php
  112. library/XenForo/ViewRenderer/Abstract.php
  113. library/XenForo/Template/Public.php
  114. library/XenForo/Template/Abstract.php
  115. library/WidgetFramework/Core.php
  116. library/XenForo/Model/Moderator.php
  117. library/Brivium/QuickCreateThread/EventListeners/Listener.php
  118. library/Brivium/BriviumLibrary/EventListeners.php
  119. library/WidgetFramework/Model/Widget.php
  120. library/WidgetFramework/Helper/Sort.php
  121. library/WidgetFramework/WidgetRenderer.php
  122. library/XenForo/ViewPublic/Forum/View.php
  123. library/XenForo/ViewPublic/Base.php
  124. library/XenForo/View.php
  125. library/EWRporta/Listener/ViewPublic.php
  126. library/WidgetFramework/XenForo/View1.php
  127. library/EWRporta/ViewPublic/Custom.php
  128. library/XenForo/ViewPublic/Helper/Node.php
  129. library/xenCODE/MetaKeywords/Listener.php
  130. library/Sedo/AgentTracer/Listener/Preloader.php
  131. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  132. library/WidgetFramework/WidgetRenderer/Html.php
  133. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  134. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  135. library/WidgetFramework/WidgetRenderer/Threads.php
  136. library/WidgetFramework/Model/Cache.php
  137. library/WidgetFramework/WidgetRenderer/Stats.php
  138. library/rrssb/Listener.php
  139. library/vtLai/TopX/Listener.php
  140. library/XenForo/Route/Prefix/Members.php
  141. library/vtLai/UrlKhongDau/Members.php
  142. library/EWRporta/Listener/NavTabs.php
  143. library/NodesAsTabs/NavTabs.php
  144. library/XenForo/Route/Prefix/LinkForums.php
  145. library/WidgetFramework/Template/Extended.php
  146. library/Sedo/AgentTracer/Listener/Templates.php
  147. library/EWRporta/Listener/Template.php
  148. library/VNXF/AdsFooter/Listener.php
  149. library/XenForo/Model/Avatar.php
  150. library/XenForo/Route/Prefix/Threads.php
  151. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Threads.php
  152. library/EWRporta/Route/Thread.php
  153. library/vtLai/UrlKhongDau/Threads.php
  154. library/WidgetFramework/Helper/String.php
  155. library/XenForo/Model/Session.php
  156. library/Zend/Exception.php
  157. library/WidgetFramework/WidgetRenderer/Empty.php
  158. library/XenForo/Debug.php
  159. library/Brivium/QuickCreateThread/Route/Prefix/CreateThread.php
  160. library/XenForo/ViewRenderer/Json.php
  161. library/Vinavb/CustomNodeIcon/Icon.php