Page Time: 0.0368s

Memory: 4.4613 MB (Peak: 4.5574 MB)

Queries (4, time: 0.0026s, 7.2%)

  1. SELECT `xf_help_page`.*
    FROM `xf_help_page`
    LEFT JOIN `xf_addon` AS `xf_addon_AddOn_1` ON (`xf_addon_AddOn_1`.`addon_id` = `xf_help_page`.`addon_id`)
    WHERE (`xf_help_page`.`active` = 1) AND ((`xf_addon_AddOn_1`.`active` = 1) OR (`xf_help_page`.`addon_id` = ''))
    ORDER BY `xf_help_page`.`display_order` ASC
    Run Time: 0.000674
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_help_pageALL    6Using where; Using filesort
    SIMPLExf_addon_AddOn_1eq_refPRIMARYPRIMARY52board.xf_help_page.addon_id1Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Help.php at line 88
    4. XF\Pub\Controller\Help->getActiveHelpPages() in src/XF/Pub/Controller/Help.php at line 25
    5. XF\Pub\Controller\Help->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    10. XF\App->run() in src/XF.php at line 524
    11. XF::runApp() in index.php at line 20
  2. SELECT view_date
    FROM xf_session_activity
    WHERE user_id = ? AND unique_key = ?
    Params: 0,
    Run Time: 0.000852
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_session_activityconstPRIMARYPRIMARY22const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 152
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/Repository/SessionActivity.php at line 134
    4. XF\Repository\SessionActivity->updateSessionActivity() in src/addons/xenMade/LAU/XF/Repository/SessionActivity.php at line 16
    5. xenMade\LAU\XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 84
    6. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 44
    7. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 360
    8. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    13. XF\App->run() in src/XF.php at line 524
    14. XF::runApp() in index.php at line 20
  3. -- XFDB=noForceAllWrite
    UPDATE xf_session_activity
    SET
    	ip = ?,
    	controller_name = ?,
    	controller_action = ?,
    	view_state = ?,
    	params = ?,
    	view_date = ?,
    	robot_key = ?
    WHERE user_id = ? AND unique_key = ?
    Params: , XF\Pub\Controller\Help, Index, valid, , 1715280272, , 0,
    Run Time: 0.000620

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Repository/SessionActivity.php at line 227
    3. XF\Repository\SessionActivity->updateSessionActivity() in src/addons/xenMade/LAU/XF/Repository/SessionActivity.php at line 16
    4. xenMade\LAU\XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 84
    5. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 44
    6. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 360
    7. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000503
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 152
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 34
    4. XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
    5. XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1218
    6. XF\Entity\User->hasPermission() in src/XF/Entity/User.php at line 628
    7. XF\Entity\User->canSearch() in src/XF/Template/Templater.php at line 1192
    8. XF\Template\Templater->method() in internal_data/code_cache/navigation_cache.php at line 235
    9. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7652
    10. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 578
    11. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 529
    12. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2281
    13. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    14. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    16. XF\App->run() in src/XF.php at line 524
    17. XF::runApp() in index.php at line 20

Included Files (232, XenForo Classes: 86)

  1. index.php
  2. src/XF.php
  3. src/vendor/autoload.php
  4. src/vendor/composer/autoload_real.php
  5. src/vendor/composer/ClassLoader.php
  6. src/vendor/composer/autoload_static.php
  7. src/vendor/laminas/laminas-zendframework-bridge/src/autoload.php
  8. src/vendor/laminas/laminas-zendframework-bridge/src/Autoloader.php
  9. src/vendor/laminas/laminas-zendframework-bridge/src/RewriteRules.php
  10. src/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
  11. src/vendor/symfony/polyfill-php72/bootstrap.php
  12. src/vendor/symfony/polyfill-intl-idn/bootstrap.php
  13. src/vendor/symfony/polyfill-mbstring/bootstrap.php
  14. src/vendor/ralouphie/getallheaders/src/getallheaders.php
  15. src/vendor/guzzlehttp/promises/src/functions_include.php
  16. src/vendor/guzzlehttp/promises/src/functions.php
  17. src/vendor/guzzlehttp/psr7/src/functions_include.php
  18. src/vendor/guzzlehttp/psr7/src/functions.php
  19. src/vendor/guzzlehttp/guzzle/src/functions_include.php
  20. src/vendor/guzzlehttp/guzzle/src/functions.php
  21. src/vendor/paragonie/sodium_compat/autoload.php
  22. src/vendor/paragonie/sodium_compat/autoload-php7.php
  23. src/vendor/paragonie/sodium_compat/src/Compat.php
  24. src/vendor/paragonie/sodium_compat/lib/namespaced.php
  25. src/vendor/paragonie/sodium_compat/lib/sodium_compat.php
  26. src/vendor/paragonie/sodium_compat/lib/constants.php
  27. src/vendor/paragonie/sodium_compat/lib/php72compat.php
  28. src/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php
  29. src/vendor/paragonie/sodium_compat/lib/ristretto255.php
  30. src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  31. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  32. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  33. src/vendor/dokuwiki/utf8/utf8.php
  34. src/XF/Http/Request.php
  35. src/XF/InputFilterer.php
  36. src/XF/Pub/App.php
  37. src/XF/App.php
  38. src/XF/Container.php
  39. src/config.php
  40. src/XF/DataRegistry.php
  41. src/XF/Db/Mysqli/ReplicationAdapter.php
  42. src/XF/Db/AbstractAdapter.php
  43. src/XF/Db/ReplicationAdapterInterface.php
  44. src/XF/CacheFactory.php
  45. src/addons/SV/RedisCache/Redis.php
  46. src/addons/SV/RedisCache/Credis/Client.php
  47. src/addons/SV/RedisCache/Credis/Sentinel.php
  48. src/addons/SV/RedisCache/Cm_Cache_Backend_Redis.php
  49. src/addons/SV/RedisCache/CacheProvider.php
  50. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
  51. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
  52. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
  53. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
  54. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
  55. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
  56. src/XF/Extension.php
  57. src/XF/AddOn/Manager.php
  58. src/XF/ComposerAutoload.php
  59. src/addons/Fxgp/MyFreeOnesIntegration/vendor/composer/autoload_namespaces.php
  60. src/addons/Fxgp/MyFreeOnesIntegration/vendor/composer/autoload_psr4.php
  61. src/addons/Fxgp/MyFreeOnesIntegration/vendor/composer/autoload_classmap.php
  62. src/addons/Fxgp/MyFreeOnesIntegration/vendor/composer/autoload_files.php
  63. src/addons/Fxgp/MyFreeOnesIntegration/vendor/symfony/polyfill-php80/bootstrap.php
  64. src/addons/Fxgp/MyFreeOnesIntegration/vendor/symfony/deprecation-contracts/function.php
  65. src/addons/Fxgp/MyFreeOnesIntegration/vendor/symfony/polyfill-ctype/bootstrap.php
  66. src/addons/Fxgp/MyFreeOnesIntegration/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
  67. src/addons/Fxgp/MyFreeOnesIntegration/vendor/symfony/string/Resources/functions.php
  68. src/addons/Fxgp/MyFreeOnesIntegration/vendor/mtdowling/jmespath.php/src/JmesPath.php
  69. src/addons/Fxgp/MyFreeOnesIntegration/vendor/symfony/polyfill-php73/bootstrap.php
  70. src/addons/Fxgp/MyFreeOnesIntegration/vendor/aws/aws-sdk-php/src/functions.php
  71. src/addons/Fxgp/SubjectLinksSubstitution/vendor/composer/autoload_namespaces.php
  72. src/addons/Fxgp/SubjectLinksSubstitution/vendor/composer/autoload_psr4.php
  73. src/addons/Fxgp/SubjectLinksSubstitution/vendor/composer/autoload_classmap.php
  74. src/addons/Fxgp/SubjectLinksSubstitution/vendor/composer/autoload_files.php
  75. src/addons/Fxgp/SubjectLinksSubstitution/vendor/react/promise/src/functions_include.php
  76. src/addons/Fxgp/SubjectLinksSubstitution/vendor/react/promise/src/functions.php
  77. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/autoload.php
  78. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/HotThreads.php
  79. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AbstractEndpoint.php
  80. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Info.php
  81. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php
  82. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Stats.php
  83. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/GetSettings.php
  84. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PutSettings.php
  85. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php
  86. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php
  87. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetAlias.php
  88. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutAlias.php
  89. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php
  90. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ClearCache.php
  91. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsType.php
  92. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php
  93. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetMapping.php
  94. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutMapping.php
  95. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetSettings.php
  96. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutSettings.php
  97. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetTemplate.php
  98. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutTemplate.php
  99. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php
  100. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php
  101. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php
  102. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Upgrade.php
  103. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php
  104. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php
  105. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php
  106. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php
  107. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php
  108. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetScript.php
  109. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/PutScript.php
  110. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DeleteScript.php
  111. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php
  112. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php
  113. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php
  114. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php
  115. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetSource.php
  116. src/addons/Fxgp/SubjectLinksSubstitution/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/ListTasks.php
  117. src/addons/Xfrocks/K8s/vendor/composer/autoload_namespaces.php
  118. src/addons/Xfrocks/K8s/vendor/composer/autoload_psr4.php
  119. src/addons/Xfrocks/K8s/vendor/composer/autoload_classmap.php
  120. src/addons/Xfrocks/K8s/vendor/composer/autoload_files.php
  121. src/addons/Xfrocks/K8s/vendor/react/promise-timer/src/functions_include.php
  122. src/addons/Xfrocks/K8s/vendor/react/promise-timer/src/functions.php
  123. src/addons/Xfrocks/K8s/vendor/symfony/translation/Resources/functions.php
  124. src/addons/Xfrocks/K8s/vendor/illuminate/collections/helpers.php
  125. src/addons/Xfrocks/K8s/vendor/illuminate/support/helpers.php
  126. src/addons/Xfrocks/K8s/vendor/ratchet/pawl/src/functions_include.php
  127. src/addons/Xfrocks/K8s/vendor/ratchet/pawl/src/functions.php
  128. src/addons/SV/RedisCache/Listener.php
  129. src/addons/SV/RedisCache/ContainerExtractor.php
  130. src/addons/Xfrocks/K8s/Listener.php
  131. src/addons/SV/StandardLib/XF/InputFilterer.php
  132. src/XF/Session/Session.php
  133. src/XF/Session/CacheStorage.php
  134. src/XF/Session/StorageInterface.php
  135. src/XF/Util/Ip.php
  136. src/XF/Util/Random.php
  137. src/XF/Http/Response.php
  138. src/XF/Data/Search.php
  139. src/XF/CookieConsent.php
  140. src/XF/Captcha/Question.php
  141. src/XF/Captcha/AbstractCaptcha.php
  142. src/XF/SubContainer/BbCode.php
  143. src/XF/SubContainer/AbstractSubContainer.php
  144. src/XF/Mvc/Entity/Manager.php
  145. src/XF/Mvc/Entity/ValueFormatter.php
  146. src/XF/Repository/Payment.php
  147. src/XF/Mvc/Entity/Repository.php
  148. src/XF/Repository/User.php
  149. src/XF/Entity/User.php
  150. src/XF/Mvc/Entity/Entity.php
  151. src/XF/Entity/LinkableInterface.php
  152. src/addons/xenMade/LAU/XF/Entity/User.php
  153. src/addons/SV/BookmarkEssentials/XF/Entity/User.php
  154. src/XF/Mvc/Entity/Structure.php
  155. src/XF/Entity/UserAuth.php
  156. src/XF/Entity/UserOption.php
  157. src/XF/Entity/UserProfile.php
  158. src/XF/Entity/UserPrivacy.php
  159. src/XF/Util/File.php
  160. src/XF/Language.php
  161. src/XF/Mvc/Dispatcher.php
  162. src/XF/Mvc/Router.php
  163. src/addons/XF301VB/Mvc/Router.php
  164. src/XF/Mvc/RouteMatch.php
  165. src/XF/Util/Arr.php
  166. src/XF/Mvc/ParameterBag.php
  167. src/XF/Pub/Controller/Help.php
  168. src/XF/Pub/Controller/AbstractController.php
  169. src/XF/Mvc/Controller.php
  170. src/XF/Repository/HelpPage.php
  171. src/XF/Entity/HelpPage.php
  172. src/XF/Mvc/Entity/Finder.php
  173. src/XF/Entity/AddOn.php
  174. src/XF/Db/Mysqli/Statement.php
  175. src/XF/Db/AbstractStatement.php
  176. src/XF/Mvc/Entity/ArrayCollection.php
  177. src/XF/Mvc/Entity/AbstractCollection.php
  178. src/XF/Mvc/Reply/View.php
  179. src/XF/Mvc/Reply/AbstractReply.php
  180. src/XF/Repository/SessionActivity.php
  181. src/addons/SV/RedisCache/XF/Repository/SessionActivity.php
  182. src/addons/xenMade/LAU/XF/Repository/SessionActivity.php
  183. src/XF/Data/Robot.php
  184. src/addons/Xfrocks/K8s/Util/CodeCache.php
  185. src/XF/Style.php
  186. src/XF/Template/Templater.php
  187. src/addons/xenMade/LAU/XF/Template/Templater.php
  188. src/XF/DevelopmentOutput.php
  189. src/XF/DevelopmentOutput/Template.php
  190. src/XF/DevelopmentOutput/AbstractHandler.php
  191. src/XF/Template/WatcherInterface.php
  192. src/XF/SubContainer/Widget.php
  193. src/addons/SV/StandardLib/TemplaterHelper.php
  194. src/addons/SV/StandardLib/TemplaterAccess.php
  195. src/XF/SimpleCache.php
  196. src/XF/Util/Php.php
  197. src/addons/Hampel/JobRunner/Listener.php
  198. src/XF/Mvc/Renderer/Html.php
  199. src/XF/Mvc/Renderer/AbstractRenderer.php
  200. src/XF/Mvc/View.php
  201. src/XF/Template/Template.php
  202. internal_data/code_cache/templates/l1/s3/public/help_index.php
  203. src/XF/PreEscaped.php
  204. internal_data/code_cache/templates/l1/s3/public/metadata_macros.php
  205. src/XF/Template/MacroState.php
  206. src/XF/Phrase.php
  207. internal_data/code_cache/phrase_groups/l1/help_page_title.php
  208. internal_data/code_cache/phrase_groups/l1/help_page_desc.php
  209. internal_data/code_cache/templates/l1/s3/public/help_wrapper.php
  210. internal_data/code_cache/navigation_cache.php
  211. src/XF/PermissionCache.php
  212. src/XF/PermissionSet.php
  213. src/XF/Pub/Route/Search.php
  214. src/XF/NoticeList.php
  215. src/XF/Criteria/User.php
  216. src/XF/Criteria/AbstractCriteria.php
  217. src/XF/Criteria/Page.php
  218. internal_data/code_cache/templates/l1/s3/public/PAGE_CONTAINER.php
  219. src/XF/Util/Color.php
  220. src/XF/Str/Formatter.php
  221. internal_data/code_cache/templates/l1/s3/public/helper_js_global.php
  222. internal_data/code_cache/templates/l1/s3/public/font_awesome_setup.php
  223. internal_data/code_cache/templates/l1/s3/public/google_analytics.php
  224. internal_data/code_cache/templates/l1/s3/public/lau_staff_bar.php
  225. internal_data/code_cache/templates/l1/s3/public/_ads.php
  226. internal_data/code_cache/phrase_groups/l1/nav.php
  227. internal_data/code_cache/phrase_groups/l1/button.php
  228. internal_data/code_cache/templates/l1/s3/public/notice_macros.php
  229. internal_data/code_cache/templates/l1/s3/public/browser_warning_macros.php
  230. internal_data/code_cache/templates/l1/s3/public/debug_macros.php
  231. src/XF/Debugger.php
  232. src/addons/SV/RedisCache/XF/Debugger.php

DB Connection Stats

bytes_sent1268
bytes_received2934
packets_sent28
packets_received100
protocol_overhead_in400
protocol_overhead_out112
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet81
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet89
bytes_received_prepare_response_packet2226
bytes_received_change_user_packet351
packets_sent_command13
packets_received_ok0
packets_received_eof0
packets_received_rset_header9
packets_received_rset_field_meta0
packets_received_rset_row6
packets_received_prepare_response72
packets_received_change_user7
result_set_queries3
non_result_set_queries3
no_index_used0
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets3
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed3
rows_fetched_from_server_normal0
rows_fetched_from_server_ps4
rows_buffered_from_client_normal0
rows_buffered_from_client_ps4
rows_fetched_from_client_normal_buffered0
rows_fetched_from_client_normal_unbuffered0
rows_fetched_from_client_ps_buffered0
rows_fetched_from_client_ps_unbuffered0
rows_fetched_from_client_ps_cursor0
rows_affected_normal0
rows_affected_ps0
rows_skipped_normal0
rows_skipped_ps4
copy_on_write_saved0
copy_on_write_performed0
command_buffer_too_small0
connect_success1
connect_failure0
connection_reused0
reconnect0
pconnect_success1
active_connections1
active_persistent_connections1
explicit_close0
implicit_close0
disconnect_close0
in_middle_of_command_close0
explicit_free_result0
implicit_free_result0
explicit_stmt_close0
implicit_stmt_close0
mem_emalloc_count0
mem_emalloc_amount0
mem_ecalloc_count0
mem_ecalloc_amount0
mem_erealloc_count0
mem_erealloc_amount0
mem_efree_count0
mem_efree_amount0
mem_malloc_count0
mem_malloc_amount0
mem_calloc_count0
mem_calloc_amount0
mem_realloc_count0
mem_realloc_amount0
mem_free_count0
mem_free_amount0
mem_estrndup_count0
mem_strndup_count0
mem_estrdup_count0
mem_strdup_count0
mem_edupl_count0
mem_dupl_count0
proto_text_fetched_null0
proto_text_fetched_bit0
proto_text_fetched_tinyint0
proto_text_fetched_short0
proto_text_fetched_int240
proto_text_fetched_int0
proto_text_fetched_bigint0
proto_text_fetched_decimal0
proto_text_fetched_float0
proto_text_fetched_double0
proto_text_fetched_date0
proto_text_fetched_year0
proto_text_fetched_time0
proto_text_fetched_datetime0
proto_text_fetched_timestamp0
proto_text_fetched_string0
proto_text_fetched_blob0
proto_text_fetched_enum0
proto_text_fetched_set0
proto_text_fetched_geometry0
proto_text_fetched_other0
proto_binary_fetched_null0
proto_binary_fetched_bit4
proto_binary_fetched_tinyint0
proto_binary_fetched_short0
proto_binary_fetched_int240
proto_binary_fetched_int0
proto_binary_fetched_bigint0
proto_binary_fetched_decimal4
proto_binary_fetched_float0
proto_binary_fetched_double0
proto_binary_fetched_date0
proto_binary_fetched_year0
proto_binary_fetched_time0
proto_binary_fetched_datetime0
proto_binary_fetched_timestamp0
proto_binary_fetched_string0
proto_binary_fetched_json32
proto_binary_fetched_blob0
proto_binary_fetched_enum0
proto_binary_fetched_set0
proto_binary_fetched_geometry0
proto_binary_fetched_other0
init_command_executed_count0
init_command_failed_count0
com_quit0
com_init_db0
com_query2
com_field_list0
com_create_db0
com_drop_db0
com_refresh0
com_shutdown0
com_statistics0
com_process_info0
com_connect0
com_process_kill0
com_debug0
com_ping0
com_time0
com_delayed_insert0
com_change_user0
com_binlog_dump0
com_table_dump0
com_connect_out0
com_register_slave0
com_stmt_prepare4
com_stmt_execute4
com_stmt_send_long_data0
com_stmt_close3
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps279

Redis Connection stats (1, time: 0.0047s, 10.9%)

main

gets1
gets.time0.004666698
sets0
sets.time0
deletes0
deletes.time0
flushes0
flushes.time0
bytes_sent0
bytes_received133428
time_compression0
time_decompression0.00091975
time_encoding0
time_decoding0.000797834