Page Time: 0.0431s

Memory: 9.0021 MB (Peak: 10.0184 MB)

Queries (12, time: 0.0028s, 6.6%)

  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.001034
    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.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000132
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  5. SELECT post.*
    	,
    pr_cache.rating_cache,
    pr2.rating
    FROM xf_post AS post
    
    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 = ?
    Params: 395726
    Run Time: 0.000198
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostconstPRIMARYPRIMARY4const1 
    SIMPLEpr_cacheconstPRIMARYPRIMARY4const0Unique row not found
    SIMPLEpr2constpost_id_user_id,post_id_rating,user_id_ratingpost_id_user_id8const,const0Unique row not found
  6. SELECT thread.*
    	,
    		0 AS thread_reply_banned,
    	IF(sticky_thread_order.display_order IS NULL, 1000, sticky_thread_order.display_order) AS sticky_display_order
    FROM xf_thread AS thread
    
    	LEFT JOIN sticky_thread_order AS sticky_thread_order ON(sticky_thread_order.thread_id = thread.thread_id)
    WHERE thread.thread_id = ?
    Params: 17029
    Run Time: 0.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEsticky_thread_orderrefPRIMARYPRIMARY4const1Using index
  7. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.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 = forum.node_id)
    WHERE node.node_id = ?
    Params: 7
    Run Time: 0.000203
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 66e5b0567eb68c8b6f21e3c6f9a65c4b, a:7:{s:12:"sessionStart";i:1711665161;s:2:"ip";s:4:"6Q!w";s:11:"sessionCsrf";s:16:"XKXT67DfyqEma7Vd";s:9:"userAgent";s:9:"claudebot";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";a:2:{s:6:"result";b:0;s:7:"version";i:1556176024;}}, 1711668761
    Run Time: 0.000108
  9. 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, 6Q!w, 6Q!w, XenForo_ControllerPublic_Post, Permalink, valid, post_id=395726, 1711665161,
    Run Time: 0.000065
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'post_permalink', '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.000477
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 21Using index condition
  11. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('events')
    Params: 2
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  12. 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.000121
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (151, XenForo Classes: 55)

  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/Posts.php
  56. library/EWRutiles/Sitemap/Listener/Route.php
  57. library/XenForo/RouteMatch.php
  58. library/XenForo/ControllerPublic/Post.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/Andy/Bookmark/Listener.php
  65. library/Andy/DeletePosts/Listener.php
  66. library/Dark/PostRating/ControllerPublic/Post.php
  67. library/ConversationPost/ControllerPublic/Post.php
  68. library/NodesAsTabs/ControllerPublic/Post.php
  69. library/Andy/Bookmark/ControllerPublic/Post.php
  70. library/Andy/DeletePosts/ControllerPublic/Post.php
  71. library/XenForo/Input.php
  72. library/XenForo/Session.php
  73. library/XenForo/Helper/Ip.php
  74. library/XenForo/Visitor.php
  75. library/XenForo/Model/User.php
  76. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  77. library/Waindigo/Listener/LoadClass.php
  78. library/Waindigo/Listener/LoadClass/20150318.php
  79. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  80. library/bdTagMe/XenForo/Model/User.php
  81. library/WidgetFramework/XenForo/Model/User.php
  82. library/Dark/PostRating/Model/User.php
  83. library/XenForo/Permission.php
  84. library/XenForo/Helper/Php.php
  85. library/XenForo/Phrase.php
  86. library/XenForo/Locale.php
  87. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  88. library/Waindigo/Listener/ControllerPreDispatch.php
  89. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  90. library/XenForo/ControllerHelper/ForumThreadPost.php
  91. library/XenForo/ControllerHelper/Abstract.php
  92. library/XenForo/Model/Post.php
  93. library/Snog/FirstPostEdit/Listener/Post.php
  94. library/ModEss/Model/Post.php
  95. library/DoublePost/Model/Post.php
  96. library/Dark/PostRating/Model/Post.php
  97. library/Snog/FirstPostEdit/Model/Post.php
  98. library/Dark/PostRating/Model.php
  99. library/XenForo/Model/Thread.php
  100. library/WidgetFramework/XenForo/Model/Thread.php
  101. library/Tinhte/XenTag/XenForo/Model/Thread.php
  102. library/ModEss/Model/Thread.php
  103. library/Dark/PostRating/Model/Thread.php
  104. library/XenForo/Model/Forum.php
  105. library/Tinhte/XenTag/XenForo/Model/Forum.php
  106. library/Tinhte/XenTag/Constants.php
  107. library/XenForo/Helper/String.php
  108. library/XenForo/Helper/Discussion.php
  109. library/ModEss/Model/ModEss.php
  110. library/XenForo/ControllerResponse/View.php
  111. library/XenForo/ControllerResponse/Abstract.php
  112. library/XenForo/Helper/Cookie.php
  113. library/NodesAsTabs/API.php
  114. library/NodesAsTabs/Model/Options.php
  115. library/Tapatalk/Listener/ControllerPostDispatch.php
  116. library/XenForo/ViewRenderer/HtmlPublic.php
  117. library/XenForo/ViewRenderer/Abstract.php
  118. library/XenForo/Template/Public.php
  119. library/XenForo/Template/Abstract.php
  120. library/WidgetFramework/Core.php
  121. library/XenForo/Model/Moderator.php
  122. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  123. library/ModEss/Model/Moderator.php
  124. library/WidgetFramework/Model/Widget.php
  125. library/WidgetFramework/Helper/Sort.php
  126. library/WidgetFramework/WidgetRenderer.php
  127. library/XenForo/ViewPublic/Base.php
  128. library/XenForo/View.php
  129. library/WidgetFramework/XenForo/View1.php
  130. library/XenForo/Route/Prefix/Members.php
  131. library/bdTagMe/XenForo/Route/Prefix/Members.php
  132. library/memberMap/Listener/Navigation.php
  133. library/memberMap/Model/ViewMap.php
  134. library/EWRatendo/Listener/NavTabs.php
  135. library/EWRatendo/Model/Perms.php
  136. library/NodesAsTabs/NavTabs.php
  137. library/XenForo/Model/Node.php
  138. library/Tapatalk/Model/Node.php
  139. library/ModEss/Model/Node.php
  140. library/EWRutiles/Sitemap/Listener/Params.php
  141. library/WidgetFramework/Template/Extended.php
  142. library/XenForo/Route/Prefix/Threads.php
  143. library/Tapatalk/EventListener/Hook.php
  144. library/EWRatendo/Listener/Template.php
  145. library/Tapatalk/Listener/TemplatePostRender.php
  146. library/WidgetFramework/WidgetRenderer/Empty.php
  147. library/XenForo/Helper/Criteria.php
  148. library/XenForo/Debug.php
  149. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  150. mobiquo/smartbanner/head.inc.php
  151. library/XenForo/ViewRenderer/Json.php