Page Time: 0.0707s

Memory: 11.9055 MB (Peak: 16.7694 MB)

Queries (9, time: 0.0131s, 18.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.002800
    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.000408
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT thread.*
    	,
    		0 AS thread_reply_banned,
    		'' AS draft_message, NULL AS draft_extra, remote_content.remote_content_id AS remoteThreadId, remote_content.remote_content_url
    FROM xf_thread AS thread
    
    	LEFT JOIN alct_remote_content AS remote_content ON remote_content.local_content_id=thread.thread_id AND remote_content.content_type='thread'
    
    WHERE thread.thread_id = ?
    Params: 4
    Run Time: 0.000343
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEremote_contentconstPRIMARY,local_content_idlocal_content_id12const,const0unique row not found
  4. 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: 4
    Run Time: 0.000393
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  5. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username, link_cache.serialized_links AS tag_info
    FROM xf_post AS post
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
                LEFT JOIN allm_tag_cache AS link_cache ON
                (link_cache.content_id = post.post_id AND link_cache.content_type='post')           
                
    WHERE post.post_id = ?
    Params: 8
    Run Time: 0.000441
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLElink_cacheconstPRIMARYPRIMARY31const,const1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 084f5f445ad8054bcac3439afbde0130, , 1711665631
    Run Time: 0.005467
  7. 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_Thread, Reply, valid, thread_id=4, 1711662031,
    Run Time: 0.002456
  8. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'captcha_nocaptcha', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'editor', 'thread_reply', 'notice_cookies', 'alwn_tab_links', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000610
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 13Using where
  9. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('alwn_overview', 'alwn_whats_new')
    Params: 1
    Run Time: 0.000218
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where

Included Files (250, XenForo Classes: 67)

  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/AddonsLab/CopyThread/Listener/InitDependencies.php
  33. library/AddonsLab/CopyThread/Abstract/Listener/InitDependencies.php
  34. library/AddonsLab/LinkChecker/Listener/InitDependencies.php
  35. library/AddonsLab/LinkChecker/Abstract/Listener/InitDependencies.php
  36. library/AddonsLab/GuestPosting/Listener/InitDependencies.php
  37. library/AddonsLab/GuestPosting/Abstract/Listener/InitDependencies.php
  38. library/AddonsLab/GuestPosting/App.php
  39. library/AddonsLab/GuestPosting/Library/GuestPostingLibrary.php
  40. library/AddonsLab/Core/App.php
  41. library/AddonsLab/Core/Xf1/AppTrait.php
  42. library/AddonsLab/Core/Container.php
  43. library/AddonsLab/Core/Xf1/RegistryProvider.php
  44. library/AddonsLab/Core/RegistryProviderInterface.php
  45. library/AddonsLab/GuestPosting/Library/Flags.php
  46. library/XenForo/Router.php
  47. library/XenForo/Route/Filter.php
  48. library/XenForo/Route/Interface.php
  49. library/XenForo/Route/ResponseSuffix.php
  50. library/XenForo/Route/Prefix.php
  51. library/XenForo/Route/Prefix/Threads.php
  52. library/XenForo/RouteMatch.php
  53. library/AddonsLab/Tools/Listener/FrontControllerPreDispatch.php
  54. library/AddonsLab/Tools/Abstract/Listener/FrontControllerPreDispatch.php
  55. library/XenForo/ControllerPublic/Thread.php
  56. library/XenForo/ControllerPublic/Abstract.php
  57. library/XenForo/Controller.php
  58. library/Andy/SimilarThreads/Listener.php
  59. library/AddonsLab/AddPollOption/Listener/LoadClassController.php
  60. library/AddonsLab/AddPollOption/Abstract/Listener/LoadClassController.php
  61. library/AddonsLab/PerspectiveApi/Listener/LoadClassController.php
  62. library/AddonsLab/PerspectiveApi/Abstract/Listener/LoadClassController.php
  63. library/AddonsLab/CopyThread/Listener/LoadClassController.php
  64. library/AddonsLab/CopyThread/Abstract/Listener/LoadClassController.php
  65. library/AddonsLab/PostLimitPerNode/Listener/LoadClassController.php
  66. library/AddonsLab/PostLimitPerNode/Abstract/Listener/LoadClassController.php
  67. library/AddonsLab/GuestPosting/Listener/LoadClassController.php
  68. library/AddonsLab/GuestPosting/Abstract/Listener/LoadClassController.php
  69. library/Andy/SimilarThreads/ControllerPublic/Thread.php
  70. library/AddonsLab/AddPollOption/Extend/XenForo/ControllerPublic/Thread.php
  71. library/AddonsLab/AddPollOption/Abstract/Extend/XenForo/ControllerPublic/Thread.php
  72. library/AddonsLab/PerspectiveApi/Extend/XenForo/ControllerPublic/Thread.php
  73. library/AddonsLab/PerspectiveApi/Abstract/Extend/XenForo/ControllerPublic/Thread.php
  74. library/AddonsLab/CopyThread/Extend/XenForo/ControllerPublic/Thread.php
  75. library/AddonsLab/CopyThread/Abstract/Extend/XenForo/ControllerPublic/Thread.php
  76. library/AddonsLab/PostLimitPerNode/Extend/XenForo/ControllerPublic/Thread.php
  77. library/AddonsLab/PostLimitPerNode/Abstract/Extend/XenForo/ControllerPublic/Thread.php
  78. library/AddonsLab/GuestPosting/Extend/XenForo/ControllerPublic/Thread.php
  79. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/ControllerPublic/Thread.php
  80. library/XenForo/Input.php
  81. library/XenForo/Session.php
  82. library/XenForo/Helper/Ip.php
  83. library/XenForo/Visitor.php
  84. library/XenForo/Model/User.php
  85. library/AddonsLab/PerspectiveApi/Listener/LoadClassModel.php
  86. library/AddonsLab/PerspectiveApi/Abstract/Listener/LoadClassModel.php
  87. library/AddonsLab/GuestPosting/Listener/LoadClassModel.php
  88. library/AddonsLab/GuestPosting/Abstract/Listener/LoadClassModel.php
  89. library/AddonsLab/PerspectiveApi/Extend/XenForo/Model/User.php
  90. library/AddonsLab/PerspectiveApi/Abstract/Extend/XenForo/Model/User.php
  91. library/AddonsLab/GuestPosting/Extend/XenForo/Model/User.php
  92. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/Model/User.php
  93. library/XenForo/Permission.php
  94. library/XenForo/Helper/Php.php
  95. library/XenForo/Phrase.php
  96. library/XenForo/Locale.php
  97. library/AddonsLab/GuestPosting/Listener/VisitorSetup.php
  98. library/AddonsLab/GuestPosting/Abstract/Listener/VisitorSetup.php
  99. library/AddonsLab/GuestPosting/Library/GuestSession.php
  100. library/AddonsLab/Core/Xf1/SessionProvider.php
  101. library/AddonsLab/Core/SessionProviderInterface.php
  102. library/AddonsLab/Core/Xf1/CookieProvider.php
  103. library/AddonsLab/Core/CookieProviderInterface.php
  104. library/XenForo/Helper/Cookie.php
  105. library/AddonsLab/Tools/Listener/ControllerPreDispatch.php
  106. library/AddonsLab/Tools/Abstract/Listener/ControllerPreDispatch.php
  107. library/XenForo/ControllerHelper/ForumThreadPost.php
  108. library/XenForo/ControllerHelper/Abstract.php
  109. library/AddonsLab/GuestPosting/Listener/LoadClass.php
  110. library/AddonsLab/GuestPosting/Abstract/Listener/LoadClass.php
  111. library/AddonsLab/GuestPosting/Extend/XenForo/ControllerHelper/ForumThreadPost.php
  112. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/ControllerHelper/ForumThreadPost.php
  113. library/XenForo/Model/Thread.php
  114. library/AddonsLab/AddPollOption/Listener/LoadClassModel.php
  115. library/AddonsLab/AddPollOption/Abstract/Listener/LoadClassModel.php
  116. library/AddonsLab/CopyThread/Listener/LoadClassModel.php
  117. library/AddonsLab/CopyThread/Abstract/Listener/LoadClassModel.php
  118. library/AddonsLab/PostLimitPerNode/Listener/LoadClassModel.php
  119. library/AddonsLab/PostLimitPerNode/Abstract/Listener/LoadClassModel.php
  120. library/AddonsLab/ThreadThumbnail/Listener/LoadClassModel.php
  121. library/AddonsLab/ThreadThumbnail/Abstract/Listener/LoadClassModel.php
  122. library/AddonsLab/AddPollOption/Extend/XenForo/Model/Thread.php
  123. library/AddonsLab/AddPollOption/Abstract/Extend/XenForo/Model/Thread.php
  124. library/AddonsLab/CopyThread/Extend/XenForo/Model/Thread.php
  125. library/AddonsLab/CopyThread/Abstract/Extend/XenForo/Model/Thread.php
  126. library/AddonsLab/PostLimitPerNode/Extend/XenForo/Model/Thread.php
  127. library/AddonsLab/PostLimitPerNode/Abstract/Extend/XenForo/Model/Thread.php
  128. library/AddonsLab/GuestPosting/Extend/XenForo/Model/Thread.php
  129. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/Model/Thread.php
  130. library/AddonsLab/ThreadThumbnail/Extend/XenForo/Model/Thread.php
  131. library/AddonsLab/ThreadThumbnail/Abstract/Extend/XenForo/Model/Thread.php
  132. library/XenForo/Model/Forum.php
  133. library/AddonsLab/PostLimitPerNode/Extend/XenForo/Model/Forum.php
  134. library/AddonsLab/PostLimitPerNode/Abstract/Extend/XenForo/Model/Forum.php
  135. library/AddonsLab/GuestPosting/Extend/XenForo/Model/Forum.php
  136. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/Model/Forum.php
  137. library/AddonsLab/GuestPosting/Library/Service/ProductOptionProvider.php
  138. library/AddonsLab/Core/Service/OptionBuilder.php
  139. library/AddonsLab/Core/Xf1/OptionProvider.php
  140. library/AddonsLab/Core/OptionProviderInterface.php
  141. library/XenForo/Helper/String.php
  142. library/XenForo/Model/Post.php
  143. library/AddonsLab/LinkChecker/Listener/LoadClassModel.php
  144. library/AddonsLab/LinkChecker/Abstract/Listener/LoadClassModel.php
  145. library/AddonsLab/LikeLimitPerNode/Listener/LoadClassModel.php
  146. library/AddonsLab/LikeLimitPerNode/Abstract/Listener/LoadClassModel.php
  147. library/AddonsLab/PerspectiveApi/Extend/XenForo/Model/Post.php
  148. library/AddonsLab/PerspectiveApi/Abstract/Extend/XenForo/Model/Post.php
  149. library/AddonsLab/LinkChecker/Extend/XenForo/Model/Post.php
  150. library/AddonsLab/LinkChecker/Abstract/Extend/XenForo/Model/Post.php
  151. library/AddonsLab/GuestPosting/Extend/XenForo/Model/Post.php
  152. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/Model/Post.php
  153. library/AddonsLab/ThreadThumbnail/Extend/XenForo/Model/Post.php
  154. library/AddonsLab/ThreadThumbnail/Abstract/Extend/XenForo/Model/Post.php
  155. library/AddonsLab/LikeLimitPerNode/Extend/XenForo/Model/Post.php
  156. library/AddonsLab/LikeLimitPerNode/Abstract/Extend/XenForo/Model/Post.php
  157. library/XenForo/BbCode/Formatter/Base.php
  158. library/XenForo/BbCode/Formatter/BbCode/Strip.php
  159. library/XenForo/BbCode/Formatter/BbCode/Abstract.php
  160. library/XenForo/BbCode/Parser.php
  161. library/XenForo/Model/Node.php
  162. library/XenForo/Route/Prefix/Categories.php
  163. library/XenForo/Route/Prefix/Forums.php
  164. library/XenForo/Model/Attachment.php
  165. library/XenForo/Model/ThreadWatch.php
  166. library/XenForo/Captcha/Abstract.php
  167. library/XenForo/Captcha/ReCaptcha.php
  168. library/XenForo/Captcha/NoCaptcha.php
  169. library/XenForo/ControllerResponse/View.php
  170. library/XenForo/ControllerResponse/Abstract.php
  171. library/AddonsLab/Website/Listener/ControllerPostDispatch.php
  172. library/AddonsLab/Website/Abstract/Listener/ControllerPostDispatch.php
  173. library/XenForo/ViewRenderer/HtmlPublic.php
  174. library/XenForo/ViewRenderer/Abstract.php
  175. library/XenForo/Template/Public.php
  176. library/XenForo/Template/Abstract.php
  177. library/AddonsLab/Tools/Listener/FrontControllerPreView.php
  178. library/AddonsLab/Tools/Abstract/Listener/FrontControllerPreView.php
  179. library/AddonsLab/LinkChecker/Listener/FrontControllerPreView.php
  180. library/AddonsLab/LinkChecker/Abstract/Listener/FrontControllerPreView.php
  181. library/AddonsLab/GuestPosting/Listener/FrontControllerPreView.php
  182. library/AddonsLab/GuestPosting/Abstract/Listener/FrontControllerPreView.php
  183. library/XenForo/ViewPublic/Thread/Reply.php
  184. library/XenForo/ViewPublic/Base.php
  185. library/XenForo/View.php
  186. library/AddonsLab/QuickThread/Listener/TemplateCreate.php
  187. library/AddonsLab/QuickThread/Abstract/Listener/TemplateCreate.php
  188. library/AddonsLab/QuickThread/ThreadPromptProvider.php
  189. library/AddonsLab/OriginalPosterHighlight/Listener/TemplateCreate.php
  190. library/AddonsLab/OriginalPosterHighlight/Abstract/Listener/TemplateCreate.php
  191. library/XenForo/ViewPublic/Helper/Editor.php
  192. library/AddonsLab/PerspectiveApi/Listener/EditorSetup.php
  193. library/AddonsLab/PerspectiveApi/Abstract/Listener/EditorSetup.php
  194. library/XenForo/BbCode/Formatter/Wysiwyg.php
  195. library/AddonsLab/PerspectiveApi/Listener/TemplateCreate.php
  196. library/AddonsLab/PerspectiveApi/Abstract/Listener/TemplateCreate.php
  197. library/XenForo/Route/Prefix/Members.php
  198. library/AddonsLab/WhatIsNew/Listener/NavigationTabs.php
  199. library/AddonsLab/WhatIsNew/Abstract/Listener/NavigationTabs.php
  200. library/AddonsLab/WhatIsNew/App.php
  201. library/XenForo/ControllerPublic/FindNew.php
  202. library/AddonsLab/WhatIsNew/Listener/LoadClassController.php
  203. library/AddonsLab/WhatIsNew/Abstract/Listener/LoadClassController.php
  204. library/AddonsLab/WhatIsNew/Extend/XenForo/ControllerPublic/FindNew.php
  205. library/AddonsLab/WhatIsNew/Abstract/Extend/XenForo/ControllerPublic/FindNew.php
  206. library/AddonsLab/Core/Xf1/PhraseProvider.php
  207. library/AddonsLab/Core/PhraseProviderInterface.php
  208. library/AddonsLab/Website/Listener/TemplateCreate.php
  209. library/AddonsLab/Website/Abstract/Listener/TemplateCreate.php
  210. library/XenForo/Route/Prefix/Posts.php
  211. library/XenForo/ViewRenderer/Json.php
  212. library/XenForo/Helper/Criteria.php
  213. library/XenForo/Debug.php
  214. library/AddonsLab/Website/Route/PrefixPublic/Home.php
  215. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Home.php
  216. library/AddonsLab/Website/Route/PrefixPublic/Services.php
  217. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Services.php
  218. library/AddonsLab/Website/Route/PrefixPublic/Portfolio.php
  219. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Portfolio.php
  220. library/AddonsLab/Website/Route/PrefixPublic/Pricing.php
  221. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Pricing.php
  222. library/AddonsLab/PerspectiveApi/Listener/TemplateHook.php
  223. library/AddonsLab/PerspectiveApi/Abstract/Listener/TemplateHook.php
  224. library/AddonsLab/PerspectiveApi/Licensing/Engine/Xf1.php
  225. library/AddonsLab/Licensing/Engine/Xf1.php
  226. library/AddonsLab/Licensing/Engine/AbstractEngine.php
  227. library/AddonsLab/Licensing/Engine/AbstractEngineInterface.php
  228. library/AddonsLab/Licensing/Checker.php
  229. library/AddonsLab/Licensing/StorageDriver/File.php
  230. library/AddonsLab/Licensing/StorageDriver/AbstractStorageDriver.php
  231. library/XenForo/Helper/File.php
  232. library/AddonsLab/Licensing/StorageDriver/Database.php
  233. library/AddonsLab/Licensing/LicenseData.php
  234. library/AddonsLab/Licensing/Encoder.php
  235. library/AddonsLab/WhatIsNew/Listener/TemplateHook.php
  236. library/AddonsLab/WhatIsNew/Abstract/Listener/TemplateHook.php
  237. library/AddonsLab/Licensing/LicenseValidationService.php
  238. library/AddonsLab/WhatIsNew/Licensing/Engine/Xf1.php
  239. library/AddonsLab/LinkChecker/Listener/TemplateHook.php
  240. library/AddonsLab/LinkChecker/Abstract/Listener/TemplateHook.php
  241. library/AddonsLab/LinkChecker/Licensing/Engine/Xf1.php
  242. library/AddonsLab/GuestPosting/Listener/TemplateHook.php
  243. library/AddonsLab/GuestPosting/Abstract/Listener/TemplateHook.php
  244. library/AddonsLab/GuestPosting/Licensing/Engine/Xf1.php
  245. library/AddonsLab/ThreadThumbnail/Listener/TemplateHook.php
  246. library/AddonsLab/ThreadThumbnail/Abstract/Listener/TemplateHook.php
  247. library/AddonsLab/ThreadThumbnail/Licensing/Engine/Xf1.php
  248. library/AddonsLab/QuickThread/Listener/TemplateHook.php
  249. library/AddonsLab/QuickThread/Abstract/Listener/TemplateHook.php
  250. library/AddonsLab/QuickThread/Licensing/Engine/Xf1.php