btrask / stronglink

A searchable, syncable, content-addressable notetaking system
Other
1.04k stars 39 forks source link

HTTP caching headers for the blog interface #81

Open btrask opened 9 years ago

btrask commented 9 years ago

Sort of related to #52.

Caching is a little bit tricky on our search results because usually the page can't change, unless it is showing the newest results.

We should also enable caching for the static files we host. There's probably a clever way to do that efficiently without causing problems with invalidation.