furudean/type-kana

Asset caching kinda sucks

furudean opened this issue · 2 comments

Currently files in the asset folders are cached for a very long time. This is because they aren't filename versioned like the other css/js files, and the default cache time is really long.

Find a way to improve this!

Setting Cache-Control: no-cache on non-filename-versioned content may be ok

https://jakearchibald.com/2016/caching-best-practices/

Sort of fixed in #94