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

Use redis cache (django-redis) to cache GET requests #224

Open
deepansh96 opened this issue Aug 24, 2021 · 0 comments
Open

Use redis cache (django-redis) to cache GET requests #224

deepansh96 opened this issue Aug 24, 2021 · 0 comments

Comments

@deepansh96
Copy link
Member

Instead of querying and pulling from the DB everytime a plio's data is requested, we should use a cache to store all those details in the memory for faster accessing of the data.

This can include plio GET, items GET, questions GET etc

If some information is not cached, we can retrieve it from the DB and store it in the cache for future use

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

No branches or pull requests

2 participants