Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide HTTP cache support #74

Closed
jameshiebert opened this issue Dec 6, 2017 · 0 comments · Fixed by #75
Closed

Provide HTTP cache support #74

jameshiebert opened this issue Dec 6, 2017 · 0 comments · Fixed by #75

Comments

@jameshiebert
Copy link
Contributor

There are numerous methods in HTTP to provide support for caching:

  1. Last-Modified header
  2. ETags
  3. max-age

Our data changes almost never, so we could easily provide some very aggressive and particularly accurate caching control, using the mod times of the underlying data files. If we do this, we could provide much better performance and reduce the system load by a ton.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant