Page Time: 0.0340s

Memory: 3.2153 MB (Peak: 3.8035 MB)

Queries (9, time: 0.0167s, 49.1%)

  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.001470
    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.000401
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 41717456
    Run Time: 0.000405
    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: +AACSB +or +the +Autobahn +(_md_user_4621)
    Run Time: 0.005400
    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 (592573, 590565, 588013, 585145, 579338, 573522, 571538, 543391, 527497, 502938, 502936, 481529)
    Run Time: 0.001300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 12Using where
    SIMPLEusereq_refPRIMARYPRIMARY4degreeinfo_xenforo.post.user_id1 
    SIMPLEthreadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4degreeinfo_xenforo.post.thread_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4degreeinfo_xenforo.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,degreeinfo_xenforo.thread.node_id1Using where
  6. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE (user.username LIKE 'AACSB or the Autobahn%') AND (user.user_state = 'valid') AND (user.is_banned = 0)
    ORDER BY user.username
     LIMIT 10
    Run Time: 0.000520
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangeusername,user_stateusername152 1Using index condition; Using where
  7. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('following_words_were_not_included_in_your_search_x')
    Params: 1
    Run Time: 0.000265
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  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: [["post",592573],["post",590565],["post",588013],["post",585145],["post",579338],["post",573522],["post",571538],["post",543391],["post",527497],["post",502938],["post",502936],["post",481529]], 12, , AACSB or the Autobahn, {"user":["4621"]}, date, 0, , {"keywords":"The following words were not included in your search because they are too short, too long, or too common: or, the"}, 0, 1714337774, 7095ae3fb2a2689692c90018ac05d178
    Run Time: 0.006638
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: aaff5c9f3aea66a403d8a9888597cf13, , 1714341374
    Run Time: 0.000277

Included Files (81, XenForo Classes: 49)

  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/Audentio/AdManager/Listener/CodeEvent.php
  33. library/Audentio/UIX/Listener/CodeEvent.php
  34. library/Audentio/UIX/vendor/autoload.php
  35. library/Audentio/UIX/vendor/composer/autoload_real.php
  36. library/Audentio/UIX/vendor/composer/ClassLoader.php
  37. library/Audentio/UIX/vendor/composer/autoload_namespaces.php
  38. library/Audentio/UIX/vendor/composer/autoload_psr4.php
  39. library/Audentio/UIX/vendor/composer/autoload_classmap.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/Search.php
  46. library/XenForo/RouteMatch.php
  47. library/XenForo/ControllerPublic/Search.php
  48. library/XenForo/ControllerPublic/Abstract.php
  49. library/XenForo/Controller.php
  50. library/Audentio/UIX/ControllerPublic/Search.php
  51. library/XenForo/Input.php
  52. library/XenForo/Session.php
  53. library/XenForo/Helper/Ip.php
  54. library/XenForo/Visitor.php
  55. library/XenForo/Model/User.php
  56. library/Audentio/UIX/Model/User.php
  57. library/XenForo/Permission.php
  58. library/XenForo/Helper/Php.php
  59. library/XenForo/Phrase.php
  60. library/XenForo/Locale.php
  61. library/XenForo/ControllerResponse/Reroute.php
  62. library/XenForo/ControllerResponse/Abstract.php
  63. library/XenForo/Model/Search.php
  64. library/XenForo/Search/Searcher.php
  65. library/XenForo/Search/SourceHandler/Abstract.php
  66. library/XenForo/Search/SourceHandler/MySqlFt.php
  67. library/XenForo/Search/DataHandler/Post.php
  68. library/XenForo/Search/DataHandler/Abstract.php
  69. library/XenForo/Model/Post.php
  70. library/Audentio/UIX/Model/Post.php
  71. library/XenForo/Model/Thread.php
  72. library/Audentio/UIX/Model/Thread.php
  73. library/XenForo/Model/Forum.php
  74. library/XenForo/Db.php
  75. library/XenForo/ControllerResponse/Redirect.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/XenForo/Debug.php