nextcloud/lib
Lukas Reschke 0747e96b9c
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-22 23:49:46 +02:00
..
composer Merge pull request #969 from nextcloud/allow-to-validate-operations 2016-08-21 20:45:40 +02:00
l10n [tx-robot] updated from transifex 2016-08-17 13:30:52 +00:00
private Cache registered autoloaders 2016-08-22 23:49:46 +02:00
public Validate the operation 2016-08-19 12:23:05 +02:00
autoloader.php Update with robin 2016-07-21 18:13:58 +02:00
base.php check registered sections and settings after an app got updated to garbage collect orphaned classes 2016-08-16 00:56:17 +02:00