Page Time: 0.0908s

Memory: 7.9151 MB (Peak: 8.3175 MB)

Queries (8, time: 0.0091s, 10.0%)

  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.000621
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALLPRIMARY   33Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000278
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 55392774
    Run Time: 0.000586
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  4. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    
    WHERE MATCH(search_index.title, search_index.message, search_index.metadata) AGAINST (? IN BOOLEAN MODE)
    	
    
    ORDER BY search_index.item_date desc
    LIMIT 200
    Params: +Rodchenkov
    Run Time: 0.000983
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_message_metadatatitle_message_metadata0 1Using where; Using filesort
  5. 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 (278326, 268435, 266730, 266729, 266375, 265687, 265673, 265668, 265667, 265656, 265610, 265605, 265601, 265599, 265553, 265388, 265386, 261192, 259071, 259061, 258820, 258816, 258793, 258791, 258771, 258577, 258542, 258512, 257675)
    Run Time: 0.005042
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 29Using where
    SIMPLEusereq_refPRIMARYPRIMARY4admin_xfschaats.post.user_id1 
    SIMPLEthreadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4admin_xfschaats.post.thread_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4admin_xfschaats.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,admin_xfschaats.thread.node_id1Using where
  6. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE (user.username LIKE 'Rodchenkov%') AND (user.user_state = 'valid') AND (user.is_banned = 0)
    ORDER BY user.username
     LIMIT 10
    Run Time: 0.000737
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangeusername,user_stateusername152 1Using index condition; Using 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: [["post",278326],["post",268435],["post",266730],["post",266729],["post",266375],["post",265687],["post",265673],["post",265668],["post",265667],["post",265656],["post",265610],["post",265605],["post",265601],["post",265599],["post",265553],["post",265388],["post",265386],["post",261192],["post",259071],["post",259061],["post",258820],["post",258816],["post",258793],["post",258791],["post",258771],["post",258577],["post",258542],["post",258512],["post",257675]], 29, , Rodchenkov, [], date, 0, , [], 0, 1715340641, 485c3f6d9155530aa3e56e7daa4f5737
    Run Time: 0.000639
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 6b240ba890529ad8253b630a6a39f78c, , 1715344241
    Run Time: 0.000186

Included Files (85, XenForo Classes: 50)

  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/bdMedal/Listener.php
  33. library/Waindigo/Listener/InitDependencies.php
  34. library/Waindigo/Listener/InitDependencies/20131003.php
  35. library/Waindigo/Listener/ControllerPreDispatch/20131003.php
  36. library/WidgetFramework/Listener.php
  37. library/WidgetFramework/Option.php
  38. library/XenForo/Router.php
  39. library/XenForo/Route/Filter.php
  40. library/XenForo/Route/Interface.php
  41. library/XenForo/Route/ResponseSuffix.php
  42. library/XenForo/Route/Prefix.php
  43. library/XenForo/Route/Prefix/Search.php
  44. library/XenForo/RouteMatch.php
  45. library/XenForo/ControllerPublic/Search.php
  46. library/XenForo/ControllerPublic/Abstract.php
  47. library/XenForo/Controller.php
  48. library/GritterNotifications/Listener.php
  49. library/XenForo/Input.php
  50. library/XenForo/Session.php
  51. library/XenForo/Helper/Ip.php
  52. library/XenForo/Visitor.php
  53. library/XenForo/Model/User.php
  54. library/Waindigo/Hotspots/Listener/LoadClass.php
  55. library/Waindigo/Listener/LoadClass.php
  56. library/Waindigo/Listener/LoadClass/20131003.php
  57. library/Waindigo/Hotspots/Extend/XenForo/Model/User.php
  58. library/XenForo/Permission.php
  59. library/XenForo/Helper/Php.php
  60. library/XenForo/Phrase.php
  61. library/XenForo/Locale.php
  62. library/XenForo/ControllerResponse/Reroute.php
  63. library/XenForo/ControllerResponse/Abstract.php
  64. library/XenForo/Model/Search.php
  65. library/XenForo/Search/Searcher.php
  66. library/XenForo/Search/SourceHandler/Abstract.php
  67. library/XenForo/Search/SourceHandler/MySqlFt.php
  68. library/XenForo/Search/DataHandler/Post.php
  69. library/XenForo/Search/DataHandler/Abstract.php
  70. library/XenForo/Model/Post.php
  71. library/XenForo/Model/Thread.php
  72. library/XenForo/Model/Forum.php
  73. library/XenForo/Db.php
  74. library/XenForo/ControllerResponse/Redirect.php
  75. library/XenForo/Helper/Cookie.php
  76. library/XenForo/ViewRenderer/HtmlPublic.php
  77. library/XenForo/ViewRenderer/Abstract.php
  78. library/XenForo/Template/Public.php
  79. library/XenForo/Template/Abstract.php
  80. library/WidgetFramework/Core.php
  81. library/XenForo/Model/Moderator.php
  82. library/Dark/TaigaChat/EventListener/Listener.php
  83. library/WidgetFramework/Model/Widget.php
  84. library/WidgetFramework/Helper/Sort.php
  85. library/XenForo/Debug.php