nextcloud/settings/controller
Lukas Reschke b8b4df5425 Cache responses from the AppStore server
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%
2015-01-09 19:49:59 +01:00
..
appsettingscontroller.php Cache responses from the AppStore server 2015-01-09 19:49:59 +01:00
groupscontroller.php React on other statuscodes than 200 2014-12-08 16:35:13 +01:00
logsettingscontroller.php add Download logfile button to admin settings 2015-01-07 14:55:53 +01:00
mailsettingscontroller.php fixing typo in English source string 2014-10-16 15:24:28 +02:00
securitysettingscontroller.php Migrate "setsecurity.php" to the AppFramework 2014-11-03 16:53:03 +01:00
userscontroller.php Mail address of users is now changable in the user management 2014-12-18 22:43:09 +01:00