SciCatProject / SciCatProject/frontend
Add caching functionality
Open
@stephan271 is already working on this.
Since May 22, 2020.
performance
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 44
- Avg merge
- 20h 2m
- Merged PRs (30d)
- 20
Description
Issue Name
AddCachingFunctionality
Summary
To improve performance some level of caching helps . The idea is to implement this at the nginx loadbalencer level
Current Behaviour
No caching functionality
Expected Behaviour
Identical API calls from the same user are cached at the intermediate nginx level for some time period to be defined (order of minute(s))
Extra Details
https://docs.nginx.com/nginx/admin-guide/content-cache/content-caching/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.