diff --git a/changelog/unreleased/web-assets-caching.md b/changelog/unreleased/web-assets-caching.md new file mode 100644 index 000000000..e6fc2547f --- /dev/null +++ b/changelog/unreleased/web-assets-caching.md @@ -0,0 +1,7 @@ +Change: Caching for static web assets + +Tags: accounts, settings, web + +We now set http caching headers for static web assets, so that they don't get force-reloaded on each request. The max-age for the caching is configurable and defaults to 7 days. The last modified date of the assets is set to the service start date, so that a service restart results in cache invalidation. + +https://github.com/owncloud/ocis/pull/866