Page Time: 0.0614s

Memory: 3.1831 MB (Peak: 3.8015 MB)

Queries (7, time: 0.0537s, 87.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.000538
    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.000195
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id = ?
    Params: 35613
    Run Time: 0.000286
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  4. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    
    WHERE MATCH(search_index.title, search_index.metadata) AGAINST (? IN BOOLEAN MODE)
    	
    
    ORDER BY search_index.item_date desc
    LIMIT 200
    Params: +(_md_user_35613) +_md_content_thread
    Run Time: 0.051356
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_metadatatitle_metadata0 1Using where; Using filesort
  5. 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 (62344, 61581, 61538, 61468, 58643)
    Run Time: 0.000572
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 5Using where
    SIMPLEusereq_refPRIMARYPRIMARY4degreeinfo_xenforo.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4degreeinfo_xenforo.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4degreeinfo_xenforo.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,degreeinfo_xenforo.thread.node_id1Using where
    SIMPLEuix_last_post_usereq_refPRIMARYPRIMARY4degreeinfo_xenforo.thread.last_post_user_id1 
  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",62344],["thread",61581],["thread",61538],["thread",61468],["thread",58643]], 5, user, , {"user_id":35613,"content":"thread"}, date, 0, , [], 0, 1713430971, d5987392b72f14d6590370a460aaf869
    Run Time: 0.000622
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 8dece484b4a13dda4fc540ca858713df, , 1713434571
    Run Time: 0.000153

Included Files (77, XenForo Classes: 46)

  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/Model/Search.php
  62. library/XenForo/Search/Searcher.php
  63. library/XenForo/Search/SourceHandler/Abstract.php
  64. library/XenForo/Search/SourceHandler/MySqlFt.php
  65. library/XenForo/Search/DataHandler/Thread.php
  66. library/XenForo/Search/DataHandler/Abstract.php
  67. library/XenForo/Model/Thread.php
  68. library/Audentio/UIX/Model/Thread.php
  69. library/XenForo/Model/Forum.php
  70. library/XenForo/ControllerResponse/Redirect.php
  71. library/XenForo/ControllerResponse/Abstract.php
  72. library/XenForo/Helper/Cookie.php
  73. library/XenForo/ViewRenderer/HtmlPublic.php
  74. library/XenForo/ViewRenderer/Abstract.php
  75. library/XenForo/Template/Public.php
  76. library/XenForo/Template/Abstract.php
  77. library/XenForo/Debug.php