Hacker News new | ask | show | jobs
by vvoyer 786 days ago
I am surprised this doesn't list two major resources for learning how caching works:

- https://www.mnot.net/cache_docs/ for a long time this was the best online resource

- https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching is extremely detailed, and based on the previous link too from what I can tell

1 comments

I recently started using "Clear-Site-Data" and it's been a neat addition. I just create a single endpoint on my site or API domain and make a page or method that returns this header. There's all kinds of utility in having this.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cl...

Lack of safari support is a bummer. Not very useful until that happens