Page Time: 0.2350s

Memory: 3.2479 MB (Peak: 3.7734 MB)

Queries (14, time: 0.1619s, 68.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.001678
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALLPRIMARY   24Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000584
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT thread.*
    	,
    	last_post_user.gender AS last_post_gender,
    	last_post_user.avatar_date AS last_post_avatar_date,
    	last_post_user.gravatar AS last_post_gravatar,
    	IF(last_post_user.username IS NULL, thread.last_post_username, last_post_user.username) AS last_post_username,
    	node.title AS node_title, node.node_name,
    	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,
    	NULL AS thread_read_date,
    permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread FORCE INDEX (last_post_date)
    
    	LEFT JOIN xf_user AS last_post_user ON
    		(last_post_user.user_id = thread.last_post_user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    	LEFT JOIN xf_forum AS forum ON
    		(forum.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.discussion_type <> 'redirect') AND (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1711559553) AND (forum.find_new = 1)
    ORDER BY thread.last_post_date DESC
     LIMIT 20
    Run Time: 0.002886
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangelast_post_datelast_post_date4 1Using index condition; Using where; Using temporary; Using filesort
    SIMPLEforumeq_refPRIMARYPRIMARY4forum.thread.node_id1Using where
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,forum.thread.node_id1Using where
    SIMPLElast_post_userALL    12971Using where; Using join buffer (flat, BNL join)
    SIMPLEnodeeq_refPRIMARYPRIMARY4forum.thread.node_id1 
  4. SELECT *
    FROM xf_node
    WHERE display_in_list = 1
    ORDER BY lft ASC
    Run Time: 0.001044
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   32Using where; Using filesort
  5. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000349
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const31Using where
  6. SELECT forum.*
    	,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE forum.node_id IN (2, 3, 4, 5, 11, 13, 14, 42, 20, 21, 23, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 25, 41)
    Run Time: 0.000985
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   25Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4forum.forum.node_id1Using index
  7. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1714150653)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.148093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 14Using where; Using temporary; Using filesort
    SIMPLEuserALL    12971Using where; Using join buffer (flat, BNL join)
  8. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000321
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 2cb35ffe45e2d3d0c7515a187e6140c6, , 1714155153
    Run Time: 0.000239
  10. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Forum, Index, valid, node_name=, 1714151553,
    Run Time: 0.000110
  11. SELECT count(*)
    FROM dark_taigachat_activity AS activity
    LEFT JOIN xf_user AS user ON
    	(user.user_id = activity.user_id)
    WHERE activity.date > UNIX_TIMESTAMP()-150
    	   AND user.visible=1
    Run Time: 0.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  12. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: simpleCache, a:1:{s:20:"taigachat_lastUpdate";i:1714151553;}
    Run Time: 0.001986
  13. SELECT `image`.*, `user`.user_id, `user`.username, `album`.title AS albumTitle,
    	`data`.filename, `data`.description, `data`.file_size, `data`.file_hash, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xfr_useralbum_image AS `image`
    INNER JOIN xfr_useralbum_image_data AS `data` ON
    	(`data`.data_id = `image`.data_id)
    INNER JOIN xfr_useralbum AS `album` ON
    	(`album`.album_id = `image`.album_id)
    INNER JOIN xf_user AS `user` ON
    	(`user`.user_id = `album`.user_id)
    WHERE `album`.album_type = "public" AND moderation = 0
    ORDER BY `image`.image_date DESC
     LIMIT 6
    Run Time: 0.001566
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEimageALLalbum_id_date   1Using temporary; Using filesort
    SIMPLEalbumeq_refPRIMARY,user_idPRIMARY4forum.image.album_id1Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4forum.image.data_id1 
    SIMPLEuserALL    12971Using where; Using join buffer (flat, BNL join)
  14. SELECT album.*
    	,
    		user.*,
    	image_data.data_id AS image_data_id, image_data.file_hash AS image_file_hash
    FROM xfr_useralbum AS album
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = album.user_id)
    LEFT JOIN xfr_useralbum_image AS image ON image.image_id = album.last_image_id
    LEFT JOIN xfr_useralbum_image_data AS image_data ON image_data.data_id = image.data_id
    WHERE album.moderation = 0 AND (album.album_type = 'public' OR album.album_type = 'global') AND album.last_image_date > 0
    ORDER BY album.last_image_date DESC, album.createdate DESC
     LIMIT 5
    Run Time: 0.001897
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEalbumALL    3Using where; Using temporary; Using filesort
    SIMPLEuserALL    12971Using where; Using join buffer (flat, BNL join)
    SIMPLEimageeq_refPRIMARYPRIMARY4forum.album.last_image_id1 
    SIMPLEimage_dataeq_refPRIMARYPRIMARY4forum.image.data_id1Using where

Included Files (107, XenForo Classes: 63)

  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/XenForo/Router.php
  33. library/XenForo/Route/Filter.php
  34. library/XenForo/Route/Interface.php
  35. library/XenForo/Route/ResponseSuffix.php
  36. library/XenForo/Route/Prefix.php
  37. library/XenForo/Route/Prefix/Index.php
  38. library/XenForo/RouteMatch.php
  39. library/XenForo/ControllerPublic/Index.php
  40. library/XenForo/ControllerPublic/Abstract.php
  41. library/XenForo/Controller.php
  42. library/TMS/Listener.php
  43. library/XenForo/Input.php
  44. library/XenForo/Session.php
  45. library/XenForo/Helper/Ip.php
  46. library/XenForo/Visitor.php
  47. library/XenForo/Model/User.php
  48. library/Dark/TaigaChat/EventListener/Listener.php
  49. library/DLEIntegration/Listener.php
  50. library/DLEIntegration/Model/User.php
  51. library/XenForo/Permission.php
  52. library/XenForo/Helper/Php.php
  53. library/XenForo/Phrase.php
  54. library/XenForo/Locale.php
  55. library/XenForo/ControllerResponse/ReroutePath.php
  56. library/XenForo/ControllerResponse/Abstract.php
  57. library/XenForo/Route/Prefix/Forums.php
  58. library/XenForo/ControllerPublic/Forum.php
  59. library/XenForo/Model/Thread.php
  60. library/XenForo/Model/Node.php
  61. library/XenForo/NodeHandler/Category.php
  62. library/XenForo/NodeHandler/Abstract.php
  63. library/XenForo/NodeHandler/Forum.php
  64. library/XenForo/NodeHandler/LinkForum.php
  65. library/XenForo/Model/Category.php
  66. library/XenForo/Model/Forum.php
  67. library/XenForo/Model/LinkForum.php
  68. library/XenForo/Helper/String.php
  69. library/XenForo/Model/Session.php
  70. library/Dark/TaigaChat/Model/SessionOverride.php
  71. library/XenForo/ControllerResponse/View.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/ViewPublic/Forum/List.php
  78. library/XenForo/ViewPublic/Base.php
  79. library/XenForo/View.php
  80. library/XenForo/ViewPublic/Helper/Node.php
  81. library/XfRu/UserAlbums/EventListener/Template.php
  82. library/XenForo/Route/Prefix/Members.php
  83. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  84. library/Dark/TaigaChat/Model/TaigaChat.php
  85. library/XfRu/UserAlbums/EventListener/Tab.php
  86. library/XfRu/UserAlbums/Permissions.php
  87. library/XenForo/Template/FileHandler.php
  88. library/XenForo/Helper/File.php
  89. internal_data/templates/S.1,L.2,forum_list.php
  90. library/Dark/TaigaChat/Helper/Global.php
  91. internal_data/templates/S.1,L.2,dark_taigachat.php
  92. library/XfRu/UserAlbums/Model/Albums.php
  93. library/XfRu/UserAlbums/Model/Images.php
  94. internal_data/templates/S.1,L.2,node_category_level_1.php
  95. library/XenForo/Route/Prefix/Categories.php
  96. internal_data/templates/S.1,L.2,node_forum_level_2.php
  97. library/XenForo/Route/Prefix/Posts.php
  98. internal_data/templates/S.1,L.2,node_link_level_2.php
  99. library/XenForo/Route/Prefix/LinkForums.php
  100. internal_data/templates/S.1,L.2,node_forum_level_n.php
  101. internal_data/templates/S.1,L.2,xfr_useralbums_forum_list_latest_images.php
  102. internal_data/templates/S.1,L.2,xfr_useralbums_sidebar_latest_albums.php
  103. library/XenForo/Debug.php
  104. internal_data/templates/S.1,L.2,PAGE_CONTAINER.php
  105. internal_data/templates/S.1,L.2,dark_taigachat_links.php
  106. internal_data/templates/S.1,L.2,xfr_useralbums_links.php
  107. library/XenForo/ViewRenderer/Json.php