nextcloud/lib
Lukas Reschke 1c01728514
Cache registered autoloaders
This saves more than 20ms (!) on every request, the previous problem was that `\OC_App::registerAutoloading` calls `\OC\AppFramework\App::buildAppNamespace` which parses the appinfo.xml. Since that was also called multiple times (e.g. on cloud.nextcloud.com over 200 times) that had a significant performance impact. Also on simple PROPFIND requests.

https://blackfire.io/profiles/compare/65a53e6e-7f35-4974-b559-4c81abd01c3b/graph shows the difference nicely.
2016-08-23 11:21:42 +02:00
..
composer Recreate the composer autoloader files 2016-08-15 13:38:22 +02:00
l10n [tx-robot] updated from transifex 2016-08-17 13:32:21 +00:00
private Cache registered autoloaders 2016-08-23 11:21:42 +02:00
public Validate the operation 2016-08-22 09:03:47 +02:00
autoloader.php Run the license script 2016-07-22 11:40:41 +02:00
base.php Nextcloud is being updated. Not ownCloud 2016-08-19 08:36:17 +02:00