nextcloud/lib/private/legacy
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
..
db Update with robin 2016-07-21 18:13:58 +02:00
group Update with robin 2016-07-21 18:13:58 +02:00
l10n Fix others 2016-07-21 18:13:57 +02:00
ocs Remove unused private classes 2016-08-18 09:37:11 +02:00
template Fix others 2016-07-21 18:13:57 +02:00
user Fix others 2016-07-21 18:13:57 +02:00
api.php Update with robin 2016-07-21 18:13:58 +02:00
app.php Cache registered autoloaders 2016-08-22 23:49:46 +02:00
db.php Update with robin 2016-07-21 18:13:58 +02:00
defaults.php Update with robin 2016-07-21 18:13:58 +02:00
eventsource.php Update with robin 2016-07-21 18:13:58 +02:00
filechunking.php Update with robin 2016-07-21 18:13:58 +02:00
files.php Update with robin 2016-07-21 18:13:58 +02:00
group.php Update with robin 2016-07-21 18:13:58 +02:00
helper.php fix getting quota for public links with quota_include_external_storage 2016-08-12 15:59:19 +02:00
hook.php Update with robin 2016-07-21 18:13:58 +02:00
image.php Update with robin 2016-07-21 18:13:58 +02:00
json.php Update with robin 2016-07-21 18:13:58 +02:00
l10n.php Update with robin 2016-07-21 18:13:58 +02:00
ocs.php Update with robin 2016-07-21 18:13:58 +02:00
response.php Fix others 2016-07-21 18:13:57 +02:00
template.php Update with robin 2016-07-21 18:13:58 +02:00
user.php Update with robin 2016-07-21 18:13:58 +02:00
util.php Merge pull request #899 from nextcloud/nfd-default 2016-08-17 14:46:52 +02:00