-
- Downloads
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%
Showing
- lib/private/ocsclient.php 1 addition, 1 deletionlib/private/ocsclient.php
- settings/ajax/disableapp.php 4 additions, 0 deletionssettings/ajax/disableapp.php
- settings/ajax/enableapp.php 3 additions, 0 deletionssettings/ajax/enableapp.php
- settings/ajax/installapp.php 3 additions, 0 deletionssettings/ajax/installapp.php
- settings/ajax/uninstallapp.php 3 additions, 0 deletionssettings/ajax/uninstallapp.php
- settings/application.php 5 additions, 1 deletionsettings/application.php
- settings/controller/appsettingscontroller.php 57 additions, 43 deletionssettings/controller/appsettingscontroller.php
Loading
Please register or sign in to comment