Skip to content
Commit 7dddbd0c authored by Carl Schwan's avatar Carl Schwan
Browse files

Improve caching policy



* Cache css with version in url. This makes most js and css requests to
  be cached by the browser

* Force caching previews, the etag is in the url so that if the propfind
  gives a new etag, we will refresh it otherwise it's no use to try to
  fetch the new etag and do tons of DB queries

Tested with firefox and 'debug' => false (important so that the js/css
urls are generated with ?v= parameter)

Signed-off-by: default avatarCarl Schwan <carl@carlschwan.eu>
parent fbbbc2ec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment