Page Time: 0.0806s

Memory: 10.6957 MB (Peak: 10.7927 MB)

Queries (8, time: 0.0252s, 31.2%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('addOns', 'addOnsComposer', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'reactions', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'forumTypes', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes', 'threadTypes')
    Run Time: 0.000412
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 38Using where

    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 177
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 139
    4. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 84
    5. XF\DataRegistry->get() in src/XF/App.php at line 1905
    6. XF\App->preLoadData() in src/XF/App.php at line 1893
    7. XF\App->setup() in src/XF/Pub/App.php at line 93
    8. XF\Pub\App->setup() in src/XF.php at line 490
    9. XF::setupApp() in src/XF.php at line 513
    10. XF::runApp() in index.php at line 20
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000181
    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 38
    4. XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
    5. XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1197
    6. XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 244
    7. XF\Pub\Controller\AbstractController->assertViewingPermissions() in src/XF/Pub/Controller/AbstractController.php at line 22
    8. XF\Pub\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 125
    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 263
    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 2351
    14. XF\App->run() in src/XF.php at line 517
    15. XF::runApp() in index.php at line 20
  3. SELECT `xf_post`.*, `xf_thread_Thread_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_permission_cache_content_Permissions_4`.*
    FROM `xf_post`
    LEFT JOIN `xf_thread` AS `xf_thread_Thread_1` ON (`xf_thread_Thread_1`.`thread_id` = `xf_post`.`thread_id`)
    LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread_Thread_1`.`node_id`)
    LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_node_Node_3`.`node_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1')
    WHERE (`xf_post`.`post_id` = '893733')
    
    
    LIMIT 1
    Run Time: 0.000385
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_postconstPRIMARYPRIMARY4const1 
    SIMPLExf_thread_Thread_1constPRIMARYPRIMARY4const1 
    SIMPLExf_forum_Forum_2constPRIMARYPRIMARY4const1 
    SIMPLExf_node_Node_3constPRIMARYPRIMARY4const1 
    SIMPLExf_permission_cache_content_Permissions_4constPRIMARYPRIMARY35const,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 1354
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 151
    4. XF\Mvc\Entity\Manager->find() in src/XF/Pub/Controller/Post.php at line 535
    5. XF\Pub\Controller\Post->assertViewablePost() in src/XF/Pub/Controller/Post.php at line 386
    6. XF\Pub\Controller\Post->actionReactions() in src/XF/Mvc/Dispatcher.php at line 352
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 263
    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 2351
    11. XF\App->run() in src/XF.php at line 517
    12. XF::runApp() in index.php at line 20
  4. SELECT `xf_reaction_content`.*, `xf_reaction_Reaction_1`.*, `xf_user_ReactionUser_2`.*, `xf_user_profile_Profile_3`.*, `xf_user_option_Option_4`.*
    FROM `xf_reaction_content`
    INNER JOIN `xf_reaction` AS `xf_reaction_Reaction_1` ON (`xf_reaction_Reaction_1`.`reaction_id` = `xf_reaction_content`.`reaction_id`)
    INNER JOIN `xf_user` AS `xf_user_ReactionUser_2` ON (`xf_user_ReactionUser_2`.`user_id` = `xf_reaction_content`.`reaction_user_id`)
    INNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user_ReactionUser_2`.`user_id`)
    INNER JOIN `xf_user_option` AS `xf_user_option_Option_4` ON (`xf_user_option_Option_4`.`user_id` = `xf_user_ReactionUser_2`.`user_id`)
    WHERE (`xf_reaction_content`.`content_type` = 'post' AND `xf_reaction_content`.`content_id` = 893733 AND `xf_reaction_Reaction_1`.`active` = 1)
    ORDER BY `xf_reaction_content`.`reaction_date` DESC
    
    LIMIT 51
    Run Time: 0.023697
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_reaction_Reaction_1ALLPRIMARY   6Using where; Using temporary; Using filesort
    SIMPLExf_reaction_contentrefcontent_type_id_user_id,content_type_id_reaction_date,reaction_user_idcontent_type_id_user_id31const,const2Using index condition; Using where
    SIMPLExf_user_ReactionUser_2eq_refPRIMARYPRIMARY4devadriaforum.xf_reaction_content.reaction_user_id1 
    SIMPLExf_user_option_Option_4eq_refPRIMARYPRIMARY4devadriaforum.xf_reaction_content.reaction_user_id1 
    SIMPLExf_user_profile_Profile_3eq_refPRIMARYPRIMARY4devadriaforum.xf_reaction_content.reaction_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 1387
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/ControllerPlugin/Reaction.php at line 182
    4. XF\ControllerPlugin\Reaction->actionReactions() in src/XF/Pub/Controller/Post.php at line 396
    5. XF\Pub\Controller\Post->actionReactions() in src/XF/Mvc/Dispatcher.php at line 352
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 263
    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 2351
    10. XF\App->run() in src/XF.php at line 517
    11. XF::runApp() in index.php at line 20
  5. SELECT view_date
    FROM xf_session_activity
    WHERE user_id = ? AND unique_key = ?
    Params: 0,
    Run Time: 0.000137
    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/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 289
    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 263
    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 2351
    12. XF\App->run() in src/XF.php at line 517
    13. XF::runApp() in index.php at line 20
  6. -- 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\Post, Reactions, valid, post_id=893733, 1711621558, , 0,
    Run Time: 0.000113

    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/XF/Pub/Controller/AbstractController.php at line 84
    4. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 44
    5. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 289
    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 263
    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 2351
    11. XF\App->run() in src/XF.php at line 517
    12. XF::runApp() in index.php at line 20
  7. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('members_who_reacted_to_message_x')
    Params: 3
    Run Time: 0.000147
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,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 177
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/Language.php at line 373
    4. XF\Language->loadPhrases() in src/XF/Language.php at line 261
    5. XF\Language->getPhraseText() in src/XF/Language.php at line 132
    6. XF\Language->renderPhrase() in src/XF/Phrase.php at line 54
    7. XF\Phrase->render() in src/XF/Phrase.php at line 61
    8. XF\Phrase->__toString() in src/XF.php at line 1174
    9. XF::escapeString() in src/XF/Template/Templater.php at line 1201
    10. XF\Template\Templater->escape() in internal_data/code_cache/templates/l3/s3/public/reaction_list.php at line 71
    11. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1651
    12. XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
    13. XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 50
    14. XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 460
    15. XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 442
    16. XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 402
    17. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    18. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
    19. XF\App->run() in src/XF.php at line 517
    20. XF::runApp() in index.php at line 20
  8. SELECT `xf_addon`.*
    FROM `xf_addon`
    
    WHERE (`xf_addon`.`addon_id` = 'Tapatalk')
    
    
    LIMIT 1
    Run Time: 0.000087
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_addonconstPRIMARYPRIMARY52const1 

    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 1354
    3. XF\Mvc\Entity\Finder->fetchOne() in src/addons/Tapatalk/Listener/Hook.php at line 22
    4. Tapatalk\Listener\Hook::templateHook() in src/XF/Extension.php at line 37
    5. XF\Extension->fire() in src/XF/App.php at line 2853
    6. XF\App->fire() in src/XF/Template/Templater.php at line 1610
    7. XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 564
    8. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2149
    9. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    10. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
    12. XF\App->run() in src/XF.php at line 517
    13. XF::runApp() in index.php at line 20

Included Files (163, XenForo Classes: 99)

  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-mbstring/bootstrap.php
  11. src/vendor/ralouphie/getallheaders/src/getallheaders.php
  12. src/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
  13. src/vendor/symfony/polyfill-php72/bootstrap.php
  14. src/vendor/guzzlehttp/promises/src/functions_include.php
  15. src/vendor/guzzlehttp/promises/src/functions.php
  16. src/vendor/guzzlehttp/psr7/src/functions_include.php
  17. src/vendor/guzzlehttp/psr7/src/functions.php
  18. src/vendor/symfony/polyfill-intl-idn/bootstrap.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/src/SodiumException.php
  25. src/vendor/paragonie/sodium_compat/lib/namespaced.php
  26. src/vendor/paragonie/sodium_compat/lib/sodium_compat.php
  27. src/vendor/paragonie/sodium_compat/lib/constants.php
  28. src/vendor/paragonie/sodium_compat/lib/php72compat_const.php
  29. src/vendor/paragonie/sodium_compat/lib/php72compat.php
  30. src/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php
  31. src/vendor/paragonie/sodium_compat/lib/ristretto255.php
  32. src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  33. src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  34. src/vendor/symfony/var-dumper/Resources/functions/dump.php
  35. src/vendor/dokuwiki/utf8/utf8.php
  36. src/XF/Http/Request.php
  37. src/XF/InputFilterer.php
  38. src/XF/Pub/App.php
  39. src/XF/App.php
  40. src/XF/Container.php
  41. src/config.php
  42. src/XF/DataRegistry.php
  43. src/XF/Db/Mysqli/Adapter.php
  44. src/XF/Db/AbstractAdapter.php
  45. src/XF/Db/Mysqli/Statement.php
  46. src/XF/Db/AbstractStatement.php
  47. src/XF/Extension.php
  48. src/XF/AddOn/Manager.php
  49. src/addons/XFMG/Listener.php
  50. src/XF/Session/Session.php
  51. src/XF/Session/DbStorage.php
  52. src/XF/Session/StorageInterface.php
  53. src/XF/Util/Ip.php
  54. src/XF/Util/Random.php
  55. src/XF/Http/Response.php
  56. src/XF/Mvc/Entity/Manager.php
  57. src/XF/Mvc/Entity/ValueFormatter.php
  58. src/XF/Repository/User.php
  59. src/XF/Mvc/Entity/Repository.php
  60. src/addons/Tapatalk/XF/Repository/User.php
  61. src/XF/Entity/User.php
  62. src/XF/Mvc/Entity/Entity.php
  63. src/XF/Entity/LinkableInterface.php
  64. src/addons/XFMG/XF/Entity/User.php
  65. src/XF/Mvc/Entity/Structure.php
  66. src/XF/Entity/UserAuth.php
  67. src/XF/Entity/UserOption.php
  68. src/XF/Entity/UserProfile.php
  69. src/XF/Entity/UserPrivacy.php
  70. src/XF/Util/File.php
  71. src/XF/Language.php
  72. src/XF/Mvc/Dispatcher.php
  73. src/XF/Mvc/Router.php
  74. src/XF/Mvc/RouteMatch.php
  75. src/XF/Util/Arr.php
  76. src/XF/Mvc/ParameterBag.php
  77. src/XF/Pub/Controller/Post.php
  78. src/XF/Pub/Controller/AbstractController.php
  79. src/XF/Mvc/Controller.php
  80. src/XF/Util/Php.php
  81. src/XF/PermissionCache.php
  82. src/XF/PermissionSet.php
  83. src/XF/Entity/Post.php
  84. src/XF/Entity/ReactionTrait.php
  85. src/XF/Entity/BookmarkTrait.php
  86. src/XF/Entity/ContentVoteTrait.php
  87. src/XF/Entity/QuotableInterface.php
  88. src/XF/BbCode/RenderableContentInterface.php
  89. src/addons/XFMG/XF/Entity/Post.php
  90. src/XF/Finder/Post.php
  91. src/XF/Mvc/Entity/Finder.php
  92. src/XF/Entity/Thread.php
  93. src/addons/XFMG/XF/Entity/Thread.php
  94. src/XF/Entity/Forum.php
  95. src/XF/Entity/AbstractNode.php
  96. src/addons/XFMG/XF/Entity/Forum.php
  97. src/XF/Entity/Node.php
  98. src/addons/Tapatalk/XF/Entity/Node.php
  99. src/XF/Entity/PermissionCacheContent.php
  100. src/XF/Mvc/Entity/Proxyable.php
  101. src/XF/Mvc/Entity/FinderCollection.php
  102. src/XF/Mvc/Entity/AbstractCollection.php
  103. src/XF/ControllerPlugin/Node.php
  104. src/XF/ControllerPlugin/AbstractPlugin.php
  105. src/XF/Pub/Route/Category.php
  106. src/XF/Mvc/RouteBuiltLink.php
  107. src/XF/Str/Formatter.php
  108. src/addons/Tapatalk/XF/Str/Formatter.php
  109. src/XF/Phrase.php
  110. src/XF/ControllerPlugin/Reaction.php
  111. src/XF/Repository/Reaction.php
  112. src/XF/Entity/ReactionContent.php
  113. src/XF/Entity/Reaction.php
  114. src/XF/Entity/ImageSpriteTrait.php
  115. src/XF/Mvc/Entity/ArrayCollection.php
  116. src/XF/Reaction/Post.php
  117. src/XF/Reaction/AbstractHandler.php
  118. src/XF/Mvc/Reply/View.php
  119. src/XF/Mvc/Reply/AbstractReply.php
  120. src/XF/Repository/SessionActivity.php
  121. src/XF/Data/Robot.php
  122. src/addons/Tapatalk/Listener/ControllerPostDispatch.php
  123. src/XF/Style.php
  124. src/XF/Template/Templater.php
  125. src/XF/DevelopmentOutput.php
  126. src/XF/DevelopmentOutput/Template.php
  127. src/XF/DevelopmentOutput/AbstractHandler.php
  128. src/XF/Template/WatcherInterface.php
  129. src/XF/SubContainer/BbCode.php
  130. src/XF/SubContainer/AbstractSubContainer.php
  131. src/XF/SubContainer/Widget.php
  132. src/addons/XFMG/Template/TemplaterSetup.php
  133. src/XF/SimpleCache.php
  134. src/XF/Mvc/Renderer/Html.php
  135. src/XF/Mvc/Renderer/AbstractRenderer.php
  136. src/XF/Mvc/View.php
  137. src/XF/Template/Template.php
  138. src/addons/Tapatalk/Listener/Hook.php
  139. internal_data/code_cache/templates/l3/s3/public/reaction_list.php
  140. src/XF/PreEscaped.php
  141. internal_data/code_cache/phrase_groups/l3/reaction_title.php
  142. src/XF/Template/MacroState.php
  143. internal_data/code_cache/templates/l3/s3/public/member_list_macros.php
  144. src/addons/Tapatalk/Listener/TemplatePostRender.php
  145. internal_data/code_cache/navigation_cache.php
  146. src/XF/Pub/Route/Search.php
  147. src/XF/NoticeList.php
  148. src/XF/Repository/AddOn.php
  149. src/addons/Tapatalk/XF/Repository/AddOn.php
  150. src/XF/Entity/AddOn.php
  151. mobiquo/smartbanner/head.inc.php
  152. internal_data/code_cache/templates/l3/s3/public/PAGE_CONTAINER.php
  153. internal_data/code_cache/templates/l3/s3/public/metadata_macros.php
  154. src/XF/Util/Color.php
  155. internal_data/code_cache/templates/l3/s3/public/helper_js_global.php
  156. internal_data/code_cache/templates/l3/s3/public/font_awesome_setup.php
  157. internal_data/code_cache/templates/l3/s3/public/google_analytics.php
  158. internal_data/code_cache/templates/l3/s3/public/_ads.php
  159. internal_data/code_cache/phrase_groups/l3/nav.php
  160. internal_data/code_cache/phrase_groups/l3/button.php
  161. internal_data/code_cache/templates/l3/s3/public/browser_warning_macros.php
  162. internal_data/code_cache/templates/l3/s3/public/debug_macros.php
  163. src/XF/Debugger.php

DB Connection Stats

bytes_sent7387
bytes_received368877
packets_sent94
packets_received644
protocol_overhead_in2576
protocol_overhead_out376
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet252
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet144
bytes_received_prepare_response_packet40778
bytes_received_change_user_packet327304
packets_sent_command46
packets_received_ok0
packets_received_eof0
packets_received_rset_header28
packets_received_rset_field_meta0
packets_received_rset_row17
packets_received_prepare_response509
packets_received_change_user73
result_set_queries14
non_result_set_queries3
no_index_used2
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets14
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed14
rows_fetched_from_server_normal0
rows_fetched_from_server_ps59
rows_buffered_from_client_normal0
rows_buffered_from_client_ps59
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_ps59
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_bit35
proto_binary_fetched_tinyint0
proto_binary_fetched_short32
proto_binary_fetched_int249
proto_binary_fetched_int0
proto_binary_fetched_bigint87
proto_binary_fetched_decimal30
proto_binary_fetched_float0
proto_binary_fetched_double0
proto_binary_fetched_date15
proto_binary_fetched_year0
proto_binary_fetched_time0
proto_binary_fetched_datetime0
proto_binary_fetched_timestamp0
proto_binary_fetched_string0
proto_binary_fetched_json184
proto_binary_fetched_blob66
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_prepare15
com_stmt_execute15
com_stmt_send_long_data0
com_stmt_close14
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps326560