Page Time: 0.1852s

Memory: 8.8461 MB (Peak: 9.4028 MB)

Queries (16, time: 0.0227s, 12.2%)

  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.001174
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000425
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000172
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: da_ssx
    Run Time: 0.000390
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  5. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra,
    	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 xf_user AS user ON
    			(user.user_id = thread.user_id)
    	LEFT JOIN sticky_thread_order AS sticky_thread_order ON(sticky_thread_order.thread_id = thread.thread_id)
    WHERE thread.thread_id = ?
    Params: 17473
    Run Time: 0.000911
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEsticky_thread_orderrefPRIMARYPRIMARY4const1Using index
  6. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    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: 153
    Run Time: 0.000277
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  7. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date, session.view_date
    FROM xf_post AS post
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id)LEFT OUTER JOIN xf_session_activity AS session ON post.user_id = session.user_id
    WHERE post.thread_id = ?
    	 AND (post.position >= 0 AND post.position < 20) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 17473
    Run Time: 0.002495
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activitysystemPRIMARY   0Const row not found
    SIMPLEsessionsystemPRIMARY   0Const row not found
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const1Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4dsotpnet_cr.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4dsotpnet_cr.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4dsotpnet_cr.post.user_id1 
  8. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 17473
    Run Time: 0.000392
  9. SELECT COUNT(*)
    FROM xf_thread_read
    WHERE thread_id = ?
    Params: 17473
    Run Time: 0.000658
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_thread_readrefthread_idthread_id4const1Using index
  10. SELECT option_value FROM xf_option WHERE option_id = 'currentVersionId'
    Run Time: 0.000270
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_optionconstPRIMARYPRIMARY52const1 
  11. INSERT INTO `xf_error_log` (`exception_date`, `user_id`, `ip_address`, `exception_type`, `message`, `filename`, `line`, `trace_string`, `request_state`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: 1714533759, 0, , Zend_Db_Statement_Mysqli_Exception, Mysqli prepare error: Table './dsotpnet_cr/xf_session' is marked as crashed and last (automatic?) repair failed, library/Zend/Db/Statement/Mysqli.php, 77, #0 /home4/canberra/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO `xf...') #1 /home4/canberra/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...') #2 /home4/canberra/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...') #3 /home4/canberra/public_html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array) #4 /home4/canberra/public_html/library/XenForo/Session.php(854): Zend_Db_Adapter_Abstract->insert('xf_session', Array) #5 /home4/canberra/public_html/library/XenForo/Session.php(573): XenForo_Session->saveSessionToSource('278fbea45486c0d...', false) #6 /home4/canberra/public_html/library/XenForo/Controller.php(414): XenForo_Session->save() #7 /home4/canberra/public_html/library/XenForo/Controller.php(358): XenForo_Controller->updateSession(Object(XenForo_ControllerResponse_View), 'XenForo_Control...', 'Index') #8 /home4/canberra/public_html/library/XenForo/FrontController.php(358): XenForo_Controller->postDispatch(Object(XenForo_ControllerResponse_View), 'XenForo_Control...', 'Index') #9 /home4/canberra/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch)) #10 /home4/canberra/public_html/index.php(13): XenForo_FrontController->run() #11 {main}, a:3:{s:3:"url";s:84:"https://canberrariders.org.au/index.php?threads/f-s-honda-hornet-250.17473/&_debug=1";s:4:"_GET";a:2:{s:35:"threads/f-s-honda-hornet-250_17473/";s:0:"";s:6:"_debug";s:1:"1";}s:5:"_POST";a:0:{}}
    Run Time: 0.012982
  12. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: da_ssx
    Run Time: 0.000224
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  13. SELECT option_value FROM xf_option WHERE option_id = 'currentVersionId'
    Run Time: 0.000272
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_optionconstPRIMARYPRIMARY52const1 
  14. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000514
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'EWRatendo2_Navtabs', 'EWRcarta_Navtabs', 'waindigo_you_are_using_as_user_loginasuser', 'waindigo_moderator_bar_loginasuser', 'modess_moderator_bar_mod_log_counts', 'rotating_ads_slider', 'wf_hook_moderator_bar', 'wf_revealer', 'dark_taigachat', 'dark_taigachat_list', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.001278
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 12Using where
  16. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('atendo2_calendar', 'wiki')
    Params: 1
    Run Time: 0.000226
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where

Included Files (169, XenForo Classes: 58)

  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/Waindigo/Listener/InitDependencies.php
  33. library/Waindigo/Listener/InitDependencies/20150212.php
  34. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  35. library/ModEss/Listener/Cog.php
  36. library/sonnb/XenGallery/Listener.php
  37. library/WidgetFramework/Listener.php
  38. library/Dark/TaigaChat/EventListener/Listener.php
  39. library/MassDeleteSpammers/Listener.php
  40. library/Asp/OnlineStatus/Plugin/Plugin.php
  41. library/Borbole/ThreadReaders/Listener/Listener.php
  42. library/EWRcarta/Listener/Model.php
  43. library/WidgetFramework/Option.php
  44. library/NFLJ/Showcase/Listener/Proxy.php
  45. library/EWRatendo2/Listener/Init.php
  46. library/EWRcarta/Listener/Init.php
  47. library/XenForo/DataWriter/User.php
  48. library/XenForo/DataWriter.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/Threads.php
  56. library/XenForo/RouteMatch.php
  57. library/XenForo/ControllerPublic/Thread.php
  58. library/XenForo/ControllerPublic/Abstract.php
  59. library/XenForo/Controller.php
  60. library/DaTheme/SSX/EventListener.php
  61. library/EWRatendo2/Listener/Controller.php
  62. library/WMTech/UserSelfDeleteLite/Listener.php
  63. library/EWRcarta/Listener/Controller.php
  64. library/sonnbStopSpamHere/Listener.php
  65. library/ModEss/ControllerPublic/Thread.php
  66. library/sonnb/XenGallery/XenForo/ControllerPublic/Thread.php
  67. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  68. library/EWRatendo2/ControllerPublic/Thread.php
  69. library/Borbole/ThreadReaders/ControllerPublic/Thread.php
  70. library/sonnbStopSpamHere/ControllerPublic/Thread.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/LoginAsUser/Listener/LoadClass.php
  77. library/Waindigo/Listener/LoadClass.php
  78. library/Waindigo/Listener/LoadClass/20150518.php
  79. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  80. library/sonnb/XenGallery/XenForo/Model/User.php
  81. library/WidgetFramework/XenForo/Model/User.php
  82. library/MassDeleteSpammers/ModelUser.php
  83. library/EWRcarta/Model/User.php
  84. library/XenForo/Permission.php
  85. library/XenForo/Phrase.php
  86. library/XenForo/Locale.php
  87. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  88. library/Waindigo/Listener/VisitorSetup.php
  89. library/Waindigo/Listener/VisitorSetup/20150106.php
  90. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  91. library/EWRatendo2/Model/Perms.php
  92. library/DaTheme/SSX/ControllerHelper/StyleChange.php
  93. library/XenForo/ControllerHelper/Abstract.php
  94. library/DaTheme/SSX/Model/SetStyleForX.php
  95. library/XenForo/ControllerHelper/ForumThreadPost.php
  96. library/XenForo/Model/Thread.php
  97. library/ModEss/Model/Thread.php
  98. library/WidgetFramework/XenForo/Model/Thread.php
  99. library/Borbole/ThreadReaders/Model/Thread.php
  100. library/XenForo/Model/Forum.php
  101. library/XenForo/Helper/String.php
  102. library/XenForo/Model/Post.php
  103. library/ModEss/Model/Post.php
  104. library/Asp/OnlineStatus/Model/AspPost.php
  105. library/EWRcarta/Model/Post.php
  106. library/ModEss/Model/ModEss.php
  107. library/XenForo/Model/Attachment.php
  108. library/XenForo/Model/Node.php
  109. library/ModEss/Model/Node.php
  110. library/XenForo/Route/Prefix/Categories.php
  111. library/XenForo/Route/Prefix/Forums.php
  112. library/XenForo/ControllerResponse/View.php
  113. library/XenForo/ControllerResponse/Abstract.php
  114. library/Zend/Db/Statement/Mysqli/Exception.php
  115. library/Zend/Db/Statement/Exception.php
  116. library/Zend/Db/Exception.php
  117. library/Zend/Exception.php
  118. library/XenForo/Error.php
  119. library/XenForo/Db.php
  120. library/XenForo/Helper/File.php
  121. library/XenForo/ControllerPublic/Error.php
  122. library/Waindigo/LoginAsUser/Extend/XenForo/ControllerPublic/Error.php
  123. library/XenForo/ViewRenderer/HtmlPublic.php
  124. library/XenForo/ViewRenderer/Abstract.php
  125. library/XenForo/Template/Public.php
  126. library/XenForo/Template/Abstract.php
  127. library/WidgetFramework/Core.php
  128. library/XenForo/Model/Moderator.php
  129. library/ModEss/Model/Moderator.php
  130. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  131. library/NFLJ/Showcase/Listener/Proxy/ModelModerator.php
  132. library/RotatingAds/Listener.php
  133. library/NFLJ/Showcase/Listener/WidgetFramework.php
  134. library/WFUpcomingEvents/Listener.php
  135. library/WidgetFramework/Model/Widget.php
  136. library/WidgetFramework/Helper/Sort.php
  137. library/WidgetFramework/WidgetRenderer.php
  138. library/XenForo/ViewPublic/Error/ServerError.php
  139. library/XenForo/ViewPublic/Base.php
  140. library/XenForo/View.php
  141. library/WidgetFramework/XenForo/View1.php
  142. library/XenForo/Route/Prefix/Members.php
  143. library/NFLJ/Showcase/Listener/Template.php
  144. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  145. library/EWRatendo2/Listener/NavTabs.php
  146. library/EWRcarta/Listener/NavTabs.php
  147. library/EWRcarta/Model/Perms.php
  148. library/EWRcarta/Model/Lists.php
  149. library/Waindigo/LoginAsUser/Listener/TemplateCreate.php
  150. library/Waindigo/Listener/TemplateCreate.php
  151. library/Waindigo/Listener/TemplateCreate/20150106.php
  152. library/WidgetFramework/Template/Extended.php
  153. library/XenForo/Debug.php
  154. library/Waindigo/LoginAsUser/Listener/TemplateHook.php
  155. library/Waindigo/Listener/TemplateHook.php
  156. library/Waindigo/Listener/TemplateHook/20150106.php
  157. library/Waindigo/Listener/Template.php
  158. library/Waindigo/Listener/Template/20150106.php
  159. library/RotatingAds/Engine.php
  160. library/RotatingAds/Model.php
  161. library/Tinhte/Html5Uploader/Listener.php
  162. library/CemZoo/EasyBan/Template/Hook.php
  163. library/EWRcarta/Listener/Template.php
  164. library/phc/whoVoted/Listener/Listener.php
  165. library/RotatingAds/DataWriter.php
  166. library/Dark/TaigaChat/Model/TaigaChat.php
  167. library/Dark/TaigaChat/Helper/Global.php
  168. library/Tinhte/Html5Uploader/Template.php
  169. library/XenForo/ViewRenderer/Json.php