Page Time: 0.0990s

Memory: 3.2816 MB (Peak: 9.0786 MB)

Queries (10, time: 0.0770s, 77.9%)

  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.000958
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT session_data
    FROM xf_session
    WHERE session_id = ?
    	AND expiry_date >= ?
    Params: fc09b480e6f7102e7d212eee705562b1, 1716023612
    Run Time: 0.000306
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_sessionconstPRIMARY,expiry_datePRIMARY34const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000255
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 42728730
    Run Time: 0.000341
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  5. 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: +american +college +education
    Run Time: 0.064724
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_message_metadatatitle_message_metadata0 1Using where; Using filesort
  6. 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 (598573, 598278, 597344, 597054, 596875, 596371, 596364, 596362, 596308, 596305, 596289, 596278, 595626, 595625, 595541, 594978, 594882, 594786, 594524, 594099, 592480, 591407, 589784, 589434, 587597, 586258, 586152, 585580, 585094, 584958, 584878, 584767, 584724, 584713, 584685, 584675, 583561, 583526, 583525, 582591, 581787, 581675, 580245, 579914, 579908, 578282, 577388, 577381, 577301, 577033, 576934, 576280, 576014, 575992, 575810, 575592, 575375, 574502, 573699, 572284, 572268, 572091, 571961, 571675, 571254, 571158, 570883, 570516, 570391, 569653, 569125, 569118, 569012, 568849, 566918, 565370, 565008, 564416, 564306, 563227, 563226, 562767, 562699, 562554, 562550, 562479, 561173, 560416, 559938, 559739, 559732, 559552, 559538, 559475, 558063, 557079, 556889, 556863, 556179, 556037, 555746, 555586, 555496, 555356, 555353, 555110, 555096, 555042, 553623, 552989, 552573, 552571, 552297, 551998, 551229, 551227, 551195, 551186, 551144, 550916, 550669, 550565, 549667, 549028, 548235, 548231, 547875, 546507, 545661, 545660, 544257, 544090, 543231, 541768, 541346, 541015, 540999, 540965, 540300, 539778, 539730, 539646, 538849, 538847, 538776, 538756, 538729, 538728, 537538, 535894, 535374, 534887, 534864, 534511, 533563, 533478, 532949, 532935, 532773, 532542, 532123, 531527, 530432, 530036, 529282, 527838, 527582, 527440, 526052, 525904, 525638, 525291, 525274, 525260, 525246, 524866, 524795, 524161, 524157, 524083, 524082, 523949, 522928, 522282, 521085, 520508, 519808, 519776, 518948, 518560, 518194, 517646, 517079, 516547, 516513, 515253, 515157, 515007, 513437)
    Run Time: 0.008573
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 199Using 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
  7. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_cache,
    		uix_last_post_user.avatar_date AS uix_last_post_user_avatar_date,
    		uix_last_post_user.username AS uix_last_post_user_username,
    		uix_last_post_user.avatar_width AS uix_last_post_user_avatar_width,
    		uix_last_post_user.avatar_height AS uix_last_post_user_avatar_height,
    		uix_last_post_user.gravatar AS uix_last_post_user_gravatar,
    		uix_last_post_user.gender AS uix_last_post_user_gender,
    		uix_last_post_user.is_banned AS uix_last_post_user_is_banned
    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_post AS post ON
    			(post.post_id = thread.first_post_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)LEFT JOIN xf_user AS uix_last_post_user ON (uix_last_post_user.user_id = thread.last_post_user_id)
    WHERE thread.thread_id IN (61581)
    Run Time: 0.000591
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpostconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
    SIMPLEuix_last_post_userconstPRIMARYPRIMARY4const1 
  8. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE (user.username LIKE 'american college education%') AND (user.user_state = 'valid') AND (user.is_banned = 0)
    ORDER BY user.username
     LIMIT 10
    Run Time: 0.000468
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangeusername,user_stateusername152 1Using index condition; Using where
  9. 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",598573],["post",598278],["post",597344],["post",597054],["post",596875],["post",596371],["post",596364],["post",596362],["post",596308],["post",596305],["post",596289],["post",596278],["post",595626],["post",595625],["post",595541],["post",594978],["post",594882],["post",594786],["post",594524],["post",594099],["post",592480],["post",591407],["post",589784],["post",589434],["post",587597],["post",586258],["post",586152],["post",585580],["post",585094],["post",584958],["post",584878],["post",584767],["post",584724],["post",584713],["post",584685],["post",584675],["post",583561],["post",583526],["post",583525],["post",582591],["post",581787],["post",581675],["post",580245],["post",579914],["post",579908],["post",578282],["post",577388],["post",577381],["post",577301],["thread",61581],["post",576934],["post",576280],["post",576014],["post",575992],["post",575810],["post",575592],["post",575375],["post",574502],["post",573699],["post",572284],["post",572268],["post",572091],["post",571961],["post",571675],["post",571254],["post",571158],["post",570883],["post",570516],["post",570391],["post",569653],["post",569125],["post",569118],["post",569012],["post",568849],["post",566918],["post",565370],["post",565008],["post",564416],["post",564306],["post",563227],["post",563226],["post",562767],["post",562699],["post",562554],["post",562550],["post",562479],["post",561173],["post",560416],["post",559938],["post",559739],["post",559732],["post",559552],["post",559538],["post",559475],["post",558063],["post",557079],["post",556889],["post",556863],["post",556179],["post",556037],["post",555746],["post",555586],["post",555496],["post",555356],["post",555353],["post",555110],["post",555096],["post",555042],["post",553623],["post",552989],["post",552573],["post",552571],["post",552297],["post",551998],["post",551229],["post",551227],["post",551195],["post",551186],["post",551144],["post",550916],["post",550669],["post",550565],["post",549667],["post",549028],["post",548235],["post",548231],["post",547875],["post",546507],["post",545661],["post",545660],["post",544257],["post",544090],["post",543231],["post",541768],["post",541346],["post",541015],["post",540999],["post",540965],["post",540300],["post",539778],["post",539730],["post",539646],["post",538849],["post",538847],["post",538776],["post",538756],["post",538729],["post",538728],["post",537538],["post",535894],["post",535374],["post",534887],["post",534864],["post",534511],["post",533563],["post",533478],["post",532949],["post",532935],["post",532773],["post",532542],["post",532123],["post",531527],["post",530432],["post",530036],["post",529282],["post",527838],["post",527582],["post",527440],["post",526052],["post",525904],["post",525638],["post",525291],["post",525274],["post",525260],["post",525246],["post",524866],["post",524795],["post",524161],["post",524157],["post",524083],["post",524082],["post",523949],["post",522928],["post",522282],["post",521085],["post",520508],["post",519808],["post",519776],["post",518948],["post",518560],["post",518194],["post",517646],["post",517079],["post",516547],["post",516513],["post",515253],["post",515157],["post",515007],["post",513437]], 199, , american college education, [], date, 0, , [], 0, 1716023612, a7c7f5e0e698357ba850ee456c311e3f
    Run Time: 0.000638
  10. UPDATE `xf_session` SET `expiry_date` = ? WHERE (session_id = 'fc09b480e6f7102e7d212eee705562b1')
    Params: 1716027212
    Run Time: 0.000190

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/Search/DataHandler/Thread.php
  70. library/XenForo/Model/Post.php
  71. library/Audentio/UIX/Model/Post.php
  72. library/XenForo/Model/Thread.php
  73. library/Audentio/UIX/Model/Thread.php
  74. library/XenForo/Model/Forum.php
  75. library/XenForo/Db.php
  76. library/XenForo/ControllerResponse/Redirect.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