Harikrishna-AL / Harikrishna-AL/IMS
Implement a cache system
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- In the production, the backend will have to take in a lot of requests and possibly will limit requests, resulting in bad user experience and high loadtime.
- To negate that we should adopt a cache system.
- We shall use Redis, since it's easy to use, in-memory and fast.
- We have to implement it to cache for views and templates.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.