Page Time: 0.0502s

Memory: 8.6890 MB (Peak: 9.6161 MB)

Queries (15, time: 0.0035s, 7.0%)

  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.001188
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000128
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000111
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    FROM xf_tag
    WHERE tag_url = ?
    Params: nl2021
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tagconsttag_urltag_url302const1 
  5. INSERT DELAYED INTO xf_tinhte_xentag_tag_view
    	(tag_id)
    VALUES
    	(?)
    Params: 3650
    Run Time: 0.000077
  6. SELECT *
    FROM xf_tag_result_cache
    WHERE tag_id = ?
    	AND user_id = ?
    	AND expiry_date > ?
    Params: 3650, 0, 1711649074
    Run Time: 0.000103
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  7. SELECT tag_content_id, content_type, content_id
    FROM xf_tag_content
    WHERE tag_id = ?
    	AND visible = 1
    ORDER BY content_date DESC
     LIMIT 200
    Params: 3650
    Run Time: 0.000144
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentreftag_id_content_datetag_id_content_date4const1Using where
  8.             SELECT tag_content_id, content_type, content_id
                FROM xf_tag_content
                WHERE tag_id = ?
                    AND visible = 1
                    AND content_type IN ('tinhte_xentag_forum', 'page', 'resource')
                ORDER BY content_date DESC
    Params: 3650
    Run Time: 0.000154
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentrefcontent_type_id_tag,tag_id_content_datetag_id_content_date4const1Using where
  9. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000087
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  10. 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,
    pr_cache.rating_cache,
    pr2.rating
    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)
    left join dark_postrating_post_cache pr_cache ON (post.post_id = pr_cache.post_id)
    left join dark_postrating pr2 on (post.post_id = pr2.post_id and pr2.user_id = 0)
    WHERE post.post_id IN (443961)
    Run Time: 0.000414
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostconstPRIMARY,thread_id_post_date,thread_id_positionPRIMARY4const1 
    SIMPLEthreadconstPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
    SIMPLEpr_cacheconstPRIMARYPRIMARY4const0Unique row not found
    SIMPLEpr2constpost_id_user_id,post_id_rating,user_id_ratingpost_id_user_id8const,const0Unique row not found
  11. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: fae90cd5eeeb7bff36d57188ea68c023, , 1711652674
    Run Time: 0.000114
  12. 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_Tag, Tag, valid, tag_url=nl2021, 1711649074,
    Run Time: 0.000073
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'search_result_post', 'tag_view', 'notice_cookies', 'EWRatendo_Navtabs', 'modess_moderator_bar_mod_log_counts', 'wf_hook_moderator_bar', 'wf_revealer', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000557
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 22Using index condition
  14. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('events')
    Params: 2
    Run Time: 0.000109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (147, XenForo Classes: 56)

  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/ModEss/Listener/Cog.php
  33. library/Tapatalk/Listener/LoadClassModel.php
  34. library/bdTagMe/Listener.php
  35. library/WidgetFramework/Listener.php
  36. library/TMS/Listener.php
  37. library/Tinhte/XenTag/Listener.php
  38. library/DoublePost/Listener/Cog.php
  39. library/Dark/PostRating/EventListener.php
  40. library/RelatedContents/Listener.php
  41. library/WidgetFramework/Option.php
  42. library/EWRatendo/Listener/Init.php
  43. library/XenForo/DataWriter/User.php
  44. library/XenForo/DataWriter.php
  45. library/bdTagMe/Helper/Template.php
  46. library/bdTagMe/ShippableHelper/Updater.php
  47. library/bdTagMe/Option.php
  48. library/NodesAsTabs/Listen.php
  49. library/XenForo/Router.php
  50. library/XenForo/Route/Filter.php
  51. library/XenForo/Route/Interface.php
  52. library/XenForo/Route/ResponseSuffix.php
  53. library/XenForo/Route/Prefix.php
  54. library/WidgetFramework/Route/Filter/PageX.php
  55. library/XenForo/Route/Prefix/Tags.php
  56. library/EWRutiles/Sitemap/Listener/Route.php
  57. library/XenForo/RouteMatch.php
  58. library/XenForo/ControllerPublic/Tag.php
  59. library/XenForo/ControllerPublic/Abstract.php
  60. library/XenForo/Controller.php
  61. library/EWRutiles/Sitemap/Listener/Controller.php
  62. library/EWRatendo/Listener/Controller.php
  63. library/ConversationPost/Listener.php
  64. library/Tinhte/XenTag/XenForo/ControllerPublic/Tag.php
  65. library/XenForo/Input.php
  66. library/XenForo/Session.php
  67. library/XenForo/Helper/Ip.php
  68. library/XenForo/Visitor.php
  69. library/XenForo/Model/User.php
  70. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  71. library/Waindigo/Listener/LoadClass.php
  72. library/Waindigo/Listener/LoadClass/20150318.php
  73. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  74. library/bdTagMe/XenForo/Model/User.php
  75. library/WidgetFramework/XenForo/Model/User.php
  76. library/Dark/PostRating/Model/User.php
  77. library/XenForo/Permission.php
  78. library/XenForo/Helper/Php.php
  79. library/XenForo/Phrase.php
  80. library/XenForo/Locale.php
  81. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  82. library/Waindigo/Listener/ControllerPreDispatch.php
  83. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  84. library/XenForo/ControllerResponse/Reroute.php
  85. library/XenForo/ControllerResponse/Abstract.php
  86. library/Tapatalk/Listener/ControllerPostDispatch.php
  87. library/Tinhte/XenTag/Constants.php
  88. library/XenForo/Model/Tag.php
  89. library/Tinhte/XenTag/XenForo/Model/Tag.php
  90. library/RelatedContents/Model/Tag.php
  91. library/Tinhte/XenTag/Option.php
  92. library/Tinhte/XenTag/Model/TagView.php
  93. library/Tinhte/XenTag/Model/Search.php
  94. library/Tinhte/XenTag/TagHandler/Post.php
  95. library/XenForo/TagHandler/Abstract.php
  96. library/XenForo/Model/Post.php
  97. library/Snog/FirstPostEdit/Listener/Post.php
  98. library/ModEss/Model/Post.php
  99. library/DoublePost/Model/Post.php
  100. library/Dark/PostRating/Model/Post.php
  101. library/Snog/FirstPostEdit/Model/Post.php
  102. library/Dark/PostRating/Model.php
  103. library/ModEss/Model/ModEss.php
  104. library/XenForo/ControllerResponse/View.php
  105. library/XenForo/Helper/Cookie.php
  106. library/XenForo/ViewRenderer/HtmlPublic.php
  107. library/XenForo/ViewRenderer/Abstract.php
  108. library/XenForo/Template/Public.php
  109. library/XenForo/Template/Abstract.php
  110. library/WidgetFramework/Core.php
  111. library/XenForo/Model/Moderator.php
  112. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  113. library/ModEss/Model/Moderator.php
  114. library/WidgetFramework/Model/Widget.php
  115. library/WidgetFramework/Helper/Sort.php
  116. library/WidgetFramework/WidgetRenderer.php
  117. library/XenForo/ViewPublic/Tag/View.php
  118. library/XenForo/ViewPublic/Base.php
  119. library/XenForo/View.php
  120. library/Tinhte/XenTag/XenForo/ViewPublic/Tag/View.php
  121. library/WidgetFramework/XenForo/View1.php
  122. library/XenForo/Route/Prefix/Members.php
  123. library/bdTagMe/XenForo/Route/Prefix/Members.php
  124. library/memberMap/Listener/Navigation.php
  125. library/memberMap/Model/ViewMap.php
  126. library/EWRatendo/Listener/NavTabs.php
  127. library/EWRatendo/Model/Perms.php
  128. library/NodesAsTabs/NavTabs.php
  129. library/NodesAsTabs/Model/Options.php
  130. library/XenForo/Model/Node.php
  131. library/Tapatalk/Model/Node.php
  132. library/ModEss/Model/Node.php
  133. library/EWRutiles/Sitemap/Listener/Params.php
  134. library/WidgetFramework/Template/Extended.php
  135. library/XenForo/Model/Avatar.php
  136. library/XenForo/Route/Prefix/Posts.php
  137. library/XenForo/Helper/String.php
  138. library/XenForo/Route/Prefix/Forums.php
  139. library/Tapatalk/Listener/TemplatePostRender.php
  140. library/EWRatendo/Listener/Template.php
  141. library/WidgetFramework/WidgetRenderer/Empty.php
  142. library/XenForo/Helper/Criteria.php
  143. library/XenForo/Debug.php
  144. library/Tapatalk/EventListener/Hook.php
  145. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  146. mobiquo/smartbanner/head.inc.php
  147. library/XenForo/ViewRenderer/Json.php