]> source.dussan.org Git - nextcloud-server.git/commit
Skip already loaded apps in loadApps 23940/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Fri, 6 Nov 2020 13:26:42 +0000 (14:26 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Fri, 6 Nov 2020 13:56:06 +0000 (14:56 +0100)
commit0dece786172f7d0ee343c4d92343341378fb9031
tree3d257c3e0908c3be388090fb80cf520242080dcd
parent3f4fb9dc89016e701678d6310281705a92fbe3e6
Skip already loaded apps in loadApps

Otherwise you might end up calling a lot of functions unneeded.
And while the individual calls are cheap if you multiply them by 20k
they still get somewhat expensive.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/legacy/OC_App.php