]> source.dussan.org Git - nextcloud-server.git/commit
perf(autoloader): Drop legacy class autoloader 36114/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 12 Jan 2023 10:49:28 +0000 (11:49 +0100)
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>
Thu, 16 Mar 2023 12:02:09 +0000 (12:02 +0000)
commit416c824c7440aa8a28ff3d879f1df9aac252bb0e
tree4c4f513b1343cd7b66dbbd4b9df4068ef0561881
parent0e5fcb49d4b90d0ec57cbff7ff9b2c4810583b37
perf(autoloader): Drop legacy class autoloader

The documentation says apps should use PSR-4 to get their classes
loaded. The legacy PSR-0 is still in place and has a negative impact on
performance.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/legacy/OC_App.php