Page Time: 0.0750s

Memory: 8.4427 MB (Peak: 9.3752 MB)

Queries (16, time: 0.0054s, 7.2%)

  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.000242
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000088
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. 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: 12
    Run Time: 0.000569
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 12) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.000329
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const239Using where; Using index
  5. 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 = 12) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.reply_count DESC, thread.last_post_date DESC
     LIMIT 30
    Run Time: 0.001033
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const239Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.thread.user_id1 
  6. 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 = 12) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.reply_count DESC, thread.last_post_date DESC
    Run Time: 0.000465
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const4Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.thread.user_id1 
  7. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (12773, 29773, 29325, 29324, 29323, 29322, 29321, 29320, 29319, 29318, 29317, 29316, 27939, 27938, 27937, 27936, 27935, 27934, 27933, 27932, 27931, 27930, 27929, 27928, 27927, 27926, 27272, 27271, 27270, 27269)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000551
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 32Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  8. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (29773, 29325, 29324, 29323, 29322, 29321, 29320, 29319, 29318, 29317, 29316, 27939, 27938, 27937, 27936, 27935, 27934, 27933, 27932, 27931, 27930, 27929, 27928, 27927, 27926, 27272, 27271, 27270, 27269)
    Run Time: 0.000667
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 29Using where
  9. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (9737)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000255
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  10. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (9737, 13, 12, 11)
    Run Time: 0.000331
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 4Using where
  11. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 381138727910047f437e926dbdb0c36d, , 1711653313
    Run Time: 0.000190
  12. 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=12, 1711649713,
    Run Time: 0.000088
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'ragtek_createNewThreadNavbar', 'thread_list_item', 'hex_forum_list_thumbnail_thumbnails', 'hex_thread_list_avatar_replace_thumbnails', 'hex_thread_list_thumbnail_thumbnails', 'hex_thread_list_avatar_last_post_avatar', 'wf_widget_wrapper', 'wf_widget_threads', 'forum_view', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 6, 2
    Run Time: 0.000265
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 11Using where
  14. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('askaquestion_ask_a_question')
    Params: 2
    Run Time: 0.000063
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VNXF_Stats_Cat')
    	AND style_id = ?
    	AND language_id = ?
    Params: 6, 2
    Run Time: 0.000078
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  16.                 SELECT *
                    FROM `xf_widgetframework_cache`
                    WHERE cache_id IN ('forum_view_pc1')
    Run Time: 0.000209
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_widgetframework_cacheconstPRIMARYPRIMARY767const1 

Included Files (141, XenForo Classes: 59)

  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/TJA/CreateThreadIcon/Listener.php
  33. library/Hex/Listener/InitDependencies.php
  34. library/Hex/Listener/InitDependencies/20150212.php
  35. library/VNXF/MoreThread/Listener.php
  36. library/VNXF/Stats/Listener.php
  37. library/Hex/Listener/ControllerPreDispatch/20150911.php
  38. library/WidgetFramework/Listener.php
  39. library/WidgetFramework/Option.php
  40. library/XenForo/Router.php
  41. library/XenForo/Route/Filter.php
  42. library/XenForo/Route/Interface.php
  43. library/XenForo/Route/ResponseSuffix.php
  44. library/XenForo/Route/Prefix.php
  45. library/XenForo/Route/Prefix/Forums.php
  46. library/vtLai/UrlKhongDau/Listener.php
  47. library/vtLai/UrlKhongDau/Forums.php
  48. library/XenForo/RouteMatch.php
  49. library/XenForo/ControllerPublic/Forum.php
  50. library/XenForo/ControllerPublic/Abstract.php
  51. library/XenForo/Controller.php
  52. library/Hex/Thumbnails/Listener/LoadClass.php
  53. library/Hex/Listener/LoadClass.php
  54. library/Hex/Listener/LoadClass/20150518.php
  55. library/VNXF/Download/Listener.php
  56. library/XenPlaza/XPlimitLink/Listener/Listener.php
  57. library/XfAddOns/BumpThread/Listener.php
  58. library/Vinavb/CustomNodeIcon/Listener.php
  59. library/VNXF/ReadPdf/Listener.php
  60. library/VNXF/Stats/ControllerPublic/Forum.php
  61. library/Hex/Thumbnails/Extend/XenForo/ControllerPublic/Forum.php
  62. library/XenPlaza/XPlimitLink/ControllerPublic/Forum.php
  63. library/XenForo/Input.php
  64. library/XenForo/Session.php
  65. library/XenForo/Helper/Ip.php
  66. library/XenForo/Visitor.php
  67. library/XenForo/Model/User.php
  68. library/XenForo/Permission.php
  69. library/XenForo/Helper/Php.php
  70. library/XenForo/Phrase.php
  71. library/XenForo/Locale.php
  72. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  73. library/XenForo/ControllerResponse/Reroute.php
  74. library/XenForo/ControllerResponse/Abstract.php
  75. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  76. library/XenForo/ControllerHelper/ForumThreadPost.php
  77. library/XenForo/ControllerHelper/Abstract.php
  78. library/XenForo/Model/Forum.php
  79. library/XenForo/Model/Thread.php
  80. library/XfAddOns/BumpThread/Model/Thread.php
  81. library/vtLai/UrlKhongDau/Converter.php
  82. library/XenForo/Helper/String.php
  83. library/XfAddOns/BumpThread/Helper/Permissions.php
  84. library/XenForo/Model/Node.php
  85. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  86. library/XenForo/Route/Prefix/Categories.php
  87. library/vtLai/UrlKhongDau/Categories.php
  88. library/XenForo/ControllerResponse/View.php
  89. library/Hex/Thumbnails/Model/Thumbnails.php
  90. library/XenForo/Model/Attachment.php
  91. library/Hex/Thumbnails/Extend/XenForo/Model/Attachment.php
  92. library/XenForo/Model/Post.php
  93. library/XenForo/Helper/Cookie.php
  94. library/XenForo/ViewRenderer/HtmlPublic.php
  95. library/XenForo/ViewRenderer/Abstract.php
  96. library/XenForo/Template/Public.php
  97. library/XenForo/Template/Abstract.php
  98. library/WidgetFramework/Core.php
  99. library/XenForo/Model/Moderator.php
  100. library/WidgetFramework/Model/Widget.php
  101. library/WidgetFramework/Helper/Sort.php
  102. library/XenForo/ViewPublic/Forum/View.php
  103. library/XenForo/ViewPublic/Base.php
  104. library/XenForo/View.php
  105. library/XenForo/ViewPublic/Helper/Node.php
  106. library/Ragtek/GCT/StaticMethods.php
  107. library/Hex/Thumbnails/Listener/TemplateCreate.php
  108. library/Hex/Listener/TemplateCreate.php
  109. library/Hex/Listener/TemplateCreate/20150106.php
  110. library/XfAddOns/BumpThread/Template/Hook.php
  111. library/WidgetFramework/WidgetRenderer.php
  112. library/WidgetFramework/WidgetRenderer/Threads.php
  113. library/Hex/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  114. library/WidgetFramework/Helper/PermissionCombination.php
  115. library/WidgetFramework/Model/Cache.php
  116. library/XenForo/Route/Prefix/Members.php
  117. library/vtLai/UrlKhongDau/Members.php
  118. library/Andy/AskAQuestion/Listener.php
  119. library/WidgetFramework/Template/Extended.php
  120. library/VNNET/FakeThreadViewCount/Listeners.php
  121. library/VNXF/Stats/Route.php
  122. library/Hex/Thumbnails/Listener/TemplatePostRender.php
  123. library/Hex/Listener/TemplatePostRender.php
  124. library/Hex/Listener/TemplatePostRender/20150106.php
  125. library/Hex/Listener/Template.php
  126. library/Hex/Listener/Template/20150106.php
  127. library/Hex/Thumbnails/Listener/TemplateHook.php
  128. library/Hex/Listener/TemplateHook.php
  129. library/Hex/Listener/TemplateHook/20150106.php
  130. library/VNXF/ForumThreads/Listener.php
  131. library/XenForo/Model/Avatar.php
  132. library/XenForo/Route/Prefix/Threads.php
  133. library/vtLai/UrlKhongDau/Threads.php
  134. library/WidgetFramework/Helper/String.php
  135. library/XenForo/Helper/File.php
  136. library/WidgetFramework/DataWriter/Widget.php
  137. library/XenForo/DataWriter.php
  138. library/XenForo/Debug.php
  139. library/Ragtek/GCT/Route.php
  140. library/XenForo/ViewRenderer/Json.php
  141. library/Vinavb/CustomNodeIcon/Icon.php