Investigate nginx caching #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Try nginx cache e.g. https://blog.nginx.org/blog/nginx-caching-guide
Can we do this, with various cache timeouts depending on the URL? e.g.
Implement this on the server and update the README accordingly.
We don't just want browsers to cache the content themselves using HTTP headers, although this is no bad thing too. The more important thing is if there are lots of clients using the same query, that we only generate a result for it once every few seconds, not every time.