From 4ca7382104faa2f8d5ebd12ee1018c1d7d8f8f59 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 16 Nov 2020 23:27:35 +0100 Subject: [PATCH] Changelog --- changelog/unreleased/web-assets-caching.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/web-assets-caching.md 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