Page Time: 0.2328s

Memory: 10.4349 MB (Peak: 10.5830 MB)

Queries (19, time: 0.0660s, 28.3%)

  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.001808
    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 1907
    6. XF\App->preLoadData() in src/XF/App.php at line 1895
    7. XF\App->setup() in src/XF/Pub/App.php at line 93
    8. XF\Pub\App->setup() in src/XF.php at line 497
    9. XF::setupApp() in src/XF.php at line 520
    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.000366
    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 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 259
    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 2353
    14. XF\App->run() in src/XF.php at line 524
    15. XF::runApp() in index.php at line 20
  3. SELECT `xf_member_stat`.*
    FROM `xf_member_stat`
    LEFT JOIN `xf_addon` AS `xf_addon_AddOn_1` ON (`xf_addon_AddOn_1`.`addon_id` = `xf_member_stat`.`addon_id`)
    WHERE (`xf_member_stat`.`active` = 1) AND ((`xf_addon_AddOn_1`.`active` = 1) OR (`xf_member_stat`.`addon_id` = ''))
    ORDER BY `xf_member_stat`.`display_order` ASC
    Run Time: 0.000770
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_member_statALL    8Using where; Using filesort
    SIMPLExf_addon_AddOn_1eq_refPRIMARYPRIMARY52rwm2_skyrimfo_xfro.xf_member_stat.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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Member.php at line 60
    4. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    5. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    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 2353
    9. XF\App->run() in src/XF.php at line 524
    10. XF::runApp() in index.php at line 20
  4. SELECT user_id
    FROM xf_user
    WHERE question_solution_count > 0
    LIMIT 1
    Run Time: 0.000329
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangequestion_solution_countquestion_solution_count4 1Using 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/MemberStat/Solutions.php at line 11
    4. XF\MemberStat\Solutions::isVisible() in src/XF/Entity/MemberStat.php at line 60
    5. XF\Entity\MemberStat->canView() in src/XF/Mvc/Entity/AbstractCollection.php at line 328
    6. XF\Mvc\Entity\AbstractCollection->XF\Mvc\Entity\{closure}()
    7. array_filter() in src/XF/Mvc/Entity/AbstractCollection.php at line 197
    8. XF\Mvc\Entity\AbstractCollection->filter() in src/XF/Mvc/Entity/AbstractCollection.php at line 329
    9. XF\Mvc\Entity\AbstractCollection->filterViewable() in src/XF/Pub/Controller/Member.php at line 61
    10. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    11. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    12. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    13. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2353
    15. XF\App->run() in src/XF.php at line 524
    16. XF::runApp() in index.php at line 20
  5. SELECT `xf_user`.*
    FROM `xf_user`
    
    WHERE (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid') AND ((`xf_user`.`message_count` > 0) OR (`xf_user`.`message_count` < 0))
    ORDER BY `xf_user`.`message_count` DESC
    
    LIMIT 60
    Run Time: 0.001631
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangeuser_state,message_count,ix_user_state_is_bannedmessage_count4 18518Using index condition; Using where; Backward index scan

    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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Service/MemberStat/Preparer.php at line 235
    4. XF\Service\MemberStat\Preparer->getResultsData() in src/XF/Service/MemberStat/Preparer.php at line 102
    5. XF\Service\MemberStat\Preparer->getResults() in src/XF/Entity/MemberStat.php at line 124
    6. XF\Entity\MemberStat->getResults() in src/XF/Pub/Controller/Member.php at line 124
    7. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    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 2353
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  6. SELECT `xf_user`.*
    FROM `xf_user`
    
    WHERE (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid') AND ((`xf_user`.`reaction_score` > 0) OR (`xf_user`.`reaction_score` < 0))
    ORDER BY `xf_user`.`reaction_score` DESC
    
    LIMIT 60
    Run Time: 0.001330
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangeuser_state,ix_user_state_is_banned,reaction_scorereaction_score4 5151Using index condition; Using where; Backward index scan

    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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Service/MemberStat/Preparer.php at line 235
    4. XF\Service\MemberStat\Preparer->getResultsData() in src/XF/Service/MemberStat/Preparer.php at line 102
    5. XF\Service\MemberStat\Preparer->getResults() in src/XF/Entity/MemberStat.php at line 124
    6. XF\Entity\MemberStat->getResults() in src/XF/Pub/Controller/Member.php at line 124
    7. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    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 2353
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  7. SELECT `xf_user`.*
    FROM `xf_user`
    
    WHERE (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid') AND ((`xf_user`.`trophy_points` > 0) OR (`xf_user`.`trophy_points` < 0))
    ORDER BY `xf_user`.`trophy_points` DESC
    
    LIMIT 60
    Run Time: 0.001283
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangeuser_state,trophy_points,ix_user_state_is_bannedtrophy_points4 18518Using index condition; Using where; Backward index scan

    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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Service/MemberStat/Preparer.php at line 235
    4. XF\Service\MemberStat\Preparer->getResultsData() in src/XF/Service/MemberStat/Preparer.php at line 102
    5. XF\Service\MemberStat\Preparer->getResults() in src/XF/Entity/MemberStat.php at line 124
    6. XF\Entity\MemberStat->getResults() in src/XF/Pub/Controller/Member.php at line 124
    7. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    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 2353
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  8. SELECT `xf_user`.*
    FROM `xf_user`
    
    WHERE (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid') AND ((`xf_user`.`xfmg_media_count` > 0) OR (`xf_user`.`xfmg_media_count` < 0))
    ORDER BY `xf_user`.`xfmg_media_count` DESC
    
    LIMIT 60
    Run Time: 0.000645
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangeuser_state,ix_user_state_is_banned,xengallery_media_countxengallery_media_count4 3Using index condition; Using where; Backward index scan

    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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Service/MemberStat/Preparer.php at line 235
    4. XF\Service\MemberStat\Preparer->getResultsData() in src/XF/Service/MemberStat/Preparer.php at line 102
    5. XF\Service\MemberStat\Preparer->getResults() in src/XF/Entity/MemberStat.php at line 124
    6. XF\Entity\MemberStat->getResults() in src/XF/Pub/Controller/Member.php at line 124
    7. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    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 2353
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  9. SELECT `xf_user`.*
    FROM `xf_user`
    
    WHERE (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid') AND ((`xf_user`.`xfmg_album_count` > 0) OR (`xf_user`.`xfmg_album_count` < 0))
    ORDER BY `xf_user`.`xfmg_album_count` DESC
    
    LIMIT 60
    Run Time: 0.000683
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangeuser_state,ix_user_state_is_banned,xengallery_album_countxengallery_album_count4 3Using index condition; Using where; Backward index scan

    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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Service/MemberStat/Preparer.php at line 235
    4. XF\Service\MemberStat\Preparer->getResultsData() in src/XF/Service/MemberStat/Preparer.php at line 102
    5. XF\Service\MemberStat\Preparer->getResults() in src/XF/Entity/MemberStat.php at line 124
    6. XF\Entity\MemberStat->getResults() in src/XF/Pub/Controller/Member.php at line 124
    7. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    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 2353
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  10. SELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*
    FROM `xf_user`
    INNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)
    INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)
    WHERE (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid') AND (`xf_user_profile_Profile_1`.`dob_day` = 28) AND (`xf_user_profile_Profile_1`.`dob_month` = 3) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1680096943) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')
    ORDER BY `xf_user`.`username` ASC
    
    LIMIT 60
    Run Time: 0.002602
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profile_Profile_1refPRIMARY,dobdob2const,const88Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARY,user_state,last_activity,ix_user_state_is_bannedPRIMARY4rwm2_skyrimfo_xfro.xf_user_profile_Profile_1.user_id1Using where
    SIMPLExf_user_option_Option_2eq_refPRIMARYPRIMARY4rwm2_skyrimfo_xfro.xf_user_profile_Profile_1.user_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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/MemberStat/Birthdays.php at line 14
    4. XF\MemberStat\Birthdays::getBirthdayUsers() in src/XF/Service/MemberStat/Preparer.php at line 139
    5. XF\Service\MemberStat\Preparer->applyCallback() in src/XF/Service/MemberStat/Preparer.php at line 202
    6. XF\Service\MemberStat\Preparer->getResultsData() in src/XF/Service/MemberStat/Preparer.php at line 102
    7. XF\Service\MemberStat\Preparer->getResults() in src/XF/Entity/MemberStat.php at line 124
    8. XF\Entity\MemberStat->getResults() in src/XF/Pub/Controller/Member.php at line 124
    9. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    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 2353
    14. XF\App->run() in src/XF.php at line 524
    15. XF::runApp() in index.php at line 20
  11. SELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*
    FROM `xf_user`
    INNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)
    INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)
    WHERE (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid') AND (`xf_user_profile_Profile_1`.`dob_day` = 28) AND (`xf_user_profile_Profile_1`.`dob_month` = 3) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1680096943) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')
    ORDER BY `xf_user`.`username` ASC
    
    LIMIT 60
    Run Time: 0.001991
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profile_Profile_1refPRIMARY,dobdob2const,const88Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARY,user_state,last_activity,ix_user_state_is_bannedPRIMARY4rwm2_skyrimfo_xfro.xf_user_profile_Profile_1.user_id1Using where
    SIMPLExf_user_option_Option_2eq_refPRIMARYPRIMARY4rwm2_skyrimfo_xfro.xf_user_profile_Profile_1.user_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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Service/MemberStat/Preparer.php at line 235
    4. XF\Service\MemberStat\Preparer->getResultsData() in src/XF/Service/MemberStat/Preparer.php at line 102
    5. XF\Service\MemberStat\Preparer->getResults() in src/XF/Entity/MemberStat.php at line 124
    6. XF\Entity\MemberStat->getResults() in src/XF/Pub/Controller/Member.php at line 124
    7. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    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 2353
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  12. SELECT `xf_user`.*, `xf_user_option_Option_1`.*, `xf_user_profile_Profile_2`.*
    FROM `xf_user`
    INNER JOIN `xf_user_option` AS `xf_user_option_Option_1` ON (`xf_user_option_Option_1`.`user_id` = `xf_user`.`user_id`)
    INNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_2` ON (`xf_user_profile_Profile_2`.`user_id` = `xf_user`.`user_id`)
    WHERE (`xf_user`.`user_id` IN (130681, 13934, 22395, 23395, 77421, 80851, 607, 1, 16945, 22100, 9650, 121972, 120902, 120755, 119802, 5780, 4281, 4203, 18685, 13117, 7131, 5945, 4365, 2981, 8, 23616, 16869, 16537, 14352, 12877, 11872, 10650, 7916, 2055, 43881, 40642, 33461, 32511, 25295, 24125, 24051, 23603, 22520, 22177, 21432, 21426, 21171, 21161, 20855, 19662, 18415, 17715, 16125, 15775, 15745, 14754, 14586, 14308, 13566, 10985, 10385, 10192, 9529, 8348, 7236, 6083, 5383, 2561, 2467, 13706, 11677, 20504, 20299, 66571, 19913, 35262, 24768, 2834, 92632, 100932, 91061, 20877, 4050, 21581, 11415, 29621, 49292, 10203, 9103, 21707, 13713, 2264, 5022, 14562)) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')
    Run Time: 0.005265
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangePRIMARY,user_state,ix_user_state_is_bannedPRIMARY4 94Using where
    SIMPLExf_user_option_Option_1eq_refPRIMARYPRIMARY4rwm2_skyrimfo_xfro.xf_user.user_id1 
    SIMPLExf_user_profile_Profile_2eq_refPRIMARYPRIMARY4rwm2_skyrimfo_xfro.xf_user.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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Member.php at line 134
    4. XF\Pub\Controller\Member->actionIndex() in src/XF/Mvc/Dispatcher.php at line 352
    5. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    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 2353
    9. XF\App->run() in src/XF.php at line 524
    10. XF::runApp() in index.php at line 20
  13. SELECT view_date
    FROM xf_session_activity
    WHERE user_id = ? AND unique_key = ?
    Params: 0,
    Run Time: 0.000343
    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 309
    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 2353
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  14. -- XFDB=noForceAllWrite
    INSERT IGNORE INTO xf_session_activity (
    	ip,
    	controller_name,
    	controller_action,
    	view_state,
    	params,
    	view_date,
    	robot_key,
    	user_id,
    	unique_key
    ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: , XF\Pub\Controller\Member, Index, valid, , 1711632943, , 0,
    Run Time: 0.015794

    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 309
    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 259
    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 2353
    11. XF\App->run() in src/XF.php at line 524
    12. XF::runApp() in index.php at line 20
  15. SELECT `xf_user`.*
    FROM `xf_user`
    
    WHERE (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')
    ORDER BY `xf_user`.`register_date` DESC
    
    LIMIT 12
    Run Time: 0.003781
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userindexuser_state,ix_user_state_is_bannedregister_date4 24Using where; Backward index scan

    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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Widget/NewestMembers.php at line 24
    4. XF\Widget\NewestMembers->render() in internal_data/code_cache/widgets/_11_member_wrapper_newest_members.php at line 5
    5. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7653
    6. XF\Template\Templater->renderWidgetClosure() in src/XF/SubContainer/Widget.php at line 168
    7. XF\SubContainer\Widget->getCompiledWidget() in src/XF/Template/Templater.php at line 1936
    8. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l1/s61/public/member_wrapper.php at line 39
    9. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1651
    10. XF\Template\Templater->renderTemplate() in src/XF/Template/Templater.php at line 1048
    11. XF\Template\Templater->applyWrappedTemplate() in src/XF/Template/Templater.php at line 1666
    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 2353
    19. XF\App->run() in src/XF.php at line 524
    20. XF::runApp() in index.php at line 20
  16. SELECT `xf_andy_chat`.*
    FROM `xf_andy_chat`
    
    WHERE (`xf_andy_chat`.`message_date` > 1711632043)
    Run Time: 0.000311
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_andy_chatALL    1Using 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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/Chat/PhpCallback.php at line 30
    4. Andy\Chat\PhpCallback::chat() in internal_data/code_cache/navigation_cache.php at line 652
    5. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7626
    6. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 577
    7. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 528
    8. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2151
    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 2353
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  17. SELECT `xf_andy_chat`.*
    FROM `xf_andy_chat`
    
    WHERE (`xf_andy_chat`.`message_date` > 1711632043)
    Run Time: 0.000303
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_andy_chatALL    1Using 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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/Andy/Chat/XF/NoticeList.php at line 28
    4. Andy\Chat\XF\NoticeList->addNotice() in src/XF/NoticeList.php at line 107
    5. XF\NoticeList->addConditionalNotice() in src/XF/Pub/App.php at line 611
    6. XF\Pub\App->getNoticeList() in src/XF/Pub/App.php at line 546
    7. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2151
    8. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    9. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    10. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2353
    11. XF\App->run() in src/XF.php at line 524
    12. XF::runApp() in index.php at line 20
  18. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('user_name', 'join_date', 'last_activity', 'messages', 'solutions', 'trophy_points', 'reaction_score', 'xfmg_media_count', 'xfmg_album_count', 'chat_chat')
    Params: 1
    Run Time: 0.000639
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 10Using 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/Language.php at line 374
    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 1181
    9. XF::escapeString() in src/XF/Template/Templater.php at line 1201
    10. XF\Template\Templater->escape() in internal_data/code_cache/templates/l1/s61/public/PAGE_CONTAINER.php at line 255
    11. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 824
    12. XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l1/s61/public/PAGE_CONTAINER.php at line 152
    13. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 824
    14. XF\Template\Templater->callMacro() in internal_data/code_cache/templates/l1/s61/public/PAGE_CONTAINER.php at line 884
    15. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1651
    16. XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 564
    17. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2151
    18. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    19. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    20. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2353
    21. XF\App->run() in src/XF.php at line 524
    22. XF::runApp() in index.php at line 20
  19. SELECT `ewr_medio_media`.*, `xf_user_User_1`.*, `ewr_medio_services_Service_2`.*
    FROM `ewr_medio_media`
    LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `ewr_medio_media`.`user_id`)
    LEFT JOIN `ewr_medio_services` AS `ewr_medio_services_Service_2` ON (`ewr_medio_services_Service_2`.`service_id` = `ewr_medio_media`.`service_id`)
    LEFT JOIN `ewr_medio_categories` AS `ewr_medio_categories_Category_3` ON (`ewr_medio_categories_Category_3`.`category_id` = `ewr_medio_media`.`category_id`)
    WHERE ((`ewr_medio_categories_Category_3`.`category_groups` = '') OR (FIND_IN_SET(1, `ewr_medio_categories_Category_3`.`category_groups`)))
    ORDER BY `ewr_medio_media`.`media_date` DESC
    
    LIMIT 4
    Run Time: 0.026091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEewr_medio_mediaALLcategory_id   551Using temporary; Using filesort
    SIMPLEewr_medio_categories_Category_3ALLPRIMARY   3Using where; Using join buffer (hash join)
    SIMPLExf_user_User_1eq_refPRIMARYPRIMARY4rwm2_skyrimfo_xfro.ewr_medio_media.user_id1 
    SIMPLEewr_medio_services_Service_2eq_refPRIMARYPRIMARY4rwm2_skyrimfo_xfro.ewr_medio_media.service_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 1392
    3. XF\Mvc\Entity\Finder->fetch() in src/addons/EWR/Medio/Widget/Media.php at line 49
    4. EWR\Medio\Widget\Media->render() in internal_data/code_cache/widgets/_141_xenMedio.php at line 5
    5. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7653
    6. XF\Template\Templater->renderWidgetClosure() in src/XF/SubContainer/Widget.php at line 168
    7. XF\SubContainer\Widget->getCompiledWidget() in src/XF/Template/Templater.php at line 1965
    8. XF\Template\Templater->renderWidget() in internal_data/code_cache/templates/l1/s61/public/PAGE_CONTAINER.php at line 1940
    9. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1651
    10. XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 564
    11. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2151
    12. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    13. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2353
    15. XF\App->run() in src/XF.php at line 524
    16. XF::runApp() in index.php at line 20

Included Files (264, XenForo Classes: 100)

  1. wordfence-waf.php
  2. wp-content/plugins/wordfence/waf/bootstrap.php
  3. wp-content/plugins/wordfence/lib/wfVersionSupport.php
  4. wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php
  5. wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php
  6. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php
  7. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php
  8. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php
  9. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php
  10. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php
  11. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php
  12. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php
  13. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php
  14. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php
  15. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php
  16. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php
  17. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php
  18. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php
  19. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php
  20. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php
  21. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php
  22. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php
  23. wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php
  24. wp-content/plugins/wordfence/waf/pomo/mo.php
  25. wp-content/plugins/wordfence/waf/pomo/translations.php
  26. wp-content/plugins/wordfence/waf/pomo/plural-forms.php
  27. wp-content/plugins/wordfence/waf/pomo/entry.php
  28. wp-content/plugins/wordfence/waf/pomo/streams.php
  29. wp-content/wflogs/rules.php
  30. wp-content/plugins/wordfence/lib/wfIPWhitelist.php
  31. /home/rwm2/domains/skyrimforums.org/public_html/forum/index.php
  32. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF.php
  33. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/autoload.php
  34. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/composer/autoload_real.php
  35. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/composer/ClassLoader.php
  36. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/composer/autoload_static.php
  37. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/laminas/laminas-zendframework-bridge/src/autoload.php
  38. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/laminas/laminas-zendframework-bridge/src/Autoloader.php
  39. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/laminas/laminas-zendframework-bridge/src/RewriteRules.php
  40. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
  41. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/symfony/polyfill-php72/bootstrap.php
  42. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/symfony/polyfill-intl-idn/bootstrap.php
  43. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/symfony/polyfill-mbstring/bootstrap.php
  44. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/ralouphie/getallheaders/src/getallheaders.php
  45. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/guzzlehttp/promises/src/functions_include.php
  46. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/guzzlehttp/promises/src/functions.php
  47. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/guzzlehttp/psr7/src/functions_include.php
  48. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/guzzlehttp/psr7/src/functions.php
  49. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/guzzlehttp/guzzle/src/functions_include.php
  50. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/guzzlehttp/guzzle/src/functions.php
  51. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/paragonie/sodium_compat/autoload.php
  52. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/paragonie/sodium_compat/autoload-php7.php
  53. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/paragonie/sodium_compat/src/Compat.php
  54. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/paragonie/sodium_compat/lib/namespaced.php
  55. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/paragonie/sodium_compat/lib/sodium_compat.php
  56. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/paragonie/sodium_compat/lib/constants.php
  57. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/paragonie/sodium_compat/lib/php72compat.php
  58. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php
  59. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/paragonie/sodium_compat/lib/ristretto255.php
  60. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/swiftmailer/swiftmailer/lib/swift_required.php
  61. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
  62. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/symfony/var-dumper/Resources/functions/dump.php
  63. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/dokuwiki/utf8/utf8.php
  64. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Http/Request.php
  65. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/InputFilterer.php
  66. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Pub/App.php
  67. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/App.php
  68. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Container.php
  69. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/config.php
  70. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/DataRegistry.php
  71. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Db/Mysqli/Adapter.php
  72. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Db/AbstractAdapter.php
  73. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Db/Mysqli/Statement.php
  74. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Db/AbstractStatement.php
  75. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Extension.php
  76. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/AddOn/Manager.php
  77. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/XFMG/Listener.php
  78. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/rw/Listener.php
  79. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Session/Session.php
  80. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Session/DbStorage.php
  81. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Session/StorageInterface.php
  82. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Util/Ip.php
  83. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Util/Random.php
  84. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Http/Response.php
  85. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Entity/Manager.php
  86. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Entity/ValueFormatter.php
  87. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Repository/User.php
  88. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Entity/Repository.php
  89. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/User.php
  90. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Entity/Entity.php
  91. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/LinkableInterface.php
  92. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/XFMG/XF/Entity/User.php
  93. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Entity/Structure.php
  94. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/UserAuth.php
  95. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/UserOption.php
  96. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/UserProfile.php
  97. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/UserPrivacy.php
  98. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Util/File.php
  99. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Language.php
  100. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Dispatcher.php
  101. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Router.php
  102. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/RouteMatch.php
  103. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Util/Arr.php
  104. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/ParameterBag.php
  105. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Pub/Controller/Member.php
  106. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Pub/Controller/AbstractController.php
  107. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Controller.php
  108. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Util/Php.php
  109. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/PermissionCache.php
  110. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/PermissionSet.php
  111. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Repository/MemberStat.php
  112. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/MemberStat.php
  113. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Finder/MemberStat.php
  114. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Entity/Finder.php
  115. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/AddOn.php
  116. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Entity/ArrayCollection.php
  117. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Entity/AbstractCollection.php
  118. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/MemberStat/Solutions.php
  119. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/MemberStat/TrophyPoints.php
  120. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Finder/User.php
  121. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Service/MemberStat/Preparer.php
  122. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Service/AbstractService.php
  123. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Searcher/User.php
  124. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Searcher/AbstractSearcher.php
  125. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Phrase.php
  126. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/MemberStat/Birthdays.php
  127. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Reply/View.php
  128. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Reply/AbstractReply.php
  129. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Repository/SessionActivity.php
  130. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Data/Robot.php
  131. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Style.php
  132. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Template/Templater.php
  133. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/DevelopmentOutput.php
  134. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/DevelopmentOutput/Template.php
  135. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/DevelopmentOutput/AbstractHandler.php
  136. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Template/WatcherInterface.php
  137. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/SubContainer/BbCode.php
  138. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/SubContainer/AbstractSubContainer.php
  139. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/SubContainer/Widget.php
  140. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/XFMG/Template/TemplaterSetup.php
  141. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/SimpleCache.php
  142. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Renderer/Html.php
  143. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Renderer/AbstractRenderer.php
  144. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/View.php
  145. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Template/Template.php
  146. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/member_notable.php
  147. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/PreEscaped.php
  148. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/metadata_macros.php
  149. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Template/MacroState.php
  150. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/phrase_groups/l1/member_stat.php
  151. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Util/Color.php
  152. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/member_wrapper.php
  153. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/widgets/_1_member_wrapper_find_member.php
  154. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Widget/WidgetConfig.php
  155. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Widget/FindMember.php
  156. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Widget/AbstractWidget.php
  157. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/phrase_groups/l1/widget.php
  158. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/phrase_groups/l1/widget_def.php
  159. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Widget/WidgetRenderer.php
  160. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/widget_find_member.php
  161. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/widgets/_11_member_wrapper_newest_members.php
  162. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Widget/NewestMembers.php
  163. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/widget_newest_members.php
  164. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/navigation_cache.php
  165. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Pub/Route/Search.php
  166. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/Andy/Chat/PhpCallback.php
  167. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/Andy/Chat/Entity/Chat.php
  168. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/NoticeList.php
  169. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/Andy/Chat/XF/NoticeList.php
  170. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Criteria/User.php
  171. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Criteria/AbstractCriteria.php
  172. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Criteria/Page.php
  173. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/PAGE_CONTAINER.php
  174. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/nl_body_classes.php
  175. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/bodytag_macros.php
  176. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/CssRenderer.php
  177. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Less/RtlVisitorPre.php
  178. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/VisitorReplacing.php
  179. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Visitor.php
  180. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Less/RtlVisitor.php
  181. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Parser.php
  182. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Cache.php
  183. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Version.php
  184. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Environment.php
  185. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Dimension.php
  186. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree.php
  187. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Unit.php
  188. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Expression.php
  189. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Call.php
  190. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Value.php
  191. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Rule.php
  192. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Element.php
  193. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Selector.php
  194. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Keyword.php
  195. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Variable.php
  196. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php
  197. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Functions.php
  198. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/Color.php
  199. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Tree/DefaultFunc.php
  200. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Visitor/joinSelector.php
  201. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Visitor/toCSS.php
  202. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/oyejorge/less.php/lib/Less/Output.php
  203. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Str/Formatter.php
  204. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/helper_js_global.php
  205. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/font_awesome_setup.php
  206. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/google_analytics.php
  207. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/rw/loadSkin.php
  208. /home/rwm2/domains/skyrimforums.org/public_html/rw/login-bar.php
  209. /home/rwm2/domains/skyrimforums.org/public_html/rw/login-bar.css
  210. /home/rwm2/domains/skyrimforums.org/public_html/rw/inclSkinForum.php
  211. /home/rwm4/domains/releaseweek.com/public_html/rw/rwSkinConfig.php
  212. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/nl_theme_hooks.php
  213. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/nl_helper_macros.php
  214. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/phrase_groups/l1/nav.php
  215. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/phrase_groups/l1/button.php
  216. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/nl_social_macros.php
  217. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/_ads.php
  218. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/rw/load990970.php
  219. /home/rwm2/domains/mmorpgforums.com/public_html/includes/mobile-detect/Mobile_Detect.php
  220. /home/rwm2/domains/skyrimforums.org/public_html/rw/ad990x40.php
  221. /home/rwm4/domains/releaseweek.com/public_html/rw/rw900x40config.php
  222. /home/rwm2/domains/skyrimforums.org/public_html/rw/ad970x250.php
  223. /home/rwm4/domains/releaseweek.com/public_html/rw/rw970x250config.php
  224. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/nl_feature_insert_macros.php
  225. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/notice_macros.php
  226. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/browser_warning_macros.php
  227. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/widgets/_141_xenMedio.php
  228. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/EWR/Medio/Widget/Media.php
  229. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/EWR/Medio/Repository/Media.php
  230. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/EWR/Medio/Entity/Media.php
  231. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/ReactionTrait.php
  232. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Entity/BookmarkTrait.php
  233. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/EWR/Medio/Finder/Media.php
  234. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/EWR/Medio/Entity/Service.php
  235. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/addons/EWR/Medio/Entity/Category.php
  236. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Mvc/Entity/FinderExpression.php
  237. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/widget_EWRmedio_media.php
  238. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/FsMounts.php
  239. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/LocalFsAdapter.php
  240. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/Adapter/Local.php
  241. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/Adapter/AbstractAdapter.php
  242. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/AdapterInterface.php
  243. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/ReadInterface.php
  244. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php
  245. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/Filesystem.php
  246. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/FilesystemInterface.php
  247. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/Plugin/PluggableTrait.php
  248. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/ConfigAwareTrait.php
  249. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/event/src/EmitterTrait.php
  250. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor-patch/League/Flysystem/Util.php
  251. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/Config.php
  252. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/event/src/Emitter.php
  253. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/event/src/EmitterInterface.php
  254. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/event/src/CallbackListener.php
  255. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/event/src/ListenerInterface.php
  256. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem/src/MountManager.php
  257. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem-eventable-filesystem/src/Event/Before.php
  258. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/event/src/AbstractEvent.php
  259. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/vendor/league/flysystem-eventable-filesystem/src/Event/After.php
  260. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/nl_footer_copyright.php
  261. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/debug_macros.php
  262. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/nl_flexcolumns.php
  263. /home/rwm2/domains/skyrimforums.org/public_html/forum/internal_data/code_cache/templates/l1/s61/public/nl_functions_js.php
  264. /home/rwm2/domains/skyrimforums.org/public_html/forum/src/XF/Debugger.php

DB Connection Stats

bytes_sent15915
bytes_received938528
packets_sent226
packets_received2119
protocol_overhead_in8476
protocol_overhead_out904
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet549
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet213
bytes_received_prepare_response_packet129585
bytes_received_change_user_packet807303
packets_sent_command112
packets_received_ok0
packets_received_eof0
packets_received_rset_header61
packets_received_rset_field_meta0
packets_received_rset_row39
packets_received_prepare_response1563
packets_received_change_user417
result_set_queries36
non_result_set_queries3
no_index_used8
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets36
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed36
rows_fetched_from_server_normal0
rows_fetched_from_server_ps381
rows_buffered_from_client_normal0
rows_buffered_from_client_ps381
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_ps381
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_bit489
proto_binary_fetched_tinyint0
proto_binary_fetched_short3601
proto_binary_fetched_int241574
proto_binary_fetched_int0
proto_binary_fetched_bigint8295
proto_binary_fetched_decimal56
proto_binary_fetched_float0
proto_binary_fetched_double0
proto_binary_fetched_date28
proto_binary_fetched_year0
proto_binary_fetched_time0
proto_binary_fetched_datetime0
proto_binary_fetched_timestamp0
proto_binary_fetched_string0
proto_binary_fetched_json3624
proto_binary_fetched_blob928
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_prepare37
com_stmt_execute37
com_stmt_send_long_data0
com_stmt_close36
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps797823