Page Time: 0.0763s

Memory: 3.9955 MB (Peak: 4.2073 MB)

Queries (8, time: 0.0150s, 19.7%)

  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.001340
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: moods
    Run Time: 0.000419
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000514
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using index condition
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000291
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. 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 > 1709073837) AND (forum.find_new = 1)
    ORDER BY thread.last_post_date DESC
     LIMIT 200
    Run Time: 0.001386
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,last_post_date,node_id_sticky_state_last_postlast_post_date4 10Using index condition; Using where; Backward index scan
    SIMPLEforumeq_refPRIMARYPRIMARY4xf.thread.node_id1Using where
  6. 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 (41132, 40937, 41035, 41131, 40987, 41130, 317, 41073, 41122)
    Run Time: 0.001680
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 9Using index condition
    SIMPLEusereq_refPRIMARYPRIMARY4xf.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4xf.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xf.thread.node_id1Using where
  7. 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",41132],["thread",41035],["thread",41131],["thread",40987],["thread",41130],["thread",317],["thread",41073],["thread",41122]], 8, recent-posts, , [], date, 0, , [], 0, 1711665837, 33d9f6025f582b3ef32bd337677090fe
    Run Time: 0.006258
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 80ebdde43909fce7e618e02f6b76d738, , 1711669437
    Run Time: 0.003154

Included Files (83, 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/XenMoods/Listener/InitDependencies.php
  33. library/Brivium/BriviumHelper/EventListeners.php
  34. library/Brivium/BriviumHelper/1010071/EventListeners.php
  35. library/Tapatalk/Listener/LoadClassModel.php
  36. library/EWRutiles/Listener/Model.php
  37. library/Ragtek/FPM/StaticMethods.php
  38. library/TMS/Listener.php
  39. library/VietXfAdvStats/Listener.php
  40. library/XenMoods/Listener/LoadClassModel.php
  41. library/BookmarkPosts/Listener.php
  42. library/Brivium/StyliumFramework/EventListeners/Listener.php
  43. library/Brivium/Tellurium/EventListeners/Listener.php
  44. library/XenForo/Router.php
  45. library/XenForo/Route/Filter.php
  46. library/XenForo/Route/Interface.php
  47. library/XenForo/Route/ResponseSuffix.php
  48. library/XenForo/Route/Prefix.php
  49. library/XenForo/Route/Prefix/FindNew.php
  50. library/XenForo/RouteMatch.php
  51. library/XenForo/ControllerPublic/FindNew.php
  52. library/XenForo/ControllerPublic/Abstract.php
  53. library/XenForo/Controller.php
  54. library/EWRutiles/Listener/Controller.php
  55. library/bdReputation/Listener.php
  56. library/SigRestrict/Listener.php
  57. library/XenTrCom/WhoHasVisited/Listener/Listener.php
  58. library/XenForo/Input.php
  59. library/XenForo/Session.php
  60. library/XenForo/Helper/Ip.php
  61. library/XenForo/Visitor.php
  62. library/XenForo/Model/User.php
  63. library/VietXfAdvStats/XenForo/Model/User.php
  64. library/XenMoods/XFCP/Model/User.php
  65. library/XenForo/Permission.php
  66. library/XenForo/Helper/Php.php
  67. library/XenForo/Phrase.php
  68. library/XenForo/Locale.php
  69. library/XenForo/Model/Thread.php
  70. library/VietXfAdvStats/XenForo/Model/Thread.php
  71. library/XenForo/Model/Search.php
  72. library/Tapatalk/Model/Search.php
  73. library/XenForo/Model/Forum.php
  74. library/XenForo/ControllerResponse/Redirect.php
  75. library/XenForo/ControllerResponse/Abstract.php
  76. library/XenForo/Helper/Cookie.php
  77. library/XenForo/ViewRenderer/HtmlPublic.php
  78. library/XenForo/ViewRenderer/Abstract.php
  79. library/XenForo/Template/Public.php
  80. library/XenForo/Template/Abstract.php
  81. library/BookmarkPosts/Model/BookmarkPosts.php
  82. library/XenMoods/Listener/FrontControllerPreView.php
  83. library/XenForo/Debug.php