nextcloud-server/lib
Carl Schwan 9cb992e93c Cache account information
Currently, each field of the profile settings is fetching the account
information. This patch makes it so that only the first time do a DB call
and all the later ones are cached.

Reduce by 5 queries when loading the profile setting page and I suppose
other pages are affected since loading a page generates always fetch at
least once the account information to see if the profile feature is enabled
for the user.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-05 19:29:54 +02:00
..
composer Merge pull request #30823 from nextcloud/work/profiler 2022-04-04 12:56:37 +02:00
l10n [tx-robot] updated from transifex 2022-04-05 02:28:03 +00:00
private Cache account information 2022-04-05 19:29:54 +02:00
public Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
versioncheck.php