Page Time: 0.2317s

Memory: 14.3582 MB (Peak: 14.5073 MB)

Queries (7, time: 0.0043s, 1.9%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000318
    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 1244
    6. XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 245
    7. XF\Pub\Controller\AbstractController->assertViewingPermissions() in src/XF/Pub/Controller/AbstractController.php at line 23
    8. XF\Pub\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 129
    9. XF\Mvc\Controller->preDispatch() in src/XF/Mvc/Dispatcher.php at line 351
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
    11. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2604
    14. XF\App->run() in src/XF.php at line 533
    15. XF::runApp() in index.php at line 20
  2. SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_permission_cache_content_Permissions_2`.*
    FROM `xf_forum`
    INNER JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_2` ON (`xf_permission_cache_content_Permissions_2`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_2`.`content_id` = `xf_node_Node_1`.`node_id` AND `xf_permission_cache_content_Permissions_2`.`permission_combination_id` = '1')
    WHERE (`xf_forum`.`node_id` = '78')
    
    LIMIT 1
    Run Time: 0.000489
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_forumconstPRIMARYPRIMARY4const1 
    SIMPLExf_node_Node_1constPRIMARYPRIMARY4const1 
    SIMPLExf_permission_cache_content_Permissions_2constPRIMARYPRIMARY35const,const,const1 

    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 1415
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Pub/Controller/Forum.php at line 1301
    4. XF\Pub\Controller\Forum->assertViewableForum() in src/XF/Pub/Controller/Forum.php at line 198
    5. XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 352
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
    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 2604
    10. XF\App->run() in src/XF.php at line 533
    11. XF::runApp() in index.php at line 20
  3. SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_user_LastPoster_2`.*
    FROM `xf_thread`
    LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`)
    LEFT JOIN `xf_user` AS `xf_user_LastPoster_2` ON (`xf_user_LastPoster_2`.`user_id` = `xf_thread`.`last_post_user_id`)
    WHERE (`xf_thread`.`node_id` = 78) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 1)
    ORDER BY `xf_thread`.`last_post_date` DESC
    Run Time: 0.000836
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrefnode_id_last_post_date,node_id_sticky_state_last_post,node_id_sticky_state_vote_scorenode_id_sticky_state_last_post6const,const,const1Using where
    SIMPLExf_user_User_1eq_refPRIMARYPRIMARY4co_tg.xf_thread.user_id1 
    SIMPLExf_user_LastPoster_2eq_refPRIMARYPRIMARY4co_tg.xf_thread.last_post_user_id1 

    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 1443
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Forum.php at line 236
    4. XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 352
    5. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
    6. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    7. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    8. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2604
    9. XF\App->run() in src/XF.php at line 533
    10. XF::runApp() in index.php at line 20
  4. SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_user_LastPoster_2`.*
    FROM `xf_thread`
    LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`)
    LEFT JOIN `xf_user` AS `xf_user_LastPoster_2` ON (`xf_user_LastPoster_2`.`user_id` = `xf_thread`.`last_post_user_id`)
    WHERE (`xf_thread`.`node_id` = 78) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 0)
    ORDER BY `xf_thread`.`last_post_date` DESC
    LIMIT 20
    Run Time: 0.000982
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrefnode_id_last_post_date,node_id_sticky_state_last_post,node_id_sticky_state_vote_scorenode_id_last_post_date4const39Using where
    SIMPLExf_user_User_1eq_refPRIMARYPRIMARY4co_tg.xf_thread.user_id1 
    SIMPLExf_user_LastPoster_2eq_refPRIMARYPRIMARY4co_tg.xf_thread.last_post_user_id1 

    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 1443
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Forum.php at line 249
    4. XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 352
    5. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
    6. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    7. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    8. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2604
    9. XF\App->run() in src/XF.php at line 533
    10. XF::runApp() in index.php at line 20
  5. SELECT COUNT(*)
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`node_id` = 78) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 0)
    Run Time: 0.000300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrefnode_id_last_post_date,node_id_sticky_state_last_post,node_id_sticky_state_vote_scorenode_id_sticky_state_last_post6const,const,const39Using where; Using index

    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/Mvc/Entity/Finder.php at line 1405
    4. XF\Mvc\Entity\Finder->total() in src/addons/SV/RedisCache/XF/Finder/Thread.php at line 38
    5. SV\RedisCache\XF\Finder\Thread->total() in src/addons/SV/RedisCache/Finder/CachableFinderTotalTrait.php at line 64
    6. SV\RedisCache\XF\Finder\Thread->cachableTotal() in src/addons/SV/RedisCache/XF/Finder/Thread.php at line 31
    7. SV\RedisCache\XF\Finder\Thread->total() in src/XF/Pub/Controller/Forum.php at line 250
    8. XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 352
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
    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 2604
    13. XF\App->run() in src/XF.php at line 533
    14. XF::runApp() in index.php at line 20
  6. SELECT view_date
    FROM xf_session_activity
    WHERE user_id = ? AND unique_key = ?
    Params: 0, �c
    Run Time: 0.000226
    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 130
    4. XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 82
    5. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 45
    6. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 363
    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 258
    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 2604
    12. XF\App->run() in src/XF.php at line 533
    13. XF::runApp() in index.php at line 20
  7. -- 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: �c, XF\Pub\Controller\Forum, Forum, valid, node_id=78, 1716144627, anthropic, 0, �c
    Run Time: 0.001140

    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 218
    3. XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 82
    4. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 45
    5. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 363
    6. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2604
    11. XF\App->run() in src/XF.php at line 533
    12. XF::runApp() in index.php at line 20

Included Files (227, XenForo Classes: 113)

  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/symfony/polyfill-php80/bootstrap.php
  8. src/vendor/laminas/laminas-zendframework-bridge/src/autoload.php
  9. src/vendor/laminas/laminas-zendframework-bridge/src/Autoloader.php
  10. src/vendor/laminas/laminas-zendframework-bridge/src/RewriteRules.php
  11. src/vendor/symfony/deprecation-contracts/function.php
  12. src/vendor/ralouphie/getallheaders/src/getallheaders.php
  13. src/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
  14. src/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
  15. src/vendor/guzzlehttp/guzzle/src/functions_include.php
  16. src/vendor/guzzlehttp/guzzle/src/functions.php
  17. src/vendor/symfony/polyfill-intl-idn/bootstrap.php
  18. src/vendor/mtdowling/jmespath.php/src/JmesPath.php
  19. src/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
  20. src/vendor/symfony/polyfill-php73/bootstrap.php
  21. src/vendor/aws/aws-sdk-php/src/functions.php
  22. src/vendor/symfony/string/Resources/functions.php
  23. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  24. src/utf8.php
  25. src/XF/Http/Request.php
  26. src/XF/InputFilterer.php
  27. src/XF/Util/Str.php
  28. src/XF/Pub/App.php
  29. src/XF/App.php
  30. src/XF/Container.php
  31. src/config.php
  32. src/XF/DataRegistry.php
  33. src/XF/Db/Mysqli/Adapter.php
  34. src/XF/Db/AbstractAdapter.php
  35. src/XF/CacheFactory.php
  36. src/addons/SV/RedisCache/Redis.php
  37. src/addons/SV/RedisCache/SymfonyCache/Redis.php
  38. src/addons/SV/RedisCache/Traits/Cm_Cache_Backend_Redis.php
  39. src/addons/SV/RedisCache/Credis/Client.php
  40. src/addons/SV/RedisCache/Credis/Sentinel.php
  41. src/addons/SV/RedisCache/Traits/CacheTiming.php
  42. src/addons/SV/RedisCache/Traits/ReplicaSelect.php
  43. src/vendor/symfony/cache/Adapter/AdapterInterface.php
  44. src/vendor/symfony/cache/CacheItem.php
  45. src/vendor/symfony/cache-contracts/ItemInterface.php
  46. src/vendor/psr/cache/src/CacheItemInterface.php
  47. src/vendor/psr/cache/src/CacheItemPoolInterface.php
  48. src/vendor/symfony/cache-contracts/CacheInterface.php
  49. src/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
  50. src/vendor/symfony/cache/ResettableInterface.php
  51. src/vendor/symfony/service-contracts/ResetInterface.php
  52. src/addons/SV/RedisCache/Globals.php
  53. src/addons/SV/RedisCache/SymfonyCache/CacheItem.php
  54. src/XF/Extension.php
  55. src/XF/AddOn/Manager.php
  56. src/addons/SV/RedisCache/Listener.php
  57. src/addons/SV/RedisCache/ContainerExtractor.php
  58. src/addons/OzzModz/Badges/Listener.php
  59. src/addons/XFMG/Listener.php
  60. src/addons/XFRM/Listener.php
  61. src/addons/XenGenTr/XGTSeoUyumluTRkarakter/Listener.php
  62. src/XF/Session/Session.php
  63. src/vendor-patch/Doctrine/Common/Cache/CacheProvider.php
  64. src/XF/Session/CacheStorage.php
  65. src/XF/Session/StorageInterface.php
  66. src/XF/Util/Ip.php
  67. src/XF/Util/Random.php
  68. src/XF/Http/Response.php
  69. src/XF/Mvc/Entity/Manager.php
  70. src/XF/Mvc/Entity/ValueFormatter.php
  71. src/XF/Repository/User.php
  72. src/XF/Mvc/Entity/Repository.php
  73. src/XF/Entity/User.php
  74. src/XF/Mvc/Entity/Entity.php
  75. src/XF/Entity/LinkableInterface.php
  76. src/addons/OzzModz/Badges/XF/Entity/User.php
  77. src/addons/XFMG/XF/Entity/User.php
  78. src/addons/XFRM/XF/Entity/User.php
  79. src/XF/Mvc/Entity/Structure.php
  80. src/addons/OzzModz/Badges/Addon.php
  81. src/XF/Entity/UserAuth.php
  82. src/XF/Entity/UserOption.php
  83. src/addons/OzzModz/Badges/XF/Entity/UserOption.php
  84. src/XF/Entity/UserProfile.php
  85. src/XF/Entity/UserPrivacy.php
  86. src/XF/Util/File.php
  87. src/XF/Language.php
  88. src/addons/DigitalPoint/PWA/Listener/AppPubStartEnd.php
  89. src/XF/Mvc/Dispatcher.php
  90. src/XF/Mvc/Router.php
  91. src/XF/Mvc/RouteMatch.php
  92. src/XF/Util/Arr.php
  93. src/XF/Mvc/ParameterBag.php
  94. src/XF/Pub/Controller/Forum.php
  95. src/XF/Pub/Controller/AbstractController.php
  96. src/XF/Mvc/Controller.php
  97. src/addons/XFES/XF/Pub/Controller/Forum.php
  98. src/addons/SV/RedisCache/XF/Pub/Controller/Forum.php
  99. src/XF/Util/Php.php
  100. src/XF/PermissionCache.php
  101. src/XF/PermissionSet.php
  102. src/XF/Db/Mysqli/Statement.php
  103. src/XF/Db/AbstractStatement.php
  104. src/XF/Mvc/Reply/Reroute.php
  105. src/XF/Mvc/Reply/AbstractReply.php
  106. src/XF/Entity/Forum.php
  107. src/XF/Entity/AbstractNode.php
  108. src/XF/Entity/ViewableInterface.php
  109. src/addons/XFES/XF/Entity/Forum.php
  110. src/addons/XFMG/XF/Entity/Forum.php
  111. src/XF/Finder/Forum.php
  112. src/XF/Mvc/Entity/Finder.php
  113. src/XF/Entity/Node.php
  114. src/XF/Entity/BookmarkTrait.php
  115. src/addons/XenGenTr/XGTCoreLibrary/Listener/Listener.php
  116. src/XF/Entity/PermissionCacheContent.php
  117. src/XF/Mvc/Entity/Proxyable.php
  118. src/XF/Finder/PermissionCacheContent.php
  119. src/XF/Mvc/Entity/FinderCollection.php
  120. src/XF/Mvc/Entity/AbstractCollection.php
  121. src/XF/ControllerPlugin/Node.php
  122. src/XF/ControllerPlugin/AbstractPlugin.php
  123. src/XF/ForumType/Discussion.php
  124. src/XF/ForumType/AbstractHandler.php
  125. src/addons/XFRM/XF/ForumType/Discussion.php
  126. src/XF/Repository/Thread.php
  127. src/addons/XFES/XF/Repository/Thread.php
  128. src/XF/Entity/Thread.php
  129. src/XF/Entity/ContainableTrait.php
  130. src/XF/Entity/ContentVoteTrait.php
  131. src/XF/Entity/CoverImageTrait.php
  132. src/XF/Entity/DatableTrait.php
  133. src/XF/Entity/FeatureTrait.php
  134. src/XF/Entity/EmbedResolverTrait.php
  135. src/XF/Entity/ContainableInterface.php
  136. src/XF/Entity/DatableInterface.php
  137. src/addons/AV/ThreadTitles/XF/Entity/Thread.php
  138. src/addons/XFES/XF/Entity/Thread.php
  139. src/addons/XFMG/XF/Entity/Thread.php
  140. src/XF/Finder/Thread.php
  141. src/addons/SV/RedisCache/XF/Finder/Thread.php
  142. src/addons/SV/RedisCache/Finder/CachableFinderTotalTrait.php
  143. src/XF/Mvc/Entity/ArrayCollection.php
  144. src/addons/SV/RedisCache/SymfonyCache/DeferredCacheItem.php
  145. src/XF/Repository/Node.php
  146. src/XF/Mvc/Reply/View.php
  147. src/XF/Repository/SessionActivity.php
  148. src/addons/SV/RedisCache/XF/Repository/SessionActivity.php
  149. src/XF/Data/Robot.php
  150. src/XF/Style.php
  151. src/XF/Repository/Style.php
  152. src/addons/SV/RedisCache/XF/Repository/Style.php
  153. src/XF/Template/Templater.php
  154. src/addons/DC/LinkProxy/XF/Template/Templater.php
  155. src/XF/SubContainer/BbCode.php
  156. src/XF/SubContainer/AbstractSubContainer.php
  157. src/XF/SubContainer/Widget.php
  158. src/addons/XFMG/Template/TemplaterSetup.php
  159. src/addons/XFRM/Template/TemplaterSetup.php
  160. src/addons/XenGenTr/XGTCoreLibrary/Listener/TemplaterSetup.php
  161. src/XF/IconRenderer.php
  162. src/XF/Repository/Icon.php
  163. src/XF/Search/Search.php
  164. src/XF/ResultSetInterface.php
  165. src/addons/XFES/XF/Search/Search.php
  166. src/addons/XFES/Listener.php
  167. src/addons/XFES/Elasticsearch/Api.php
  168. src/vendor/guzzlehttp/psr7/src/Uri.php
  169. src/vendor/psr/http-message/src/UriInterface.php
  170. src/XF/SubContainer/Http.php
  171. src/vendor/guzzlehttp/guzzle/src/Client.php
  172. src/vendor/guzzlehttp/guzzle/src/ClientTrait.php
  173. src/vendor/guzzlehttp/guzzle/src/ClientInterface.php
  174. src/vendor/psr/http-client/src/ClientInterface.php
  175. src/vendor/guzzlehttp/guzzle/src/HandlerStack.php
  176. src/vendor/guzzlehttp/guzzle/src/Utils.php
  177. src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
  178. src/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
  179. src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
  180. src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
  181. src/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
  182. src/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
  183. src/vendor/guzzlehttp/guzzle/src/Middleware.php
  184. src/vendor/guzzlehttp/psr7/src/Utils.php
  185. src/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
  186. src/addons/XFES/Search/Source/Elasticsearch.php
  187. src/XF/Search/Source/AbstractSource.php
  188. src/XF/CookieConsent.php
  189. src/XF/Captcha/HCaptcha.php
  190. src/XF/Captcha/AbstractCaptcha.php
  191. src/XF/Repository/Payment.php
  192. src/XF/SimpleCache.php
  193. src/XF/Mvc/Renderer/Html.php
  194. src/XF/Mvc/Renderer/AbstractRenderer.php
  195. src/XF/Mvc/View.php
  196. src/XF/Template/Template.php
  197. internal_data/code_cache/templates/l2/s1/public/forum_view.php
  198. src/XF/Template/ExtensionSet.php
  199. src/XF/PreEscaped.php
  200. internal_data/code_cache/templates/l2/s1/public/metadata_macros.php
  201. src/XF/Template/MacroState.php
  202. internal_data/code_cache/templates/l2/s1/public/forum_macros.php
  203. src/XF/Pub/Route/Category.php
  204. src/XF/Data/Str.php
  205. src/XF/EmojiTransliterator.php
  206. src/XF/Data/EmojiTranslit.php
  207. src/XF/Phrase.php
  208. internal_data/code_cache/templates/l2/s1/public/_ads.php
  209. internal_data/code_cache/templates/l2/s1/public/page_nav.php
  210. internal_data/code_cache/templates/l2/s1/public/thread_list_macros.php
  211. src/XF/Str/Formatter.php
  212. src/XF/Util/Color.php
  213. internal_data/code_cache/navigation_cache.php
  214. src/XF/Pub/Route/Search.php
  215. src/XF/NoticeList.php
  216. internal_data/code_cache/templates/l2/s1/public/notice_cookies.php
  217. internal_data/code_cache/templates/l2/s1/public/PAGE_CONTAINER.php
  218. internal_data/code_cache/templates/l2/s1/public/helper_js_global.php
  219. internal_data/code_cache/templates/l2/s1/public/google_analytics.php
  220. internal_data/code_cache/templates/l2/s1/public/style_variation_macros.php
  221. internal_data/code_cache/phrase_groups/l2/nav.php
  222. internal_data/code_cache/phrase_groups/l2/button.php
  223. internal_data/code_cache/templates/l2/s1/public/browser_warning_macros.php
  224. internal_data/code_cache/templates/l2/s1/public/debug_macros.php
  225. internal_data/code_cache/templates/l2/s1/public/notice_macros.php
  226. src/XF/Debugger.php
  227. src/addons/SV/RedisCache/XF/Debugger.php

DB Connection Stats

bytes_sent5161
bytes_received84996
packets_sent82
packets_received894
protocol_overhead_in3576
protocol_overhead_out328
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet261
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet134
bytes_received_prepare_response_packet57719
bytes_received_change_user_packet26510
packets_sent_command40
packets_received_ok0
packets_received_eof0
packets_received_rset_header29
packets_received_rset_field_meta0
packets_received_rset_row15
packets_received_prepare_response787
packets_received_change_user48
result_set_queries12
non_result_set_queries3
no_index_used0
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets12
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed12
rows_fetched_from_server_normal0
rows_fetched_from_server_ps36
rows_buffered_from_client_normal0
rows_buffered_from_client_ps36
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_ps0
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_result11
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_bit96
proto_binary_fetched_tinyint0
proto_binary_fetched_short388
proto_binary_fetched_int24202
proto_binary_fetched_int0
proto_binary_fetched_bigint1301
proto_binary_fetched_decimal13
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_json640
proto_binary_fetched_blob236
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_prepare13
com_stmt_execute13
com_stmt_send_long_data0
com_stmt_close12
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps25006

Redis Connection stats (3, time: 0.0043s, 1.8%)

main

gets2
gets.time0.004002326
sets1
sets.time0.000262826
deletes0
deletes.time0
flushes0
flushes.time0
bytes_sent18
bytes_received74761
time_compression4.3753E-5
time_decompression0.001760952
time_encoding3.594E-6
time_decoding0.000855015