nextcloud/lib
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
..
l10n [tx-robot] updated from transifex 2015-01-09 01:55:22 -05:00
private Cache responses from the AppStore server 2015-01-09 19:49:59 +01:00
public Merge pull request #12988 from owncloud/logfile_download 2015-01-09 00:33:22 +01:00
repair allow css/js asset directory to be relocated (#13053) 2015-01-05 15:24:23 -08:00
autoloader.php use Composer autoloader not OC for non-Composer 3rdparty (#9643) 2014-10-28 11:32:20 +01:00
base.php move search results below filelist, show hint when results are off screen, use js plugin mechanism 2015-01-02 10:28:41 +01:00