Page Time: 0.0191s

Memory: 4.8150 MB (Peak: 4.9698 MB)

Queries (17, time: 0.0064s, 33.4%)

  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', 'paymentProvider', '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.000289
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 39Using 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 2040
    6. XF\App->preLoadData() in src/XF/App.php at line 2028
    7. XF\App->setup() in src/XF/Pub/App.php at line 94
    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.000065
    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 1219
    6. XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 245
    7. XF\Pub\Controller\AbstractController->assertViewingPermissions() in src/XF/Pub/Controller/AbstractController.php at line 23
    8. XF\Pub\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 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 2487
    14. XF\App->run() in src/XF.php at line 524
    15. XF::runApp() in index.php at line 20
  3. SELECT `xf_liamw_accountdelete_account_deletions`.*, `xf_user_User_1`.*
    FROM `xf_liamw_accountdelete_account_deletions`
    LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_liamw_accountdelete_account_deletions`.`user_id`)
    WHERE (`xf_liamw_accountdelete_account_deletions`.`user_id` = 0) AND (`xf_liamw_accountdelete_account_deletions`.`status` = 'pending')
    
    
    LIMIT 1
    Run Time: 0.000146
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_liamw_accountdelete_account_deletionsrefuser_iduser_id4const1Using where
    SIMPLExf_user_User_1constPRIMARYPRIMARY4const1 

    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 1397
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 366
    4. XF\Mvc\Entity\Manager->getRelation() in src/XF/Mvc/Entity/Entity.php at line 404
    5. XF\Mvc\Entity\Entity->getRelation() in src/XF/Mvc/Entity/Entity.php at line 196
    6. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 119
    7. XF\Mvc\Entity\Entity->__get() in src/addons/LiamW/AccountDelete/Listener.php at line 43
    8. LiamW\AccountDelete\Listener::controllerPreDispatch() in src/XF/Extension.php at line 49
    9. XF\Extension->fire() in src/XF/App.php at line 2994
    10. XF\App->fire() in src/XF/Mvc/Controller.php at line 128
    11. XF\Mvc\Controller->preDispatch() in src/XF/Mvc/Dispatcher.php at line 351
    12. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    13. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    14. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    15. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    16. XF\App->run() in src/XF.php at line 524
    17. XF::runApp() in index.php at line 20
  4. SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_permission_cache_content_Permissions_2`.*
    FROM `xf_forum`
    INNER JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_2` ON (`xf_permission_cache_content_Permissions_2`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_2`.`content_id` = `xf_node_Node_1`.`node_id` AND `xf_permission_cache_content_Permissions_2`.`permission_combination_id` = '1')
    WHERE (`xf_node_Node_1`.`node_name` = 'verlags-news' AND `xf_node_Node_1`.`node_type_id` = 'Forum')
    
    
    LIMIT 1
    Run Time: 0.000174
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_node_Node_1constPRIMARY,node_name_uniquenode_name_unique230const,const1 
    SIMPLExf_permission_cache_content_Permissions_2constPRIMARYPRIMARY35const,const,const1 
    SIMPLExf_forumconstPRIMARYPRIMARY4const1 

    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 1397
    3. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Pub/Controller/Forum.php at line 1286
    4. XF\Pub\Controller\Forum->assertViewableForum() in src/XF/Pub/Controller/Forum.php at line 198
    5. XF\Pub\Controller\Forum->actionForum() in src/addons/cv6/Index/XF/Pub/Controller/Forum.php at line 56
    6. cv6\Index\XF\Pub\Controller\Forum->actionForum() in src/addons/SV/StandardLib/XF/Pub/Controller/Forum.php at line 21
    7. SV\StandardLib\XF\Pub\Controller\Forum->actionForum() 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 2487
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  5. SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_user_LastPoster_2`.*, `xf_post_FirstPost_3`.*, `xf_user_User_4`.*, `xf_user_option_Option_5`.*, `xf_user_profile_Profile_6`.*, `xf_user_privacy_Privacy_7`.*, `xf_permission_combination_PermissionCombination_8`.*, `xf_session_activity_Activity_9`.*
    FROM `xf_thread`
    LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`)
    LEFT JOIN `xf_user` AS `xf_user_LastPoster_2` ON (`xf_user_LastPoster_2`.`user_id` = `xf_thread`.`last_post_user_id`)
    LEFT JOIN `xf_post` AS `xf_post_FirstPost_3` ON (`xf_post_FirstPost_3`.`post_id` = `xf_thread`.`first_post_id`)
    LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_post_FirstPost_3`.`user_id`)
    LEFT JOIN `xf_user_option` AS `xf_user_option_Option_5` ON (`xf_user_option_Option_5`.`user_id` = `xf_user_User_4`.`user_id`)
    LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_6` ON (`xf_user_profile_Profile_6`.`user_id` = `xf_user_User_4`.`user_id`)
    LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_7` ON (`xf_user_privacy_Privacy_7`.`user_id` = `xf_user_User_4`.`user_id`)
    LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_8` ON (`xf_permission_combination_PermissionCombination_8`.`permission_combination_id` = `xf_user_User_4`.`permission_combination_id`)
    LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_9` ON (`xf_session_activity_Activity_9`.`user_id` = `xf_user_User_4`.`user_id` AND `xf_session_activity_Activity_9`.`unique_key` = CONCAT(`xf_user_User_4`.`user_id`, ''))
    WHERE (`xf_thread`.`node_id` = 323) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`sticky` = 0)
    ORDER BY `xf_thread`.`last_post_date` DESC
    
    LIMIT 9 OFFSET 9
    Run Time: 0.000588
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrefnode_id_last_post_date,node_id_sticky_state_last_post,social_forum_id_sticky_last_post_date,node_id_sticky_state_vote_scorenode_id_sticky_state_last_post6const,const,const3591Using where
    SIMPLExf_user_User_1eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_thread.user_id1 
    SIMPLExf_user_LastPoster_2eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_thread.last_post_user_id1 
    SIMPLExf_post_FirstPost_3eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_thread.first_post_id1 
    SIMPLExf_user_User_4eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_post_FirstPost_3.user_id1Using where
    SIMPLExf_user_option_Option_5eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_user_User_4.user_id1Using where
    SIMPLExf_user_profile_Profile_6eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_user_User_4.user_id1Using where
    SIMPLExf_user_privacy_Privacy_7eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_user_User_4.user_id1Using where
    SIMPLExf_permission_combination_PermissionCombination_8eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_user_User_4.permission_combination_id1Using where
    SIMPLExf_session_activity_Activity_9eq_refPRIMARYPRIMARY22blutschwerter_forum.xf_user_User_4.user_id,func1Using 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/Forum.php at line 249
    4. XF\Pub\Controller\Forum->actionForum() in src/addons/cv6/Index/XF/Pub/Controller/Forum.php at line 56
    5. cv6\Index\XF\Pub\Controller\Forum->actionForum() in src/addons/SV/StandardLib/XF/Pub/Controller/Forum.php at line 21
    6. SV\StandardLib\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 352
    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 2487
    11. XF\App->run() in src/XF.php at line 524
    12. XF::runApp() in index.php at line 20
  6. SELECT COUNT(*)
    FROM `xf_thread`
    
    WHERE (`xf_thread`.`node_id` = 323) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`sticky` = 0)
    Run Time: 0.003839
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrefnode_id_last_post_date,node_id_sticky_state_last_post,social_forum_id_sticky_last_post_date,node_id_sticky_state_vote_scorenode_id_sticky_state_last_post6const,const,const3591Using index condition; Using 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 152
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/Mvc/Entity/Finder.php at line 1385
    4. XF\Mvc\Entity\Finder->total() in src/XF/Pub/Controller/Forum.php at line 250
    5. XF\Pub\Controller\Forum->actionForum() in src/addons/cv6/Index/XF/Pub/Controller/Forum.php at line 56
    6. cv6\Index\XF\Pub\Controller\Forum->actionForum() in src/addons/SV/StandardLib/XF/Pub/Controller/Forum.php at line 21
    7. SV\StandardLib\XF\Pub\Controller\Forum->actionForum() 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 2487
    12. XF\App->run() in src/XF.php at line 524
    13. XF::runApp() in index.php at line 20
  7. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 2, node, 323
    Run Time: 0.000055
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 

    1. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
    2. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 152
    3. XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 83
    4. XF\PermissionCache->getContentPerms() in src/XF/PermissionSet.php at line 51
    5. XF\PermissionSet->hasContentPermission() in src/XF/Entity/User.php at line 1229
    6. XF\Entity\User->hasNodePermission() in src/XF/Entity/Forum.php at line 72
    7. XF\Entity\Forum->canCreateThread() in src/XF/Entity/Forum.php at line 83
    8. XF\Entity\Forum->XF\Entity\{closure}() in src/XF.php at line 625
    9. XF::asVisitor() in src/XF.php at line 702
    10. XF::canPerformPreRegAction() in src/XF/Entity/Forum.php at line 83
    11. XF\Entity\Forum->canCreateThreadPreReg() in src/XF/Pub/Controller/Forum.php at line 347
    12. XF\Pub\Controller\Forum->actionForum() in src/addons/cv6/Index/XF/Pub/Controller/Forum.php at line 56
    13. cv6\Index\XF\Pub\Controller\Forum->actionForum() in src/addons/SV/StandardLib/XF/Pub/Controller/Forum.php at line 21
    14. SV\StandardLib\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 352
    15. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    16. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    17. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    18. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    19. XF\App->run() in src/XF.php at line 524
    20. XF::runApp() in index.php at line 20
  8. SELECT `xf_thread_prefix`.*
    FROM `xf_thread_prefix`
    
    WHERE (`xf_thread_prefix`.`prefix_id` IN (217, 169))
    ORDER BY `xf_thread_prefix`.`materialized_order` ASC
    Run Time: 0.000080
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_thread_prefixrangePRIMARYPRIMARY4 2Using where; Using filesort

    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/Entity/Forum.php at line 297
    4. XF\Entity\Forum->getPrefixes() in src/XF/Mvc/Entity/Entity.php at line 167
    5. XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 119
    6. XF\Mvc\Entity\Entity->__get() in src/XF/Entity/Forum.php at line 264
    7. XF\Entity\Forum->getUsablePrefixes() in src/XF/Pub/Controller/Forum.php at line 352
    8. XF\Pub\Controller\Forum->XF\Pub\Controller\{closure}() in src/XF.php at line 625
    9. XF::asVisitor() in src/XF.php at line 661
    10. XF::asPreRegActionUser() in src/XF.php at line 679
    11. XF::asPreRegActionUserIfNeeded() in src/XF/Pub/Controller/Forum.php at line 352
    12. XF\Pub\Controller\Forum->actionForum() in src/addons/cv6/Index/XF/Pub/Controller/Forum.php at line 56
    13. cv6\Index\XF\Pub\Controller\Forum->actionForum() in src/addons/SV/StandardLib/XF/Pub/Controller/Forum.php at line 21
    14. SV\StandardLib\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 352
    15. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
    16. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
    17. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    18. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    19. XF\App->run() in src/XF.php at line 524
    20. 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.000042
    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 85
    5. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 45
    6. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 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 2487
    12. XF\App->run() in src/XF.php at line 524
    13. 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\Forum, Forum, valid, node_name=verlags-news&page=2, 1710840140, , 0,
    Run Time: 0.000043

    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 85
    4. XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 45
    5. XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 360
    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 2487
    11. XF\App->run() in src/XF.php at line 524
    12. XF::runApp() in index.php at line 20
  11. SELECT `xf_cv6_dice`.*
    FROM `xf_cv6_dice`
    
    WHERE (`xf_cv6_dice`.`active` = '1')
    ORDER BY `xf_cv6_dice`.`display_order` ASC
    Run Time: 0.000098
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_cv6_diceALLactive   23Using where; Using filesort

    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/addons/cv6/DiceRoller/Repository/Dice.php at line 50
    4. cv6\DiceRoller\Repository\Dice->getDiceForThreadView() in src/addons/cv6/DiceRoller/Listener.php at line 85
    5. cv6\DiceRoller\Listener::globalTemplateData() in src/XF/Extension.php at line 81
    6. XF\Extension->fire() in src/XF/App.php at line 2994
    7. XF\App->fire() in src/XF/App.php at line 2212
    8. XF\App->getGlobalTemplateData() in src/XF/App.php at line 2081
    9. XF\App->preRender() in src/XF/Pub/App.php at line 451
    10. XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 397
    11. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    13. XF\App->run() in src/XF.php at line 524
    14. XF::runApp() in index.php at line 20
  12. SELECT `xf_node`.*, `xf_permission_cache_content_Permissions_1`.*
    FROM `xf_node`
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_node`.`node_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')
    WHERE (`xf_node`.`node_id` IN (324, 61, 147, 408, 203, 380, 204, 365, 286, 288, 289, 148, 149, 150))
    Run Time: 0.000171
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderangePRIMARYPRIMARY4 14Using where
    SIMPLExf_permission_cache_content_Permissions_1eq_refPRIMARYPRIMARY35const,const,blutschwerter_forum.xf_node.node_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/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/Navigation/NodeType.php at line 215
    5. XF\Navigation\NodeType::loadPendingNodeData() in src/XF/Navigation/NodeType.php at line 133
    6. XF\Navigation\NodeType::displayNodeExtended() in internal_data/code_cache/navigation_cache.php at line 425
    7. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7702
    8. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 578
    9. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 529
    10. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2285
    11. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    12. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    14. XF\App->run() in src/XF.php at line 524
    15. XF::runApp() in index.php at line 20
  13. SELECT `xf_node`.*, `xf_permission_cache_content_Permissions_1`.*
    FROM `xf_node`
    LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_1` ON (`xf_permission_cache_content_Permissions_1`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_1`.`content_id` = `xf_node`.`node_id` AND `xf_permission_cache_content_Permissions_1`.`permission_combination_id` = '1')
    WHERE ((`xf_node`.`lft` > 208 AND `xf_node`.`rgt` < 225)) AND (`xf_node`.`display_in_list` = 1)
    ORDER BY `xf_node`.`lft` ASC
    Run Time: 0.000309
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderefdisplay_in_list,lftdisplay_in_list1const104Using index condition; Using where
    SIMPLExf_permission_cache_content_Permissions_1eq_refPRIMARYPRIMARY35const,const,blutschwerter_forum.xf_node.node_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/Navigation/NodeType.php at line 250
    4. XF\Navigation\NodeType::loadPendingNodeData() in src/XF/Navigation/NodeType.php at line 133
    5. XF\Navigation\NodeType::displayNodeExtended() in internal_data/code_cache/navigation_cache.php at line 425
    6. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7702
    7. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 578
    8. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 529
    9. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2285
    10. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    11. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    13. XF\App->run() in src/XF.php at line 524
    14. XF::runApp() in index.php at line 20
  14. SELECT `xf_category`.*, `xf_node_Node_1`.*
    FROM `xf_category`
    LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_category`.`node_id`)
    WHERE (`xf_category`.`node_id` IN (61, 203, 286, 288, 289, 324, 365))
    Run Time: 0.000114
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_categoryALLPRIMARY   19Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_category.node_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/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/Repository/Node.php at line 146
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Navigation/NodeType.php at line 254
    6. XF\Navigation\NodeType::loadPendingNodeData() in src/XF/Navigation/NodeType.php at line 133
    7. XF\Navigation\NodeType::displayNodeExtended() in internal_data/code_cache/navigation_cache.php at line 425
    8. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7702
    9. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 578
    10. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 529
    11. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2285
    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 2487
    15. XF\App->run() in src/XF.php at line 524
    16. XF::runApp() in index.php at line 20
  15. SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_user_LastPostUser_2`.*, `xf_thread_LastThread_3`.*
    FROM `xf_forum`
    LEFT JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)
    LEFT JOIN `xf_user` AS `xf_user_LastPostUser_2` ON (`xf_user_LastPostUser_2`.`user_id` = `xf_forum`.`last_post_user_id`)
    LEFT JOIN `xf_thread` AS `xf_thread_LastThread_3` ON (`xf_thread_LastThread_3`.`thread_id` = `xf_forum`.`last_thread_id`)
    WHERE (`xf_forum`.`node_id` IN (204, 380, 408, 379, 355, 357, 358, 353, 362, 412, 406))
    Run Time: 0.000255
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_forumrangePRIMARYPRIMARY4 11Using where
    SIMPLExf_node_Node_1eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_forum.node_id1 
    SIMPLExf_user_LastPostUser_2eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_forum.last_post_user_id1 
    SIMPLExf_thread_LastThread_3eq_refPRIMARYPRIMARY4blutschwerter_forum.xf_forum.last_thread_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/Mvc/Entity/Manager.php at line 214
    4. XF\Mvc\Entity\Manager->findByIds() in src/XF/Repository/Node.php at line 146
    5. XF\Repository\Node->loadNodeTypeDataForNodes() in src/XF/Navigation/NodeType.php at line 254
    6. XF\Navigation\NodeType::loadPendingNodeData() in src/XF/Navigation/NodeType.php at line 133
    7. XF\Navigation\NodeType::displayNodeExtended() in internal_data/code_cache/navigation_cache.php at line 425
    8. XF\Pub\App->{closure}() in src/XF/Template/Templater.php at line 7702
    9. XF\Template\Templater->renderNavigationClosure() in src/XF/Pub/App.php at line 578
    10. XF\Pub\App->getNavigation() in src/XF/Pub/App.php at line 529
    11. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2285
    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 2487
    15. XF\App->run() in src/XF.php at line 524
    16. XF::runApp() in index.php at line 20
  16. SELECT `xf_kl_em_bb_codes`.*
    FROM `xf_kl_em_bb_codes`
    Run Time: 0.000049
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_kl_em_bb_codesALL    13 

    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/addons/KL/EditorManager/EditorConfig.php at line 233
    4. KL\EditorManager\EditorConfig->bbCodeSettings() in src/addons/KL/EditorManager/EditorConfig.php at line 281
    5. KL\EditorManager\EditorConfig->bbCodeStatus() in src/addons/KL/EditorManager/Listener/TemplaterTemplatePreRender.php at line 31
    6. KL\EditorManager\Listener\TemplaterTemplatePreRender::pageContainer() in src/XF/Extension.php at line 64
    7. XF\Extension->fire() in src/XF/App.php at line 2994
    8. XF\App->fire() in src/XF/Template/Templater.php at line 1614
    9. XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 565
    10. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2285
    11. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    12. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    14. XF\App->run() in src/XF.php at line 524
    15. XF::runApp() in index.php at line 20
  17. SELECT `xf_kl_em_fonts`.*
    FROM `xf_kl_em_fonts`
    
    WHERE (`xf_kl_em_fonts`.`active` = 1)
    ORDER BY `xf_kl_em_fonts`.`display_order` ASC
    Run Time: 0.000065
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_kl_em_fontsALL    10Using where; Using filesort

    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/addons/KL/EditorManager/EditorConfig.php at line 206
    4. KL\EditorManager\EditorConfig->fonts() in src/addons/KL/EditorManager/Listener/TemplaterTemplatePreRender.php at line 46
    5. KL\EditorManager\Listener\TemplaterTemplatePreRender::pageContainer() in src/XF/Extension.php at line 64
    6. XF\Extension->fire() in src/XF/App.php at line 2994
    7. XF\App->fire() in src/XF/Template/Templater.php at line 1614
    8. XF\Template\Templater->renderTemplate() in src/XF/Pub/App.php at line 565
    9. XF\Pub\App->renderPageHtml() in src/XF/App.php at line 2285
    10. XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 404
    11. XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
    12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    13. XF\App->run() in src/XF.php at line 524
    14. XF::runApp() in index.php at line 20

Included Files (229, XenForo Classes: 117)

  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/Db/Mysqli/Statement.php
  46. src/XF/Db/AbstractStatement.php
  47. src/XF/Extension.php
  48. src/XF/AddOn/Manager.php
  49. src/XF/ComposerAutoload.php
  50. src/addons/cv6/CustomFields/vendor/composer/autoload_namespaces.php
  51. src/addons/cv6/CustomFields/vendor/composer/autoload_psr4.php
  52. src/addons/cv6/CustomFields/vendor/composer/autoload_classmap.php
  53. src/addons/KL/EditorManager/Listener/AppSetup.php
  54. src/addons/KL/EditorManager/EditorConfig.php
  55. src/addons/XFRM/Listener.php
  56. src/addons/cv6/CustomFields/Listener.php
  57. src/addons/SV/StandardLib/XF/InputFilterer.php
  58. src/XF/Session/Session.php
  59. src/XF/Session/DbStorage.php
  60. src/XF/Session/StorageInterface.php
  61. src/XF/Util/Ip.php
  62. src/XF/Util/Random.php
  63. src/vendor/paragonie/sodium_compat/src/Core/Util.php
  64. src/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php
  65. src/XF/Http/Response.php
  66. src/XF/Data/Search.php
  67. src/XF/CookieConsent.php
  68. src/XF/Captcha/HCaptcha.php
  69. src/XF/Captcha/AbstractCaptcha.php
  70. src/XF/SubContainer/BbCode.php
  71. src/XF/SubContainer/AbstractSubContainer.php
  72. src/XF/Mvc/Entity/Manager.php
  73. src/XF/Mvc/Entity/ValueFormatter.php
  74. src/XF/Repository/Payment.php
  75. src/XF/Mvc/Entity/Repository.php
  76. src/XF/Payment/Stripe.php
  77. src/XF/Payment/AbstractProvider.php
  78. src/XF/Payment/PayPal.php
  79. src/XF/Repository/User.php
  80. src/XF/Entity/User.php
  81. src/XF/Mvc/Entity/Entity.php
  82. src/XF/Entity/LinkableInterface.php
  83. src/addons/LiamW/AccountDelete/XF/Entity/User.php
  84. src/addons/XFRM/XF/Entity/User.php
  85. src/addons/XT/Membermap/XF/Entity/User.php
  86. src/addons/cv6/DiceRoller/XF/Entity/User.php
  87. src/XF/Mvc/Entity/Structure.php
  88. src/addons/LiamW/AccountDelete/Listener.php
  89. src/addons/cv6/DiceRoller/Listener.php
  90. src/XF/Entity/UserAuth.php
  91. src/XF/Entity/UserOption.php
  92. src/addons/KL/EditorManager/XF/Entity/UserOption.php
  93. src/XF/Entity/UserProfile.php
  94. src/addons/cv6/CustomFields/XF/Entity/UserProfile.php
  95. src/addons/cv6/CustomFields/Entity/ContainerTrait.php
  96. src/addons/KL/EditorManager/XF/Entity/UserProfile.php
  97. src/addons/XT/Membermap/XF/Entity/UserProfile.php
  98. src/addons/XT/Membermap/Listener.php
  99. src/XF/Entity/UserPrivacy.php
  100. src/XF/Util/File.php
  101. src/XF/Language.php
  102. src/XF/Mvc/Dispatcher.php
  103. src/XF/Mvc/Router.php
  104. src/XF/Mvc/RouteMatch.php
  105. src/XF/Util/Arr.php
  106. src/XF/Mvc/ParameterBag.php
  107. src/XF/Pub/Controller/Forum.php
  108. src/XF/Pub/Controller/AbstractController.php
  109. src/XF/Mvc/Controller.php
  110. src/addons/cv6/DiceRoller/XF/Pub/Controller/Forum.php
  111. src/addons/XFES/XF/Pub/Controller/Forum.php
  112. src/addons/cv6/Index/XF/Pub/Controller/Forum.php
  113. src/addons/SV/StandardLib/XF/Pub/Controller/Forum.php
  114. src/XF/Util/Php.php
  115. src/XF/PermissionCache.php
  116. src/XF/PermissionSet.php
  117. src/addons/LiamW/AccountDelete/Entity/AccountDelete.php
  118. src/XF/Mvc/Entity/Finder.php
  119. src/XF/Mvc/Reply/Reroute.php
  120. src/XF/Mvc/Reply/AbstractReply.php
  121. src/XF/Entity/Forum.php
  122. src/XF/Entity/AbstractNode.php
  123. src/addons/XFES/XF/Entity/Forum.php
  124. src/addons/cv6/Index/XF/Entity/Forum.php
  125. src/addons/cv6/Core/Entity/IndexTrait.php
  126. src/addons/cv6/DiceRoller/XF/Entity/Forum.php
  127. src/addons/cv6/Prefix/Listener.php
  128. src/XF/Entity/Node.php
  129. src/XF/Entity/BookmarkTrait.php
  130. src/XF/Entity/PermissionCacheContent.php
  131. src/XF/Mvc/Entity/Proxyable.php
  132. src/XF/Mvc/Entity/FinderCollection.php
  133. src/XF/Mvc/Entity/AbstractCollection.php
  134. src/XF/ControllerPlugin/Node.php
  135. src/XF/ControllerPlugin/AbstractPlugin.php
  136. src/XF/ForumType/Article.php
  137. src/XF/ForumType/AbstractHandler.php
  138. src/XF/Repository/Thread.php
  139. src/addons/XFES/XF/Repository/Thread.php
  140. src/XF/Entity/Thread.php
  141. src/XF/Entity/ContentVoteTrait.php
  142. src/addons/cv6/CustomFields/XF/Entity/Thread.php
  143. src/addons/XFES/XF/Entity/Thread.php
  144. src/addons/cv6/DiceRoller/XF/Entity/Thread.php
  145. src/XF/Finder/Thread.php
  146. src/XF/Entity/Post.php
  147. src/XF/Entity/QuotableInterface.php
  148. src/XF/BbCode/RenderableContentInterface.php
  149. src/XF/Entity/ReactionTrait.php
  150. src/addons/cv6/DiceRoller/XF/Entity/Post.php
  151. src/addons/XFES/XF/Entity/Post.php
  152. src/XF/Entity/PermissionCombination.php
  153. src/XF/Entity/SessionActivity.php
  154. src/XF/Mvc/Entity/ArrayCollection.php
  155. src/XF/Repository/Node.php
  156. src/XF/Repository/Attachment.php
  157. src/XF/Entity/ThreadPrefix.php
  158. src/XF/Entity/AbstractPrefix.php
  159. src/XF/Mvc/Reply/View.php
  160. src/addons/SV/StandardLib/ControllerPlugin/Filter.php
  161. src/XF/Repository/SessionActivity.php
  162. src/XF/Data/Robot.php
  163. src/XF/Style.php
  164. src/XF/Template/Templater.php
  165. src/addons/KL/EditorManager/XF/Template/Templater.php
  166. src/XF/SubContainer/Widget.php
  167. src/addons/XFRM/Template/TemplaterSetup.php
  168. src/addons/XT/Membermap/Template/TemplaterSetup.php
  169. src/addons/SV/StandardLib/TemplaterHelper.php
  170. src/addons/SV/StandardLib/TemplaterAccess.php
  171. src/XF/SimpleCache.php
  172. src/addons/cv6/DiceRoller/Repository/Dice.php
  173. src/addons/cv6/DiceRoller/Entity/Dice.php
  174. src/XF/Mvc/Renderer/Html.php
  175. src/XF/Mvc/Renderer/AbstractRenderer.php
  176. src/XF/Mvc/View.php
  177. src/XF/Template/Template.php
  178. internal_data/code_cache/templates/l2/s5/public/forum_view_type_article.php
  179. src/XF/Template/ExtensionSet.php
  180. internal_data/code_cache/templates/l2/s5/public/forum_view.php
  181. src/XF/PreEscaped.php
  182. internal_data/code_cache/templates/l2/s5/public/metadata_macros.php
  183. src/XF/Template/MacroState.php
  184. internal_data/code_cache/templates/l2/s5/public/forum_macros.php
  185. src/XF/Pub/Route/Category.php
  186. internal_data/code_cache/templates/l2/s5/public/_ads.php
  187. internal_data/code_cache/templates/l2/s5/public/page_nav.php
  188. internal_data/code_cache/templates/l2/s5/public/post_article_macros.php
  189. src/XF/Str/Formatter.php
  190. src/addons/KL/EditorManager/XF/Str/Formatter.php
  191. src/XF/SubContainer/Proxy.php
  192. src/addons/KL/EditorManager/XF/SubContainer/Proxy.php
  193. src/XF/Proxy/Linker.php
  194. src/XF/Phrase.php
  195. src/XF/Str/MentionFormatter.php
  196. src/XF/Util/Color.php
  197. internal_data/code_cache/navigation_cache.php
  198. src/XF/Navigation/NodeType.php
  199. src/XF/Navigation/AbstractType.php
  200. src/XF/Pub/Route/Search.php
  201. src/XF/Finder/Node.php
  202. src/XF/Entity/Category.php
  203. src/XF/Tree.php
  204. src/XF/SubTree.php
  205. src/XF/NoticeList.php
  206. src/addons/cv6/NoticeCountdown/XF/NoticeList.php
  207. internal_data/code_cache/templates/l2/s5/public/notice_cookies.php
  208. internal_data/code_cache/templates/l2/s5/public/misc_cookies.php
  209. internal_data/code_cache/phrase_groups/l2/cookie_consent.php
  210. src/XF/Criteria/User.php
  211. src/XF/Criteria/AbstractCriteria.php
  212. src/XF/Criteria/Page.php
  213. src/addons/KL/EditorManager/Listener/TemplaterTemplatePreRender.php
  214. src/addons/KL/EditorManager/Entity/BbCode.php
  215. src/addons/KL/EditorManager/Finder/BbCode.php
  216. src/addons/KL/EditorManager/Repository/Font.php
  217. src/addons/KL/EditorManager/Entity/Font.php
  218. src/addons/KL/EditorManager/Finder/Font.php
  219. internal_data/code_cache/templates/l2/s5/public/PAGE_CONTAINER.php
  220. internal_data/code_cache/templates/l2/s5/public/helper_js_global.php
  221. internal_data/code_cache/templates/l2/s5/public/font_awesome_setup.php
  222. internal_data/code_cache/templates/l2/s5/public/google_analytics.php
  223. internal_data/code_cache/templates/l2/s5/public/kl_em_PAGE_CONTAINER.php
  224. internal_data/code_cache/phrase_groups/l2/nav.php
  225. internal_data/code_cache/phrase_groups/l2/button.php
  226. internal_data/code_cache/templates/l2/s5/public/browser_warning_macros.php
  227. internal_data/code_cache/templates/l2/s5/public/debug_macros.php
  228. internal_data/code_cache/templates/l2/s5/public/notice_macros.php
  229. src/XF/Debugger.php

DB Connection Stats

bytes_sent15903
bytes_received702208
packets_sent202
packets_received1817
protocol_overhead_in7268
protocol_overhead_out808
bytes_received_ok_packet0
bytes_received_eof_packet0
bytes_received_rset_header_packet639
bytes_received_rset_field_meta_packet0
bytes_received_rset_row_packet234
bytes_received_prepare_response_packet119599
bytes_received_change_user_packet580944
packets_sent_command100
packets_received_ok0
packets_received_eof0
packets_received_rset_header71
packets_received_rset_field_meta0
packets_received_rset_row35
packets_received_prepare_response1471
packets_received_change_user205
result_set_queries32
non_result_set_queries3
no_index_used4
bad_index_used0
slow_queries0
buffered_sets0
unbuffered_sets0
ps_buffered_sets32
ps_unbuffered_sets0
flushed_normal_sets0
flushed_ps_sets0
ps_prepared_never_executed0
ps_prepared_once_executed32
rows_fetched_from_server_normal0
rows_fetched_from_server_ps173
rows_buffered_from_client_normal0
rows_buffered_from_client_ps173
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_ps173
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_bit161
proto_binary_fetched_tinyint0
proto_binary_fetched_short628
proto_binary_fetched_int24255
proto_binary_fetched_int0
proto_binary_fetched_bigint1913
proto_binary_fetched_decimal35
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_json1356
proto_binary_fetched_blob472
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_prepare33
com_stmt_execute33
com_stmt_send_long_data0
com_stmt_close32
com_stmt_reset0
com_stmt_set_option0
com_stmt_fetch0
com_deamon0
bytes_received_real_data_normal0
bytes_received_real_data_ps577245