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

Investigate caching methods #227

Open
dankolbman opened this issue Apr 9, 2018 · 0 comments
Open

Investigate caching methods #227

dankolbman opened this issue Apr 9, 2018 · 0 comments
Labels
feature New functionality

Comments

@dankolbman
Copy link
Contributor

I've started investigating some different methods of caching to improve the response throughput and speed of the dataservice.
Blanket caching of everything is of course exceptionally quick, especially if done in nginx, but likely isn't a solution for anything that is being changed.
Instead, we may wish to focus on caching serialized objects. most of the time spent in a request is during the deserialization from the database, and the serialization back to json. We will be able to recognize solid performance increases if we can figure out how to cache the entity level json serializations and do the minimal amount of work combining and formatting them during a request.

@dankolbman dankolbman added the feature New functionality label Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

No branches or pull requests

1 participant