Page Time: 0.2346s

Memory: 3.5284 MB (Peak: 6.3219 MB)

Queries (10, time: 0.0060s, 2.5%)

  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.000411
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 38Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
    3. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 138
    4. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
    5. XF\DataRegistry->get() in src/XF/App.php at line 1862
    6. XF\App->preLoadData() in src/XF/App.php at line 1850
    7. XF\App->setup() in src/XF/Pub/App.php at line 91
    8. XF\Pub\App->setup() in src/XF.php at line 461
    9. XF::setupApp() in src/XF.php at line 484
    10. XF::runApp() in index.php at line 20
  2.           SELECT parent_id, content_type, COUNT(*) AS total
              FROM `xf_xc_ua_node_session_activity`
              WHERE `view_date` >= 1710833505
              AND `content_type` in ('node', 'thread')
              GROUP BY parent_id
    Run Time: 0.000755
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_xc_ua_node_session_activityrangeview_dateview_date4 3Using where; Using temporary; Using filesort

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 165
    3. XF\Db\AbstractAdapter->fetchAllKeyed() in src/addons/XenConcept/UserActivity/Repository/NodeSessionActivity.php at line 232
    4. XenConcept\UserActivity\Repository\NodeSessionActivity->countUserNodeSessionActivityForForumListViewers() in src/addons/XenConcept/UserActivity/Listener/Listener.php at line 49
    5. XenConcept\UserActivity\Listener\Listener::appSetup()
    6. call_user_func_array() in src/XF/Extension.php at line 67
    7. XF\Extension->fire() in src/XF/App.php at line 2797
    8. XF\App->fire() in src/XF/App.php at line 1854
    9. XF\App->setup() in src/XF/Pub/App.php at line 91
    10. XF\Pub\App->setup() in src/XF.php at line 461
    11. XF::setupApp() in src/XF.php at line 484
    12. XF::runApp() in index.php at line 20
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000134
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 150
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 32
    4. XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
    5. XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1176
    6. XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 242
    7. XF\Pub\Controller\AbstractController->assertViewingPermissions() in src/XF/Pub/Controller/AbstractController.php at line 20
    8. XF\Pub\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 123
    9. XF\Mvc\Controller->preDispatch() in src/XF/Mvc/Dispatcher.php at line 349
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    11. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
    14. XF\App->run() in src/XF.php at line 488
    15. XF::runApp() in index.php at line 20
  4. 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` = '79')
    
    
    LIMIT 1
    Run Time: 0.000655
    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 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1346
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Pub/Controller/Forum.php at line 1263
    4. XF\Pub\Controller\Forum->assertViewableForum() in src/XF/Pub/Controller/Forum.php at line 196
    5. XF\Pub\Controller\Forum->actionForum() in src/addons/Bespoke/SequentialStickies/XF/Pub/Controller/Forum.php at line 11
    6. Bespoke\SequentialStickies\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 350
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
    11. XF\App->run() in src/XF.php at line 488
    12. XF::runApp() in index.php at line 20
  5. 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` = 79) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 1)
    ORDER BY `xf_thread`.`last_post_date` DESC
    Run Time: 0.001011
    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_refPRIMARYPRIMARY4u0638616_xf.xf_thread.user_id1 
    SIMPLExf_user_LastPoster_2eq_refPRIMARYPRIMARY4u0638616_xf.xf_thread.last_post_user_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Forum.php at line 234
    4. XF\Pub\Controller\Forum->actionForum() in src/addons/Bespoke/SequentialStickies/XF/Pub/Controller/Forum.php at line 11
    5. Bespoke\SequentialStickies\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 350
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
    10. XF\App->run() in src/XF.php at line 488
    11. XF::runApp() in index.php at line 20
  6. 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` = 79) 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.001085
    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_date4const2Using where
    SIMPLExf_user_User_1eq_refPRIMARYPRIMARY4u0638616_xf.xf_thread.user_id1 
    SIMPLExf_user_LastPoster_2eq_refPRIMARYPRIMARY4u0638616_xf.xf_thread.last_post_user_id1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Forum.php at line 247
    4. XF\Pub\Controller\Forum->actionForum() in src/addons/Bespoke/SequentialStickies/XF/Pub/Controller/Forum.php at line 11
    5. Bespoke\SequentialStickies\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 350
    6. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    7. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
    10. XF\App->run() in src/XF.php at line 488
    11. XF::runApp() in index.php at line 20
  7. SELECT COUNT(*)
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`node_id` = 79) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 0)
    Run Time: 0.000833
    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,const2Using index

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 150
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/Mvc/Entity/Finder.php at line 1334
    4. XF\Mvc\Entity\Finder->total() in src/XF/Pub/Controller/Forum.php at line 248
    5. XF\Pub\Controller\Forum->actionForum() in src/addons/Bespoke/SequentialStickies/XF/Pub/Controller/Forum.php at line 11
    6. Bespoke\SequentialStickies\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 350
    7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    8. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    9. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
    11. XF\App->run() in src/XF.php at line 488
    12. XF::runApp() in index.php at line 20
  8. -- XFDB=noForceAllWrite
    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, , , XF\Pub\Controller\Forum, Forum, valid, node_id=79, 1710834405,
    Run Time: 0.000141

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Repository/SessionActivity.php at line 158
    3. XF\Repository\SessionActivity->updateSessionActivity() in src/addons/XenConcept/UserActivity/XF/Repository/SessionActivity.php at line 20
    4. XenConcept\UserActivity\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 42
    6. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 287
    7. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 383
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
    12. XF\App->run() in src/XF.php at line 488
    13. XF::runApp() in index.php at line 20
  9. -- XFDB=noForceAllWrite
    INSERT INTO xf_xc_ua_node_session_activity
    	(`user_id`, `unique_key`, `ip`, `content_type`, `parent_id`, `content_id`, `view_state`, `view_date`)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE ip = VALUES(ip),
        content_type = VALUES(content_type),
    	parent_id = VALUES(parent_id),
    	content_id = VALUES(content_id),
    	view_state = VALUES(view_state),
    	view_date = VALUES(view_date)
    Params: 0, , , node, 79, 0, valid, 1710834405
    Run Time: 0.000206

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/addons/XenConcept/UserActivity/Repository/NodeSessionActivity.php at line 133
    3. XenConcept\UserActivity\Repository\NodeSessionActivity->updateNodeSessionActivity() in src/addons/XenConcept/UserActivity/XF/Repository/SessionActivity.php at line 24
    4. XenConcept\UserActivity\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 42
    6. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 287
    7. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 383
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
    12. XF\App->run() in src/XF.php at line 488
    13. XF::runApp() in index.php at line 20
  10. SELECT `xf_user`.*
    FROM `xf_user`
    
    WHERE (`xf_user`.`siropu_chat_last_activity` >= 1710832605)
    Run Time: 0.000723
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangesiropu_chat_last_activitysiropu_chat_last_activity4 1Using index condition

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1379
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Siropu/Chat/Repository/User.php at line 44
    4. Siropu\Chat\Repository\User->getActiveUserCount() in src/addons/Siropu/Chat/Navigation/Tab.php at line 35
    5. Siropu\Chat\Navigation\Tab::chat() in internal_data/code_cache/navigation_cache.php at line 382
    6. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7378
    7. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 575
    8. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 526
    9. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2105
    10. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 402
    11. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 58
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
    13. XF\App->run() in src/XF.php at line 488
    14. XF::runApp() in index.php at line 20

Included Files (173, XenForo Classes: 92)

  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/paragonie/random_compat/lib/random.php
  11. src/vendor/symfony/polyfill-mbstring/bootstrap.php
  12. src/vendor/ralouphie/getallheaders/src/getallheaders.php
  13. src/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
  14. src/vendor/symfony/polyfill-php70/bootstrap.php
  15. src/vendor/symfony/polyfill-php72/bootstrap.php
  16. src/vendor/guzzlehttp/promises/src/functions_include.php
  17. src/vendor/guzzlehttp/promises/src/functions.php
  18. src/vendor/guzzlehttp/psr7/src/functions_include.php
  19. src/vendor/guzzlehttp/psr7/src/functions.php
  20. src/vendor/symfony/polyfill-intl-idn/bootstrap.php
  21. src/vendor/guzzlehttp/guzzle/src/functions_include.php
  22. src/vendor/guzzlehttp/guzzle/src/functions.php
  23. src/vendor/paragonie/sodium_compat/autoload.php
  24. src/vendor/paragonie/sodium_compat/autoload-php7.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/src/Compat.php
  29. src/vendor/symfony/polyfill-ctype/bootstrap.php
  30. src/vendor/symfony/polyfill-iconv/bootstrap.php
  31. src/vendor/symfony/polyfill-php56/bootstrap.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/Siropu/Chat/Listener.php
  50. src/addons/XenConcept/UserActivity/Listener/Listener.php
  51. src/XF/Mvc/Entity/Manager.php
  52. src/XF/Mvc/Entity/ValueFormatter.php
  53. src/addons/XenConcept/UserActivity/Repository/NodeSessionActivity.php
  54. src/XF/Mvc/Entity/Repository.php
  55. src/XF/Session/Session.php
  56. src/XF/Session/DbStorage.php
  57. src/XF/Session/StorageInterface.php
  58. src/XF/Util/Ip.php
  59. src/XF/Util/Random.php
  60. src/XF/Http/Response.php
  61. src/XF/Repository/User.php
  62. src/XF/Entity/User.php
  63. src/XF/Mvc/Entity/Entity.php
  64. src/XF/Entity/LinkableInterface.php
  65. src/addons/Siropu/Chat/XF/Entity/User.php
  66. src/addons/XenConcept/UserActivity/XF/Entity/User.php
  67. src/XF/Mvc/Entity/Structure.php
  68. src/addons/Siropu/ReferralContests/Listener.php
  69. src/XF/Entity/UserAuth.php
  70. src/XF/Entity/UserOption.php
  71. src/XF/Entity/UserProfile.php
  72. src/XF/Entity/UserPrivacy.php
  73. src/XF/Util/File.php
  74. src/XF/Language.php
  75. src/XF/Mvc/Dispatcher.php
  76. src/XF/Mvc/Router.php
  77. src/XF/Mvc/RouteMatch.php
  78. src/XF/Util/Arr.php
  79. src/XF/Mvc/ParameterBag.php
  80. src/XF/Pub/Controller/Forum.php
  81. src/XF/Pub/Controller/AbstractController.php
  82. src/XF/Mvc/Controller.php
  83. src/addons/Bespoke/SequentialStickies/XF/Pub/Controller/Forum.php
  84. src/XF/Util/Php.php
  85. src/XF/PermissionCache.php
  86. src/XF/PermissionSet.php
  87. src/XF/Mvc/Reply/Reroute.php
  88. src/XF/Mvc/Reply/AbstractReply.php
  89. src/XF/Entity/Forum.php
  90. src/XF/Entity/AbstractNode.php
  91. src/addons/XenConcept/UserActivity/XF/Entity/Forum.php
  92. src/addons/XFA/Core/XF/Entity/Forum.php
  93. src/XF/Mvc/Entity/Finder.php
  94. src/XF/Entity/Node.php
  95. src/XF/Entity/BookmarkTrait.php
  96. src/addons/XenConcept/UserActivity/XF/Entity/Node.php
  97. src/addons/XFA/NodesIconTweak/XF/Entity/Node.php
  98. src/addons/XFA/NodesIconTweak/Listener.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/ForumType/Discussion.php
  106. src/XF/ForumType/AbstractHandler.php
  107. src/XF/Repository/Thread.php
  108. src/addons/XenConcept/UserActivity/XF/Repository/Thread.php
  109. src/XF/Entity/Thread.php
  110. src/XF/Entity/ContentVoteTrait.php
  111. src/addons/Bespoke/SequentialStickies/XF/Entity/Thread.php
  112. src/addons/XenConcept/UserActivity/XF/Entity/Thread.php
  113. src/XF/Finder/Thread.php
  114. src/XF/Mvc/Entity/ArrayCollection.php
  115. src/XF/Repository/Node.php
  116. src/addons/XenConcept/UserActivity/XF/Repository/Node.php
  117. src/addons/XFA/Core/XF/Repository/Node.php
  118. src/XF/Mvc/Reply/View.php
  119. src/addons/Bespoke/SequentialStickies/Repository/Sequence.php
  120. src/XF/Repository/SessionActivity.php
  121. src/addons/XenConcept/UserActivity/XF/Repository/SessionActivity.php
  122. src/XF/Data/Robot.php
  123. src/XF/Style.php
  124. src/XF/Template/Templater.php
  125. src/XF/SubContainer/BbCode.php
  126. src/XF/SubContainer/AbstractSubContainer.php
  127. src/XF/SubContainer/Widget.php
  128. src/XF/SimpleCache.php
  129. src/XF/Mvc/Renderer/Html.php
  130. src/XF/Mvc/Renderer/AbstractRenderer.php
  131. src/XF/Mvc/View.php
  132. src/XF/Template/Template.php
  133. internal_data/code_cache/templates/l2/s1/public/forum_view.php
  134. src/XF/Template/ExtensionSet.php
  135. src/XF/PreEscaped.php
  136. internal_data/code_cache/templates/l2/s1/public/metadata_macros.php
  137. src/XF/Template/MacroState.php
  138. internal_data/code_cache/templates/l2/s1/public/forum_macros.php
  139. src/XF/Pub/Route/Category.php
  140. src/XF/Mvc/RouteBuiltLink.php
  141. internal_data/code_cache/templates/l2/s1/public/_ads.php
  142. internal_data/code_cache/templates/l2/s1/public/xc_user_activity_modification_macros.php
  143. internal_data/code_cache/templates/l2/s1/public/thread_list_macros.php
  144. src/XF/Str/Formatter.php
  145. internal_data/code_cache/navigation_cache.php
  146. src/XF/Phrase.php
  147. src/XF/Pub/Route/Search.php
  148. src/addons/Siropu/Chat/Navigation/Tab.php
  149. src/addons/Siropu/Chat/Repository/User.php
  150. src/XF/Finder/User.php
  151. src/addons/JUM/WHV/XF/Finder/User.php
  152. src/addons/Siropu/Chat/Service/Guest/Manager.php
  153. src/XF/Service/AbstractService.php
  154. src/XF/SimpleCacheSet.php
  155. src/XF/NoticeList.php
  156. internal_data/code_cache/templates/l2/s1/public/PAGE_CONTAINER.php
  157. internal_data/code_cache/templates/l2/s1/public/helper_js_global.php
  158. internal_data/code_cache/templates/l2/s1/public/font_awesome_setup.php
  159. internal_data/code_cache/templates/l2/s1/public/google_analytics.php
  160. internal_data/code_cache/phrase_groups/l2/nav.php
  161. internal_data/code_cache/phrase_groups/l2/button.php
  162. internal_data/code_cache/templates/l2/s1/public/browser_warning_macros.php
  163. internal_data/code_cache/widgets/_11_siropu_chat.php
  164. src/XF/Widget/WidgetConfig.php
  165. src/addons/Siropu/Chat/Widget/Chat.php
  166. src/XF/Widget/AbstractWidget.php
  167. src/addons/Siropu/Chat/Criteria/Device.php
  168. src/addons/Siropu/Chat/Vendor/MobileDetect/Mobile_Detect.php
  169. src/addons/Siropu/Chat/Data.php
  170. internal_data/code_cache/templates/l2/s1/public/debug_macros.php
  171. internal_data/code_cache/templates/l2/s1/public/siropu_referral_contests_js.php
  172. internal_data/code_cache/templates/l2/s1/public/svg_sound_notification.php
  173. src/XF/Debugger.php

DB Connection Stats

bytes_sent8233
bytes_received338376
packets_sent112
packets_received1114
protocol_overhead_in4456
protocol_overhead_out448
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet252
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet124
bytes_received_prepare_response_packet78771
bytes_received_change_user_packet258769
packets_sent_command55
packets_received_ok0
packets_received_eof0
packets_received_rset_header28
packets_received_rset_field_meta0
packets_received_rset_row20
packets_received_prepare_response971
packets_received_change_user75
result_set_queries16
non_result_set_queries4
no_index_used0
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets16
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed17
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_bit30
proto_binary_fetched_tinyint0
proto_binary_fetched_short48
proto_binary_fetched_int2422
proto_binary_fetched_int0
proto_binary_fetched_bigint173
proto_binary_fetched_decimal31
proto_binary_fetched_float12
proto_binary_fetched_double0
proto_binary_fetched_date22
proto_binary_fetched_year0
proto_binary_fetched_time0
proto_binary_fetched_datetime0
proto_binary_fetched_timestamp0
proto_binary_fetched_string0
proto_binary_fetched_json203
proto_binary_fetched_blob68
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_prepare18
com_stmt_execute18
com_stmt_send_long_data0
com_stmt_close17
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps257948