Page Time: 0.0698s

Memory: 6.1414 MB (Peak: 8.6183 MB)

Queries (7, time: 0.0066s, 9.5%)

  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.000504
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000180
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 62957050
    Run Time: 0.000179
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  4. 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 > 1709070026) AND (forum.find_new = 1)
    ORDER BY thread.last_post_date DESC
     LIMIT 200
    Run Time: 0.002042
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,last_post_date,node_id_sticky_state_last_postlast_post_date4 392Using index condition; Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4thelatebayv2_.thread.node_id1Using where
  5. 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 (92042, 101085, 98500, 100303, 55126, 100990, 101046, 101092, 35574, 99218, 101088, 61472, 101093, 101090, 56810, 99246, 101081, 101078, 101091, 101084, 100838, 101079, 101089, 101065, 101073, 101068, 99982, 99782, 53169, 100960, 101086, 101066, 101072, 101027, 77793, 100424, 101087, 101083, 101082, 101070, 101061, 101080, 100493, 100005, 100971, 100779, 100714, 101077, 100301, 101057, 100948, 101041, 101076, 100311, 101024, 101071, 85176, 101074, 101075, 101044, 101069, 101043, 100564, 101060, 101009, 100028, 101040, 101054, 100465, 100937, 101042, 101029, 101008, 101064, 101037, 101049, 101062, 100862, 101053, 101036, 101050, 100998, 101031, 100900, 101058, 101059, 101055, 100961, 101056, 99748, 35599, 101052, 100558, 85940, 100959, 100919, 101051, 100923, 101002, 101047, 99935, 101022, 98829, 101048, 20121, 101033, 100929, 101045, 101013, 100785, 101035, 100818, 91926, 101025, 101039, 101019, 101038, 100866, 101032, 101034, 100958, 101026, 100972, 101003, 100454, 100994, 101000, 101011, 101005, 101028, 101007, 101012, 100976, 83478, 101010, 101023, 101004, 101021, 101020, 101018, 101017, 101016, 101015, 101014, 100999, 101006, 99677, 101001, 100991, 100997, 100995, 96226, 100964, 13172, 100992, 90886, 100989, 100986, 100993, 97429, 100973, 85862, 100987, 100970, 100954, 100975, 100981, 100984, 100793, 100968, 100974, 100827, 100969, 100965, 100950, 100955, 100962, 100966, 6652, 100857, 100917, 11492, 100952, 100384, 100963, 100953, 92789, 100951, 100949, 100957, 100944, 100956, 100932, 100947, 100131, 100895, 100262, 100946, 100722, 97293)
    Run Time: 0.003426
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 200Using index condition
    SIMPLEusereq_refPRIMARYPRIMARY4thelatebayv2_.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4thelatebayv2_.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,thelatebayv2_.thread.node_id1Using where
  6. 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",92042],["thread",101085],["thread",98500],["thread",100303],["thread",55126],["thread",100990],["thread",101046],["thread",101092],["thread",35574],["thread",99218],["thread",101088],["thread",61472],["thread",101093],["thread",101090],["thread",56810],["thread",99246],["thread",101081],["thread",101078],["thread",101091],["thread",101084],["thread",100838],["thread",101079],["thread",101089],["thread",101065],["thread",101073],["thread",101068],["thread",99982],["thread",99782],["thread",53169],["thread",100960],["thread",101086],["thread",101066],["thread",101072],["thread",101027],["thread",77793],["thread",101087],["thread",101083],["thread",101082],["thread",101070],["thread",101061],["thread",101080],["thread",100493],["thread",100005],["thread",100971],["thread",100779],["thread",100714],["thread",101077],["thread",100301],["thread",101057],["thread",100948],["thread",101041],["thread",101076],["thread",100311],["thread",101024],["thread",101071],["thread",85176],["thread",101075],["thread",101044],["thread",101069],["thread",101043],["thread",100564],["thread",101060],["thread",101009],["thread",101040],["thread",101054],["thread",100465],["thread",100937],["thread",101042],["thread",101029],["thread",101008],["thread",101064],["thread",101037],["thread",101049],["thread",101062],["thread",101053],["thread",101036],["thread",101050],["thread",100998],["thread",101031],["thread",100900],["thread",101058],["thread",101059],["thread",101055],["thread",100961],["thread",101056],["thread",99748],["thread",35599],["thread",101052],["thread",100558],["thread",85940],["thread",100959],["thread",100919],["thread",101051],["thread",100923],["thread",101002],["thread",101047],["thread",99935],["thread",101022],["thread",98829],["thread",101048],["thread",20121],["thread",101033],["thread",100929],["thread",101045],["thread",101013],["thread",100785],["thread",101035],["thread",100818],["thread",91926],["thread",101025],["thread",101039],["thread",101019],["thread",101038],["thread",100866],["thread",101032],["thread",101034],["thread",100958],["thread",101026],["thread",100972],["thread",101003],["thread",100454],["thread",100994],["thread",101000],["thread",101011],["thread",101005],["thread",101028],["thread",101007],["thread",101012],["thread",100976],["thread",83478],["thread",101010],["thread",101023],["thread",101004],["thread",101021],["thread",101020],["thread",101018],["thread",101017],["thread",101016],["thread",101015],["thread",101014],["thread",100999],["thread",101006],["thread",99677],["thread",101001],["thread",100991],["thread",100997],["thread",100995],["thread",96226],["thread",100964],["thread",13172],["thread",100992],["thread",90886],["thread",100989],["thread",100986],["thread",97429],["thread",100973],["thread",85862],["thread",100987],["thread",100970],["thread",100954],["thread",100975],["thread",100981],["thread",100984],["thread",100793],["thread",100968],["thread",100974],["thread",100827],["thread",100969],["thread",100965],["thread",100950],["thread",100955],["thread",100962],["thread",100966],["thread",6652],["thread",100857],["thread",100917],["thread",11492],["thread",100952],["thread",100384],["thread",100963],["thread",100953],["thread",92789],["thread",100951],["thread",100949],["thread",100957],["thread",100944],["thread",100956],["thread",100932],["thread",100947],["thread",100131],["thread",100895],["thread",100262],["thread",100946],["thread",100722]], 194, recent-posts, , [], date, 0, , [], 0, 1711662026, 33d9f6025f582b3ef32bd337677090fe
    Run Time: 0.000199
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 81497cb5c75cf4f9aa955e791429ea2a, , 1711665626
    Run Time: 0.000117

Included Files (76, XenForo Classes: 42)

  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/EWRcarta/Listener/Init.php
  33. library/XenForo/DataWriter/User.php
  34. library/XenForo/DataWriter.php
  35. library/EWRatendo/Listener/Init.php
  36. library/bdTagMe/Listener.php
  37. library/bdTagMe/Helper/Template.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/FindNew.php
  44. library/EWRporta/Listener/Route.php
  45. library/XenForo/RouteMatch.php
  46. library/XenForo/ControllerPublic/FindNew.php
  47. library/XenForo/ControllerPublic/Abstract.php
  48. library/XenForo/Controller.php
  49. library/EWRporta/Listener/Controller.php
  50. library/EWRatendo/Listener/Controller.php
  51. library/StopForumSpam/EventListener/Register.php
  52. library/Tapatalk/Listener/LoadClassModel.php
  53. library/XenForo/Input.php
  54. library/XenForo/Session.php
  55. library/XenForo/Helper/Ip.php
  56. library/XenForo/Visitor.php
  57. library/XenForo/Model/User.php
  58. library/EWRporta/Listener/Model.php
  59. library/EWRcarta/Listener/Model.php
  60. library/bdTagMe/XenForo/Model/User.php
  61. library/XenForo/Permission.php
  62. library/XenForo/Phrase.php
  63. library/XenForo/Locale.php
  64. library/XenForo/Model/Thread.php
  65. library/XenForo/Model/Search.php
  66. library/Tapatalk/Model/Search.php
  67. library/XenForo/Model/Forum.php
  68. library/XenForo/ControllerResponse/Redirect.php
  69. library/XenForo/ControllerResponse/Abstract.php
  70. library/XenForo/Helper/Cookie.php
  71. library/Tapatalk/Listener/ControllerPostDispatch.php
  72. library/XenForo/ViewRenderer/HtmlPublic.php
  73. library/XenForo/ViewRenderer/Abstract.php
  74. library/XenForo/Template/Public.php
  75. library/XenForo/Template/Abstract.php
  76. library/XenForo/Debug.php