Page Time: 0.0914s

Memory: 12.1506 MB (Peak: 12.3627 MB)

Queries (9, time: 0.0062s, 6.8%)

  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.001102
    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.000284
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: brmsModernStatisticCache
    Run Time: 0.000259
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000278
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 3098750
    Run Time: 0.000378
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  6. SELECT thread.*
    	,
    	forum.*,
    	forum.last_post_id AS forum_last_post_id,
    	forum.last_post_date AS forum_last_post_date,
    	forum.last_post_user_id AS forum_last_post_user_id,
    	forum.last_post_username AS forum_last_post_username,
    	forum.last_thread_title AS forum_last_thread_title,
    	thread.last_post_id,
    	thread.last_post_date,
    	thread.last_post_user_id,
    	thread.last_post_username,
    	0 AS thread_is_watched,
    	0 AS forum_is_watched
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_forum AS forum ON
    		(forum.node_id = thread.node_id)
    WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1710710499) AND (forum.find_new = 1))
    ORDER BY thread.last_post_date DESC
     LIMIT 200
    Run Time: 0.001562
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,last_post_datelast_post_date4 2Using index condition; Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4diendanv_db.thread.node_id1Using where
  7. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    	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_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 (471, 645)
    Run Time: 0.001465
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 2Using where
    SIMPLEusereq_refPRIMARYPRIMARY4diendanv_db.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4diendanv_db.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,diendanv_db.thread.node_id1Using where
  8. INSERT INTO `xf_search` (`search_results`, `result_count`, `search_type`, `search_query`, `search_constraints`, `search_order`, `search_grouping`, `user_results`, `warnings`, `user_id`, `search_date`, `query_hash`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: [["thread",471],["thread",645]], 2, recent-posts, , [], date, 0, , [], 0, 1713302499, 33d9f6025f582b3ef32bd337677090fe
    Run Time: 0.000646
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 085c572690faf6064ea9c374b8a4b32e, a:6:{s:12:"sessionStart";i:1713302499;s:2:"ip";s:4:"¼=ß";s:11:"sessionCsrf";s:16:"3KQmYPiE99azcOka";s:9:"userAgent";s:9:"claudebot";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1713306099
    Run Time: 0.000264

Included Files (105, XenForo Classes: 41)

  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/Hex/Listener/InitDependencies.php
  33. library/Hex/Listener/InitDependencies/20150212.php
  34. library/Brivium/DoFollowforUsergroup/EventListeners/Listener.php
  35. library/Brivium/BriviumLibrary/EventListeners.php
  36. library/Hex/Listener/ControllerPreDispatch/20150911.php
  37. library/WidgetFramework/Listener.php
  38. library/WidgetFramework/Option.php
  39. library/HQCoder/VietRewrite/Listener.php
  40. library/Waindigo/Listener/InitDependencies.php
  41. library/Waindigo/Listener/InitDependencies/20150212.php
  42. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  43. library/Brivium/ThreadClassified/EventListeners/Listener.php
  44. library/Brivium/BriviumHelper/EventListeners.php
  45. library/Brivium/BriviumHelper/1010071/EventListeners.php
  46. library/sonnbUpThread/Listener.php
  47. library/Brivium/ModernStatistic/EventListeners/Listener.php
  48. library/Brivium/ModernStatistic/ModernStatistic.php
  49. library/XenForo/Router.php
  50. library/XenForo/Route/Filter.php
  51. library/XenForo/Route/Interface.php
  52. library/XenForo/Route/ResponseSuffix.php
  53. library/XenForo/Route/Prefix.php
  54. library/WidgetFramework/Route/Filter/PageX.php
  55. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  56. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  57. library/XenForo/Route/Prefix/FindNew.php
  58. library/XenForo/RouteMatch.php
  59. library/XenForo/ControllerPublic/FindNew.php
  60. library/XenForo/ControllerPublic/Abstract.php
  61. library/XenForo/Controller.php
  62. library/Hex/Thumbnails/Listener/LoadClass.php
  63. library/Hex/Listener/LoadClass.php
  64. library/Hex/Listener/LoadClass/20150518.php
  65. library/XenPlaza/XPlimitLink/Listener/Listener.php
  66. library/MaxDailyBaiViet/EventListener/BaiViet.php
  67. library/MaxDailyBaiViet/EventListener/ChuDe.php
  68. library/Hex/Thumbnails/Extend/XenForo/ControllerPublic/FindNew.php
  69. library/XenForo/Input.php
  70. library/XenForo/Session.php
  71. library/XenForo/Helper/Ip.php
  72. library/XenForo/Visitor.php
  73. library/XenForo/Model/User.php
  74. library/WidgetFramework/XenForo/Model/User.php
  75. library/Brivium/ModernStatistic/Model/User.php
  76. library/XenForo/Permission.php
  77. library/XenForo/Phrase.php
  78. library/XenForo/Locale.php
  79. library/XenForo/Model/Thread.php
  80. library/Waindigo/CustomFields/Listener/LoadClass.php
  81. library/Waindigo/Listener/LoadClass.php
  82. library/Waindigo/Listener/LoadClass/20150106.php
  83. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  84. library/WidgetFramework/XenForo/Model/Thread.php
  85. library/Brivium/ThreadClassified/Model/Thread.php
  86. library/sonnbUpThread/Model/Thread.php
  87. library/Brivium/ModernStatistic/Model/Thread.php
  88. library/XenForo/Model/Search.php
  89. library/Waindigo/CustomFields/Extend/XenForo/Model/Search.php
  90. library/XenForo/Model/Forum.php
  91. library/Brivium/ModernStatistic/Model/Forum.php
  92. library/XenForo/ControllerResponse/Redirect.php
  93. library/XenForo/ControllerResponse/Abstract.php
  94. library/XenForo/Helper/Cookie.php
  95. library/XenForo/ViewRenderer/HtmlPublic.php
  96. library/XenForo/ViewRenderer/Abstract.php
  97. library/XenForo/Template/Public.php
  98. library/XenForo/Template/Abstract.php
  99. library/WidgetFramework/Core.php
  100. library/XenForo/Model/Moderator.php
  101. library/Brivium/NodeListRender/EventListeners/Listener.php
  102. library/Brivium/QuickCreateThread/EventListeners/Listener.php
  103. library/WidgetFramework/Model/Widget.php
  104. library/WidgetFramework/Helper/Sort.php
  105. library/XenForo/Debug.php