Page Time: 0.0600s

Memory: 3.7126 MB (Peak: 3.8126 MB)

Queries (11, time: 0.0180s, 30.0%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000212
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 152
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 34
    4. XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
    5. XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 1218
    6. XF\Entity\User->hasPermission() in src/XF/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 126
    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 2483
    14. XF\App->run() in src/XF.php at line 525
    15. XF::runApp() in index.php at line 20
  2. 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.000527
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_member_statALL    6Using where; Using filesort
    SIMPLExf_addon_AddOn_1eq_refPRIMARYPRIMARY52sammyboy_xenforo.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 1430
    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 2483
    9. XF\App->run() in src/XF.php at line 525
    10. XF::runApp() in index.php at line 20
  3. SELECT user_id
    FROM xf_user
    WHERE question_solution_count > 0
    LIMIT 1
    Run Time: 0.000283
    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 2483
    15. XF\App->run() in src/XF.php at line 525
    16. XF::runApp() in index.php at line 20
  4. 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.001449
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangeuser_state,message_countmessage_count4 24515Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/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 2483
    12. XF\App->run() in src/XF.php at line 525
    13. 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`.`reaction_score` > 0) OR (`xf_user`.`reaction_score` < 0))
    ORDER BY `xf_user`.`reaction_score` DESC
    
    LIMIT 60
    Run Time: 0.001482
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangeuser_state,reaction_scorereaction_score4 4348Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/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 2483
    12. XF\App->run() in src/XF.php at line 525
    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`.`trophy_points` > 0) OR (`xf_user`.`trophy_points` < 0))
    ORDER BY `xf_user`.`trophy_points` DESC
    
    LIMIT 60
    Run Time: 0.001482
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangeuser_state,trophy_pointstrophy_points4 2787Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/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 2483
    12. XF\App->run() in src/XF.php at line 525
    13. XF::runApp() in index.php at line 20
  7. 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` = 27) AND (`xf_user_profile_Profile_1`.`dob_month` = 4) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1682674831) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')
    ORDER BY `xf_user`.`username` ASC
    
    LIMIT 60
    Run Time: 0.006285
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profile_Profile_1refPRIMARY,dobdob2const,const116Using temporary; Using filesort
    SIMPLExf_user_option_Option_2eq_refPRIMARYPRIMARY4sammyboy_xenforo.xf_user_profile_Profile_1.user_id1Using where
    SIMPLExf_usereq_refPRIMARY,user_state,last_activityPRIMARY4sammyboy_xenforo.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 1430
    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 2483
    14. XF\App->run() in src/XF.php at line 525
    15. XF::runApp() in index.php at line 20
  8. 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 (14573, 181510, 185567, 185534, 182712, 181869, 177876, 176669, 176032, 174190, 172438, 170908, 166557, 165609, 165533, 164212, 163593, 163575, 163523, 162858, 162383, 162170, 161339, 160973, 160601, 159698, 159369, 159309, 159215, 158612, 158588, 158366, 158299, 157843, 157200, 157076, 156941, 156871, 156613, 155762, 155361, 154213, 153578, 153115, 119256, 117941, 115640, 111836, 107473, 107284, 107196, 107194, 107029, 106490, 106375, 105978, 105498, 105465, 94302, 93722, 89835, 89822, 89736, 16248, 2710, 977, 64347, 1775, 1, 278, 4371, 5250, 48502, 2522, 6083, 1299, 3679, 16966, 1159, 26351, 31356, 2686, 12757, 26707, 2612, 4592, 2856, 11934, 1165, 2617, 38122, 7139, 15229, 67756, 2174, 5994, 1317, 23219, 25152, 1011, 2102, 16778, 3229, 1737, 1572, 1288, 73, 2036, 2642, 1139, 3098, 2255, 143, 2115, 81517, 9902, 1168, 34973, 24669, 7975, 28316, 1478, 8492)) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')
    Run Time: 0.004600
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userrangePRIMARY,user_statePRIMARY4 123Using where
    SIMPLExf_user_profile_Profile_2eq_refPRIMARYPRIMARY4sammyboy_xenforo.xf_user.user_id1 
    SIMPLExf_user_option_Option_1eq_refPRIMARYPRIMARY4sammyboy_xenforo.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 1430
    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 2483
    9. XF\App->run() in src/XF.php at line 525
    10. XF::runApp() in index.php at line 20
  9. SELECT view_date
    FROM xf_session_activity
    WHERE user_id = ? AND unique_key = ?
    Params: 0,
    Run Time: 0.000204
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_session_activityconstPRIMARYPRIMARY22const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 152
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/Repository/SessionActivity.php at line 134
    4. XF\Repository\SessionActivity->updateSessionActivity() in src/addons/xenMade/LAU/XF/Repository/SessionActivity.php at line 16
    5. xenMade\LAU\XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 84
    6. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 44
    7. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 360
    8. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    13. XF\App->run() in src/XF.php at line 525
    14. XF::runApp() in index.php at line 20
  10. -- 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\Member, Index, valid, , 1714210831, , 0,
    Run Time: 0.000154

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Repository/SessionActivity.php at line 227
    3. XF\Repository\SessionActivity->updateSessionActivity() in src/addons/xenMade/LAU/XF/Repository/SessionActivity.php at line 16
    4. xenMade\LAU\XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 84
    5. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 44
    6. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 360
    7. XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 385
    8. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    9. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    10. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    11. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
    12. XF\App->run() in src/XF.php at line 525
    13. XF::runApp() in index.php at line 20
  11. 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.001310
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userindexuser_stateregister_date4 24Using where

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1430
    3. XF\Mvc\Entity\Finder->fetch() in src/XF/Widget/NewestMembers.php at line 24
    4. XF\Widget\NewestMembers->render() in internal_data/code_cache/widgets/_2_member_wrapper_newest_members.php at line 5
    5. XF\SubContainer\Widget->{closure}() in src/XF/Template/Templater.php at line 7679
    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 1937
    8. XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l1/s7/public/member_wrapper.php at line 39
    9. XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1652
    10. XF\Template\Templater->renderTemplate() in src/XF/Template/Templater.php at line 1049
    11. XF\Template\Templater->applyWrappedTemplate() in src/XF/Template/Templater.php at line 1667
    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 2483
    19. XF\App->run() in src/XF.php at line 525
    20. XF::runApp() in index.php at line 20

Included Files (167, XenForo Classes: 98)

  1. index.php
  2. src/XF.php
  3. src/vendor/autoload.php
  4. src/vendor/composer/autoload_real.php
  5. src/vendor/composer/ClassLoader.php
  6. src/vendor/composer/autoload_static.php
  7. src/vendor/laminas/laminas-zendframework-bridge/src/autoload.php
  8. src/vendor/laminas/laminas-zendframework-bridge/src/Autoloader.php
  9. src/vendor/laminas/laminas-zendframework-bridge/src/RewriteRules.php
  10. src/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
  11. src/vendor/symfony/polyfill-php72/bootstrap.php
  12. src/vendor/symfony/polyfill-intl-idn/bootstrap.php
  13. src/vendor/symfony/polyfill-mbstring/bootstrap.php
  14. src/vendor/ralouphie/getallheaders/src/getallheaders.php
  15. src/vendor/guzzlehttp/promises/src/functions_include.php
  16. src/vendor/guzzlehttp/promises/src/functions.php
  17. src/vendor/guzzlehttp/psr7/src/functions_include.php
  18. src/vendor/guzzlehttp/psr7/src/functions.php
  19. src/vendor/guzzlehttp/guzzle/src/functions_include.php
  20. src/vendor/guzzlehttp/guzzle/src/functions.php
  21. src/vendor/paragonie/sodium_compat/autoload.php
  22. src/vendor/paragonie/sodium_compat/autoload-php7.php
  23. src/vendor/paragonie/sodium_compat/src/Compat.php
  24. src/vendor/paragonie/sodium_compat/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/CacheFactory.php
  46. src/XF/Cache/MemcachedCache.php
  47. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
  48. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
  49. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
  50. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
  51. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
  52. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
  53. src/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
  54. src/XF/Extension.php
  55. src/XF/AddOn/Manager.php
  56. src/XF/Session/Session.php
  57. src/XF/Session/CacheStorage.php
  58. src/XF/Session/StorageInterface.php
  59. src/XF/Util/Ip.php
  60. src/XF/Util/Random.php
  61. src/XF/Http/Response.php
  62. src/XF/Mvc/Entity/Manager.php
  63. src/XF/Mvc/Entity/ValueFormatter.php
  64. src/XF/Repository/User.php
  65. src/XF/Mvc/Entity/Repository.php
  66. src/XF/Entity/User.php
  67. src/XF/Mvc/Entity/Entity.php
  68. src/XF/Entity/LinkableInterface.php
  69. src/addons/xenMade/LAU/XF/Entity/User.php
  70. src/XF/Mvc/Entity/Structure.php
  71. src/XF/Entity/UserAuth.php
  72. src/XF/Entity/UserOption.php
  73. src/XF/Entity/UserProfile.php
  74. src/XF/Entity/UserPrivacy.php
  75. src/XF/Util/File.php
  76. src/XF/Language.php
  77. src/XF/Mvc/Dispatcher.php
  78. src/XF/Mvc/Router.php
  79. src/addons/XF301VB/Mvc/Router.php
  80. src/XF/Mvc/RouteMatch.php
  81. src/XF/Util/Arr.php
  82. src/XF/Mvc/ParameterBag.php
  83. src/XF/Pub/Controller/Member.php
  84. src/XF/Pub/Controller/AbstractController.php
  85. src/XF/Mvc/Controller.php
  86. src/XF/Util/Php.php
  87. src/XF/PermissionCache.php
  88. src/XF/PermissionSet.php
  89. src/XF/Db/Mysqli/Statement.php
  90. src/XF/Db/AbstractStatement.php
  91. src/XF/Repository/MemberStat.php
  92. src/XF/Entity/MemberStat.php
  93. src/XF/Finder/MemberStat.php
  94. src/XF/Mvc/Entity/Finder.php
  95. src/XF/Entity/AddOn.php
  96. src/XF/Mvc/Entity/ArrayCollection.php
  97. src/XF/Mvc/Entity/AbstractCollection.php
  98. src/XF/MemberStat/TrophyPoints.php
  99. src/XF/MemberStat/Solutions.php
  100. src/XF/Finder/User.php
  101. src/XF/Service/MemberStat/Preparer.php
  102. src/XF/Service/AbstractService.php
  103. src/XF/Searcher/User.php
  104. src/XF/Searcher/AbstractSearcher.php
  105. src/XF/Phrase.php
  106. src/XF/MemberStat/Birthdays.php
  107. src/XF/Mvc/Reply/View.php
  108. src/XF/Mvc/Reply/AbstractReply.php
  109. src/XF/Repository/SessionActivity.php
  110. src/addons/xenMade/LAU/XF/Repository/SessionActivity.php
  111. src/XF/Data/Robot.php
  112. src/XF/Style.php
  113. src/XF/Template/Templater.php
  114. src/addons/xenMade/LAU/XF/Template/Templater.php
  115. src/XF/DevelopmentOutput.php
  116. src/XF/DevelopmentOutput/Template.php
  117. src/XF/DevelopmentOutput/AbstractHandler.php
  118. src/XF/Template/WatcherInterface.php
  119. src/XF/SubContainer/BbCode.php
  120. src/XF/SubContainer/AbstractSubContainer.php
  121. src/XF/SubContainer/Widget.php
  122. src/XF/CookieConsent.php
  123. src/XF/Captcha/HCaptcha.php
  124. src/XF/Captcha/AbstractCaptcha.php
  125. src/XF/Repository/Payment.php
  126. src/XF/SimpleCache.php
  127. src/XF/Mvc/Renderer/Html.php
  128. src/XF/Mvc/Renderer/AbstractRenderer.php
  129. src/XF/Mvc/View.php
  130. src/XF/Template/Template.php
  131. internal_data/code_cache/templates/l1/s7/public/member_notable.php
  132. src/XF/PreEscaped.php
  133. internal_data/code_cache/templates/l1/s7/public/metadata_macros.php
  134. src/XF/Template/MacroState.php
  135. internal_data/code_cache/phrase_groups/l1/member_stat.php
  136. src/XF/Util/Color.php
  137. internal_data/code_cache/templates/l1/s7/public/member_wrapper.php
  138. internal_data/code_cache/widgets/_1_member_wrapper_find_member.php
  139. src/XF/Widget/WidgetConfig.php
  140. src/XF/Widget/FindMember.php
  141. src/XF/Widget/AbstractWidget.php
  142. internal_data/code_cache/phrase_groups/l1/widget.php
  143. internal_data/code_cache/phrase_groups/l1/widget_def.php
  144. src/XF/Widget/WidgetRenderer.php
  145. internal_data/code_cache/templates/l1/s7/public/widget_find_member.php
  146. internal_data/code_cache/widgets/_2_member_wrapper_newest_members.php
  147. src/XF/Widget/NewestMembers.php
  148. internal_data/code_cache/templates/l1/s7/public/widget_newest_members.php
  149. internal_data/code_cache/navigation_cache.php
  150. src/XF/Pub/Route/Search.php
  151. src/XF/NoticeList.php
  152. src/XF/Criteria/User.php
  153. src/XF/Criteria/AbstractCriteria.php
  154. src/XF/Criteria/Page.php
  155. internal_data/code_cache/templates/l1/s7/public/PAGE_CONTAINER.php
  156. src/XF/Str/Formatter.php
  157. internal_data/code_cache/templates/l1/s7/public/helper_js_global.php
  158. internal_data/code_cache/templates/l1/s7/public/font_awesome_setup.php
  159. internal_data/code_cache/templates/l1/s7/public/google_analytics.php
  160. internal_data/code_cache/templates/l1/s7/public/lau_staff_bar.php
  161. internal_data/code_cache/templates/l1/s7/public/_ads.php
  162. internal_data/code_cache/phrase_groups/l1/nav.php
  163. internal_data/code_cache/phrase_groups/l1/button.php
  164. internal_data/code_cache/templates/l1/s7/public/notice_macros.php
  165. internal_data/code_cache/templates/l1/s7/public/browser_warning_macros.php
  166. internal_data/code_cache/templates/l1/s7/public/debug_macros.php
  167. src/XF/Debugger.php

DB Connection Stats

bytes_sent9066
bytes_received201931
packets_sent130
packets_received1326
protocol_overhead_in5304
protocol_overhead_out520
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet405
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet174
bytes_received_prepare_response_packet64701
bytes_received_change_user_packet136111
packets_sent_command64
packets_received_ok0
packets_received_eof0
packets_received_rset_header45
packets_received_rset_field_meta0
packets_received_rset_row23
packets_received_prepare_response875
packets_received_change_user360
result_set_queries20
non_result_set_queries3
no_index_used1
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets20
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed20
rows_fetched_from_server_normal0
rows_fetched_from_server_ps340
rows_buffered_from_client_normal0
rows_buffered_from_client_ps340
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_ps340
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_bit308
proto_binary_fetched_tinyint0
proto_binary_fetched_short3492
proto_binary_fetched_int241710
proto_binary_fetched_int0
proto_binary_fetched_bigint6948
proto_binary_fetched_decimal30
proto_binary_fetched_float0
proto_binary_fetched_double0
proto_binary_fetched_date0
proto_binary_fetched_year0
proto_binary_fetched_time0
proto_binary_fetched_datetime0
proto_binary_fetched_timestamp0
proto_binary_fetched_string0
proto_binary_fetched_json3517
proto_binary_fetched_blob1133
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_prepare21
com_stmt_execute21
com_stmt_send_long_data0
com_stmt_close20
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps127149