Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile page optimization #33596

Closed
CarlSchwan opened this issue Aug 18, 2022 · 1 comment
Closed

Profile page optimization #33596

CarlSchwan opened this issue Aug 18, 2022 · 1 comment
Labels

Comments

@CarlSchwan
Copy link
Member

Doing this many times

Line Method
3rdparty/doctrine/dbal/src/Connection.php 1045 OC\DB\BacktraceDebugStack->startQuery
lib/private/DB/Connection.php 261 Doctrine\DBAL\Connection->executeQuery
3rdparty/doctrine/dbal/src/Query/QueryBuilder.php 345 OC\DB\Connection->executeQuery
lib/private/DB/QueryBuilder/QueryBuilder.php 281 Doctrine\DBAL\Query\QueryBuilder->execute
lib/private/DB/QueryBuilder/QueryBuilder.php 294 OC\DB\QueryBuilder\QueryBuilder->execute
lib/public/AppFramework/Db/QBMapper.php 277 OC\DB\QueryBuilder\QueryBuilder->executeQuery
lib/public/AppFramework/Db/QBMapper.php 362 OCP\AppFramework\Db\QBMapper->findOneQuery
core/Db/ProfileConfigMapper.php 42 OCP\AppFramework\Db\QBMapper->findEntity
lib/private/Profile/ProfileManager.php 373 OC\Core\Db\ProfileConfigMapper->get
lib/private/Profile/ProfileManager.php 235 OC\Profile\ProfileManager->getProfileConfig
lib/private/Profile/ProfileManager.php 295 OC\Profile\ProfileManager->isParameterVisible
core/Controller/ProfilePageController.php 111 OC\Profile\ProfileManager->getProfileParams
lib/private/AppFramework/Http/Dispatcher.php 225 OC\Core\Controller\ProfilePageController->index
lib/private/AppFramework/Http/Dispatcher.php 133 OC\AppFramework\Http\Dispatcher->executeController
lib/private/AppFramework/App.php 172 OC\AppFramework\Http\Dispatcher->dispatch
lib/private/Route/Router.php 298 OC\AppFramework\App::main
lib/base.php 1043 OC\Route\Router->match
index.php 36 OC::handleRequest
@CarlSchwan CarlSchwan self-assigned this Aug 18, 2022
@CarlSchwan
Copy link
Member Author

Done in #33595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants