Page Time: 0.4201s

Memory: 9.9683 MB (Peak: 11.1980 MB)

Queries (14, time: 0.0444s, 10.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.002638
    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.000378
    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.000309
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		0 AS following_0
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    WHERE user.user_id = ?
    Params: 11860
    Run Time: 0.005045
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
  5. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    WHERE search_index.user_id = ?
    	
    ORDER BY search_index.item_date DESC
     LIMIT 15
    Params: 11860
    Run Time: 0.017297
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexrefuser_id_item_dateuser_id_item_date4const29Using where
  6. 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 (87795, 87794, 87793, 87792, 87791, 87790, 87789)
    Run Time: 0.005710
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 7Using where
    SIMPLEusereq_refPRIMARYPRIMARY4kientrucsu_vn.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4kientrucsu_vn.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4kientrucsu_vn.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,kientrucsu_vn.thread.node_id1 
  7. SELECT
    	post.*
    	,
    		thread.*, thread.user_id AS thread_user_id, thread.username AS thread_username,
    		thread.post_date AS thread_post_date,
    		post.user_id, post.username, post.post_date,
    		node.title AS node_title, node.node_name,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    	permission.cache_value AS node_permission_cache
    FROM xf_post AS post
    		INNER JOIN xf_thread AS thread ON
    			(thread.thread_id = post.thread_id)
    		INNER JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_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 post.post_id IN (106641, 106640, 106639, 106638, 106637, 106636, 106635, 106634)
    Run Time: 0.003271
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 8Using where
    SIMPLEusereq_refPRIMARYPRIMARY4kientrucsu_vn.post.user_id1 
    SIMPLEthreadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4kientrucsu_vn.post.thread_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4kientrucsu_vn.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,kientrucsu_vn.node.node_id1 
  8. SELECT *
    FROM xf_permission_cache_content
    WHERE (content_id IN (22)) AND (content_type = 'node')
    Run Time: 0.007464
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentALL    708Using where
  9. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 2, node, 26
    Run Time: 0.000360
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  10. SELECT option_value FROM xf_option WHERE option_id = 'currentVersionId'
    Run Time: 0.000269
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_optionconstPRIMARYPRIMARY52const1 
  11. SELECT option_value FROM xf_option WHERE option_id = 'currentVersionId'
    Run Time: 0.000324
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_optionconstPRIMARYPRIMARY52const1 
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRMS_ModernStatistic', 'EWRporta2_Navtabs', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.001046
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 6Using where
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('xf_unknown_renderer')
    Params: 1
    Run Time: 0.000309
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 

Included Files (142, XenForo Classes: 60)

  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/WidgetFramework/Listener.php
  33. library/WidgetFramework/Core.php
  34. library/XenForo/Model/Moderator.php
  35. library/ChangeIsTrusted/Listener.php
  36. library/Waindigo/SmilieImporter/Listener/LoadClassModel.php
  37. library/Waindigo/Listener/LoadClass.php
  38. library/Waindigo/Listener/LoadClass/20130128.php
  39. library/Brivium/ModernStatistic/EventListeners/Listener.php
  40. library/Brivium/BriviumLibrary/EventListeners.php
  41. library/sonnbPreventDoublePost/Listener.php
  42. library/Brivium/BriviumHelper/EventListeners.php
  43. library/Brivium/BriviumHelper/1020271/EventListeners.php
  44. library/WidgetFramework/Model/Widget.php
  45. library/WidgetFramework/WidgetRenderer.php
  46. library/WidgetFramework/WidgetRenderer/Empty.php
  47. library/XenForo/Input.php
  48. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  49. library/WidgetFramework/WidgetRenderer/UsersFind.php
  50. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  51. library/WidgetFramework/WidgetRenderer/Birthday.php
  52. library/WidgetFramework/WidgetRenderer/Stats.php
  53. library/WidgetFramework/WidgetRenderer/UsersStaff.php
  54. library/WidgetFramework/WidgetRenderer/ShareThisPage.php
  55. library/WidgetFramework/WidgetRenderer/FacebookFacepile.php
  56. library/XenForo/Phrase.php
  57. library/WidgetFramework/Option.php
  58. library/LiamW/AllRich/Addon.php
  59. library/EWRporta2/Listener/Init.php
  60. library/Tinhte/AttachImageOptimization/Listener.php
  61. library/XenForo/Router.php
  62. library/XenForo/Route/Filter.php
  63. library/XenForo/Route/Interface.php
  64. library/XenForo/Route/ResponseSuffix.php
  65. library/XenForo/Route/Prefix.php
  66. library/XenForo/Route/Prefix/Members.php
  67. library/vtLai/UrlKhongDau/Listener.php
  68. library/vtLai/UrlKhongDau/Members.php
  69. library/XenForo/RouteMatch.php
  70. library/XenForo/ControllerPublic/Member.php
  71. library/XenForo/ControllerPublic/Abstract.php
  72. library/XenForo/Controller.php
  73. library/XenPlaza/XPlimitLink/Listener/Listener.php
  74. library/SigRestrict/Listener.php
  75. library/MaxDailyBaiViet/EventListener/BaiViet.php
  76. library/ChipXF/MoreThread/Listener.php
  77. library/Waindigo/SmilieImporter/Listener/LoadClassController.php
  78. library/Nobita/QuestionsPosting/Listener.php
  79. library/Brivium/CaptchaPosting/EventListeners/Listener.php
  80. library/MaxDailyBaiViet/EventListener/ChuDe.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/EWRporta2/Listener/Model.php
  86. library/WidgetFramework/XenForo/Model/User.php
  87. library/ChangeIsTrusted/Model/User.php
  88. library/EWRporta2/Model/User.php
  89. library/XenForo/Permission.php
  90. library/XenForo/Helper/Php.php
  91. library/XenForo/Locale.php
  92. library/Waindigo/SmilieImporter/Listener/ControllerPreDispatch.php
  93. library/Waindigo/Listener/ControllerPreDispatch.php
  94. library/Waindigo/Listener/ControllerPreDispatch/20130309.php
  95. library/XenForo/ControllerHelper/UserProfile.php
  96. library/XenForo/ControllerHelper/Abstract.php
  97. library/XenForo/Model/UserProfile.php
  98. library/XenForo/Search/SourceHandler/Abstract.php
  99. library/XenForo/Search/SourceHandler/MySqlFt.php
  100. library/XenForo/Model/Search.php
  101. library/XenForo/Search/DataHandler/Thread.php
  102. library/XenForo/Search/DataHandler/Abstract.php
  103. library/XenForo/Search/DataHandler/Post.php
  104. library/XenForo/Model/Thread.php
  105. library/WidgetFramework/XenForo/Model/Thread.php
  106. library/Brivium/ModernStatistic/Model/Thread.php
  107. library/sonnbPreventDoublePost/Model/Thread.php
  108. library/XenForo/Model/Forum.php
  109. library/Brivium/ModernStatistic/Model/Forum.php
  110. library/XenForo/Helper/String.php
  111. library/XenForo/Model/Post.php
  112. library/sonnbPreventDoublePost/Model/Post.php
  113. library/Brivium/DoFollowforUsergroup/Model/Post.php
  114. library/EWRporta2/Model/Post.php
  115. library/XenForo/Model/PermissionCache.php
  116. library/XenForo/ControllerResponse/View.php
  117. library/XenForo/ControllerResponse/Abstract.php
  118. library/Zend/Db/Statement/Mysqli/Exception.php
  119. library/Zend/Db/Statement/Exception.php
  120. library/Zend/Db/Exception.php
  121. library/Zend/Exception.php
  122. library/XenForo/Error.php
  123. library/XenForo/Db.php
  124. library/XenForo/Helper/File.php
  125. library/XenForo/ControllerPublic/Error.php
  126. library/XenForo/ViewRenderer/HtmlPublic.php
  127. library/XenForo/ViewRenderer/Abstract.php
  128. library/XenForo/Template/Public.php
  129. library/XenForo/Template/Abstract.php
  130. library/XenForo/ViewPublic/Error/ServerError.php
  131. library/XenForo/ViewPublic/Base.php
  132. library/XenForo/View.php
  133. library/EWRporta2/Listener/ViewPublic.php
  134. library/WidgetFramework/XenForo/View1.php
  135. library/EWRporta2/Listener/NavTabs.php
  136. library/EWRporta2/Model/Perms.php
  137. library/WidgetFramework/Template/Extended.php
  138. library/XenForo/Debug.php
  139. library/SeparateStickyAndNormal/Listener.php
  140. library/Brivium/ModernStatistic/Model/ModernStatistic.php
  141. library/EWRporta2/Listener/Template.php
  142. library/XenForo/ViewRenderer/Json.php