Page Time: 0.1926s

Memory: 3.2001 MB (Peak: 3.7397 MB)

Queries (18, time: 0.1073s, 55.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000329
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT *
    FROM xf_node
    WHERE display_in_list = 1
    ORDER BY lft ASC
    Run Time: 0.000828
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   105Using where; Using filesort
  3. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000463
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const105Using where
  4. SELECT forum.*
    	,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE forum.node_id IN (4, 97, 6, 86, 8, 5, 7, 27, 28, 29, 30, 31, 32, 33, 40, 87, 88, 34, 35, 36, 37, 38, 39, 96, 90, 41, 42, 100, 107, 103, 10, 84, 11, 12, 13, 14, 15, 16, 94, 95, 18, 19, 102, 20, 21, 104, 106, 44, 45, 46, 47, 48, 82, 83, 50, 51, 53, 52, 105, 55, 56, 57, 58, 59, 60, 67, 68, 69, 24, 25, 91, 98, 23, 22, 61, 62, 63, 64, 66, 92, 70, 71, 72, 73, 99, 74, 65, 101, 75, 77, 78, 79, 80, 81, 93)
    Run Time: 0.000774
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   96Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4admin_guvercinDB.forum.node_id1Using index
  5. 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 > 1714368908)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000562
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 45Using where
    SIMPLEusereq_refPRIMARYPRIMARY4admin_guvercinDB.session_activity.user_id1 
  6. 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, Index, valid, node_name=, 1714369808,
    Run Time: 0.000172
  7. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'node_forum_level_n', 'node_forum_level_2', 'node_category_level_1', 'forum_list', 'VietXfAdvStats_wrapper', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_hook_message_below', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_navigation_tabs_forums', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000477
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 14Using where
  8. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE 1=1
    ORDER BY user.register_date DESC
     LIMIT 5
    Run Time: 0.000349
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserindex register_date4 5 
  9. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000491
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    105Using filesort
  10. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000420
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const105Using where
  11. SELECT thread.*
    	,
    	NULL AS thread_read_date,
    node.node_id AS forum_id, node.title AS forum_title,
    	user.*
    FROM xf_thread AS thread 
    
    INNER JOIN xf_node AS node ON
    	(node.node_id = thread.node_id)
    INNER JOIN xf_forum AS forum ON
    	(forum.node_id = thread.node_id)
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE (1=1) AND (thread.node_id IN ('3', '4', '97', '6', '86', '8', '5', '7', '26', '27', '28', '29', '30', '31', '32', '33', '40', '87', '88', '34', '35', '36', '37', '38', '39', '96', '90', '41', '42', '100', '107', '103', '9', '10', '84', '11', '12', '13', '14', '15', '16', '94', '95', '17', '18', '19', '102', '20', '21', '43', '104', '106', '44', '45', '46', '47', '48', '82', '83', '49', '50', '51', '53', '52', '54', '105', '55', '56', '57', '58', '59', '60', '67', '68', '69', '24', '25', '91', '98', '23', '22', '61', '62', '63', '64', '66', '92', '70', '71', '72', '73', '99', '74', '65', '101', '75', '76', '77', '78', '79', '80', '81', '89', '93')) AND ((thread.discussion_type != 'redirect' AND thread.discussion_state != 'deleted' ))
    ORDER BY thread.post_date DESC
     LIMIT 5
    Run Time: 0.101000
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumindexPRIMARYPRIMARY4 96Using index; Using temporary; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4admin_guvercinDB.forum.node_id1 
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4admin_guvercinDB.forum.node_id51Using index condition; Using where
    SIMPLEusereq_refPRIMARYPRIMARY4admin_guvercinDB.thread.user_id1 
  12. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 47
    Run Time: 0.000240
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  13. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 58
    Run Time: 0.000170
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  14. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 88
    Run Time: 0.000179
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  15. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 6
    Run Time: 0.000170
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  16. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 103
    Run Time: 0.000166
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  17. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('VietXfAdvStats_section_users_new', 'VietXfAdvStats_section_threads_latest')
    Params: 2
    Run Time: 0.000233
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VietxfAdvStats_users_new', 'VietXfAdvStats_users', 'VietxfAdvStats_threads_latest', 'VietXfAdvStats_threads')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000231
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 4Using where

Included Files (101, 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/Cache.php
  19. library/Zend/Cache/Backend/File.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/Tinhte/XenTag/Listener.php
  29. library/XenForo/CacheRebuilder/Abstract.php
  30. library/XenForo/Router.php
  31. library/XenForo/Route/Filter.php
  32. library/XenForo/Route/Interface.php
  33. library/XenForo/Route/ResponseSuffix.php
  34. library/XenForo/Route/Prefix.php
  35. library/XenForo/Route/Prefix/Index.php
  36. library/XenForo/RouteMatch.php
  37. library/XenForo/ControllerPublic/Index.php
  38. library/XenForo/ControllerPublic/Abstract.php
  39. library/XenForo/Controller.php
  40. library/XenForo/Input.php
  41. library/XenForo/Session.php
  42. library/Zend/Db.php
  43. library/Zend/Db/Adapter/Mysqli.php
  44. library/Zend/Db/Adapter/Abstract.php
  45. library/Zend/Db/Select.php
  46. library/Zend/Db/Expr.php
  47. library/Zend/Db/Profiler.php
  48. library/Zend/Db/Statement/Mysqli.php
  49. library/Zend/Db/Statement.php
  50. library/Zend/Db/Statement/Interface.php
  51. library/XenForo/Helper/Ip.php
  52. library/XenForo/Visitor.php
  53. library/XenForo/Model/User.php
  54. library/VietXfAdvStats/Listener.php
  55. library/VietXfAdvStats/XenForo/Model/User.php
  56. library/Zend/Db/Profiler/Query.php
  57. library/XenForo/Permission.php
  58. library/XenForo/Phrase.php
  59. library/XenForo/Locale.php
  60. library/XenForo/ControllerResponse/ReroutePath.php
  61. library/XenForo/ControllerResponse/Abstract.php
  62. library/XenForo/Route/Prefix/Forums.php
  63. library/XenForo/ControllerPublic/Forum.php
  64. library/Andy/SimilarThreads/Listener.php
  65. library/Tinhte/XenTag/XenForo/ControllerPublic/Forum.php
  66. library/Andy/SimilarThreads/ControllerPublic/Forum.php
  67. library/XenForo/Model/Node.php
  68. library/XenForo/NodeHandler/Category.php
  69. library/XenForo/NodeHandler/Abstract.php
  70. library/XenForo/NodeHandler/Forum.php
  71. library/XenForo/Model/Category.php
  72. library/XenForo/Model/Forum.php
  73. library/Tinhte/XenTag/XenForo/Model/Forum.php
  74. library/Tinhte/XenTag/Option.php
  75. library/XenForo/Helper/String.php
  76. library/XenForo/Model/Session.php
  77. library/XenForo/ControllerResponse/View.php
  78. library/XenForo/Helper/Cookie.php
  79. library/XenForo/ViewRenderer/HtmlPublic.php
  80. library/XenForo/ViewRenderer/Abstract.php
  81. library/XenForo/Template/Public.php
  82. library/XenForo/Template/Abstract.php
  83. library/XenForo/ViewPublic/Forum/List.php
  84. library/XenForo/ViewPublic/Base.php
  85. library/XenForo/View.php
  86. library/XenForo/ViewPublic/Helper/Node.php
  87. library/VietXfAdvStats/Model/GetUserGroup.php
  88. library/XenForo/Route/Prefix/Members.php
  89. library/XenForo/Route/Prefix/Categories.php
  90. library/XenForo/Route/Prefix/Posts.php
  91. library/VietXfAdvStats/Option.php
  92. library/XenForo/Debug.php
  93. library/Tinhte/XenTag/Helper.php
  94. library/Tinhte/XenTag/Constants.php
  95. library/XenForo/ViewRenderer/Json.php
  96. library/VietXfAdvStats/Renderer.php
  97. library/XenForo/Model/Thread.php
  98. library/VietXfAdvStats/XenForo/Model/Thread.php
  99. library/Tinhte/XenTag/XenForo/Model/Thread.php
  100. library/XenForo/Model/PermissionCache.php
  101. library/XenForo/Route/Prefix/Threads.php