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

Enabled in-memory caching of rest responses #455

Merged
merged 2 commits into from
May 20, 2015
Merged

Enabled in-memory caching of rest responses #455

merged 2 commits into from
May 20, 2015

Conversation

johnsimons
Copy link
Member

This PR enables the use of etags to do proper response caching.
With this change performance increases slightly (there is still work to do).

Some responses are immutable and therefore are cached permanently, this only applies to successful audited messages

John Simons added 2 commits May 13, 2015 11:30
The caching is done mostly using etags and for messages that are immutable (successfully audited messages) those get cached permanently.
@johnsimons
Copy link
Member Author

@distantcam please review

@distantcam distantcam merged commit da4201d into master May 20, 2015
@distantcam distantcam deleted the Cache branch May 20, 2015 06:16
@distantcam distantcam added this to the 1.2.9 milestone May 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants