mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Otherwise every time the AppStore was opened a lot of connections to the AppStore server were made which resulted in a terrible performance. This changeset will cache the response for a sensible time so that only the first request will be somewhat slow. Performance changes: - Loading a category took previously more than 3 seconds on my machine. Now for every follow-up request it takes less than 200ms, resulting in a performance gain of 1950% - Loading the category list took previously about 750ms - now it takes 154ms, a total performance gain of 395% |
||
|---|---|---|
| .. | ||
| addRootCertificate.php | ||
| changedisplayname.php | ||
| checksetup.php | ||
| decryptall.php | ||
| deletekeys.php | ||
| disableapp.php | ||
| enableapp.php | ||
| geteveryonecount.php | ||
| installapp.php | ||
| navigationdetect.php | ||
| removeRootCertificate.php | ||
| restorekeys.php | ||
| setlanguage.php | ||
| setquota.php | ||
| togglegroups.php | ||
| togglesubadmins.php | ||
| uninstallapp.php | ||
| updateapp.php | ||