Page Time: 0.0770s

Memory: 7.3654 MB (Peak: 8.7482 MB)

Queries (11, time: 0.0065s, 8.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.000602
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: moods
    Run Time: 0.000172
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000105
    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.000104
    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: 329041
    Run Time: 0.000599
    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,
    	privacy.snog_flag_view
    FROM xf_thread AS thread
    
    	LEFT JOIN xf_user_privacy AS privacy ON
    		(privacy.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 225462
    Run Time: 0.000353
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEprivacyconstPRIMARYPRIMARY4const1 
  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: 41
    Run Time: 0.000591
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: d42c39d7aa8accb3a7356925b8655927, , 1715142199
    Run Time: 0.000233
  9.             INSERT INTO xf_sv_user_activity 
                (content_type, content_id, `blob`, `timestamp`) 
                VALUES 
                  (?,?,?,?)
                 ON DUPLICATE KEY UPDATE `timestamp` = values(`timestamp`)
    Params: thread, 225462, 0 1 3.14.83.223, 1715138580
    Run Time: 0.001491
  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_Post, Permalink, valid, post_id=329041&thread_id=225462, 1715138599,
    Run Time: 0.000115
  11. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'profile_view_count', 'xfc_notepad_sidebar', 'post_permalink', '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', 'siropu_chat', 'siropu_chat_disabled', 'threadrating_rate', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.002180
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 21Using where

Included Files (152, XenForo Classes: 51)

  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/ChipXF/MobileSwitcher/Listener.php
  33. library/ChipXF/MobileSwitcher/Detecter.php
  34. library/XenForo/Visitor.php
  35. library/ThemeHouse/Listener/InitDependencies.php
  36. library/ThemeHouse/Listener/InitDependencies/20170101.php
  37. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  38. library/XenMoods/Listener/InitDependencies.php
  39. library/Tinhte/XenTag/Listener.php
  40. library/SK/MarkThreadRead/Listeners.php
  41. library/XenMoods/Listener/LoadClassModel.php
  42. library/NixFifty/TrashCan/Listener/Listen.php
  43. library/TilkiBey/ThreadCount/Listener.php
  44. library/Dark/PostRating/EventListener.php
  45. library/Siropu/Chat/Listener.php
  46. library/MobileRead/ProfileBbCode/Listener/InitDependencies.php
  47. library/Snog/CountryFlags/Listener/Dependencies.php
  48. library/XenForo/Router.php
  49. library/XenForo/Route/Filter.php
  50. library/XenForo/Route/Interface.php
  51. library/XenForo/Route/ResponseSuffix.php
  52. library/XenForo/Route/Prefix.php
  53. library/XenForo/Route/Prefix/Posts.php
  54. library/XenForo/RouteMatch.php
  55. library/XenForo/ControllerPublic/Post.php
  56. library/XenForo/ControllerPublic/Abstract.php
  57. library/XenForo/Controller.php
  58. library/ThreadRating/Listener/Class.php
  59. library/Vinavb/CustomNodeIcon/Listener.php
  60. library/Awedo/PostAreas/Listener/LoadClassController.php
  61. library/ProfileViewCount/Listener.php
  62. library/ConversationPost/Listener.php
  63. library/XFCrowd/NotePad/Listener.php
  64. library/Andy/Bookmark/Listener.php
  65. library/SV/UserActivity/Listener.php
  66. library/ConversationPost/ControllerPublic/Post.php
  67. library/Dark/PostRating/ControllerPublic/Post.php
  68. library/Andy/Bookmark/ControllerPublic/Post.php
  69. library/SV/UserActivity/XenForo/ControllerPublic/Post.php
  70. library/SV/UserActivity/UserActivityInjector.php
  71. library/XenForo/Input.php
  72. library/XenForo/Session.php
  73. library/XenForo/Helper/Ip.php
  74. library/XenForo/Model/User.php
  75. library/SV/ReportImprovements/Listener.php
  76. library/XenMoods/XFCP/Model/User.php
  77. library/TilkiBey/ThreadCount/Extends/Model/User.php
  78. library/Dark/PostRating/Model/User.php
  79. library/SV/UserActivity/XenForo/Model/User.php
  80. library/SV/ReportImprovements/XenForo/Model/User.php
  81. library/XenForo/Permission.php
  82. library/XenForo/Helper/Php.php
  83. library/XenForo/Phrase.php
  84. library/XenForo/Locale.php
  85. library/Snog/CountryFlags/Listener/Visitor.php
  86. library/Snog/CountryFlags/Listener/Includes/Reader.php
  87. library/Snog/CountryFlags/Listener/Includes/Reader/Decoder.php
  88. library/Snog/CountryFlags/Listener/Includes/Reader/InvalidDatabaseException.php
  89. library/Snog/CountryFlags/Listener/Includes/Reader/Metadata.php
  90. library/Snog/CountryFlags/Listener/Includes/Reader/Util.php
  91. library/SV/UserActivity/Model.php
  92. library/XenForo/Model/Report.php
  93. library/SV/ReportImprovements/XenForo/Model/Report.php
  94. library/XenForo/ControllerHelper/ForumThreadPost.php
  95. library/XenForo/ControllerHelper/Abstract.php
  96. library/XenForo/Model/Post.php
  97. library/Snog/CountryFlags/Listener/Post.php
  98. library/Dark/PostRating/Model/Post.php
  99. library/Dark/PostRating/Model.php
  100. library/XenForo/Model/Thread.php
  101. library/SV/TitleEditHistory/Listener.php
  102. library/rellect/LikesSummary/Listener/Proxy.php
  103. library/Snog/CountryFlags/Listener/Thread.php
  104. library/SV/TitleEditHistory/XenForo/Model/Thread.php
  105. library/Tinhte/XenTag/XenForo/Model/Thread.php
  106. library/Dark/PostRating/Model/Thread.php
  107. library/ThreadRating/Model/Thread.php
  108. library/rellect/LikesSummary/XenForo/Model/Thread.php
  109. library/Snog/CountryFlags/Model/Thread.php
  110. library/SV/ReportImprovements/XenForo/Model/Thread.php
  111. library/XenForo/Model/Forum.php
  112. library/Tinhte/XenTag/XenForo/Model/Forum.php
  113. library/SV/ReportImprovements/XenForo/Model/Forum.php
  114. library/Tinhte/XenTag/Constants.php
  115. library/Tinhte/XenTag/Helper.php
  116. library/XenForo/Helper/String.php
  117. library/XenForo/ControllerResponse/View.php
  118. library/XenForo/ControllerResponse/Abstract.php
  119. library/XenForo/Helper/Cookie.php
  120. library/XenForo/ViewRenderer/HtmlPublic.php
  121. library/XenForo/ViewRenderer/Abstract.php
  122. library/XenForo/Template/Public.php
  123. library/XenForo/Template/Abstract.php
  124. library/XenMoods/Listener/FrontControllerPreView.php
  125. library/XenMoods/Model/Mood.php
  126. library/XenForo/ViewPublic/Base.php
  127. library/XenForo/View.php
  128. library/ThemeHouse/Thumbnails/Listener/TemplateCreate.php
  129. library/ThemeHouse/Listener/TemplateCreate.php
  130. library/ThemeHouse/Listener/TemplateCreate/20150106.php
  131. library/AddonsLab/OriginalPosterHighlight/Listener/TemplateCreate.php
  132. library/AddonsLab/OriginalPosterHighlight/Abstract/Listener/TemplateCreate.php
  133. library/XenForo/Route/Prefix/Members.php
  134. library/Siropu/Chat/Helper.php
  135. library/ThreadRating/Listener/Template.php
  136. library/Sedo/ToggleME/Listener.php
  137. library/XenForo/Route/Prefix/Threads.php
  138. library/ThemeHouse/Thumbnails/Listener/TemplateHook.php
  139. library/ThemeHouse/Listener/TemplateHook.php
  140. library/ThemeHouse/Listener/TemplateHook/20150106.php
  141. library/ThemeHouse/Listener/Template.php
  142. library/ThemeHouse/Listener/Template/20150106.php
  143. library/XenMoods/Listener/TemplateHook.php
  144. library/ThemeHouse/Thumbnails/Listener/TemplatePostRender.php
  145. library/ThemeHouse/Listener/TemplatePostRender.php
  146. library/ThemeHouse/Listener/TemplatePostRender/20150106.php
  147. library/XenForo/Helper/Criteria.php
  148. library/XenForo/Debug.php
  149. library/Siropu/Chat/HelperDevice.php
  150. library/Siropu/Chat/ThirdParty/Mobile_Detect.php
  151. library/XenForo/ViewRenderer/Json.php
  152. library/Vinavb/CustomNodeIcon/Icon.php