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

Cache API responses #439

Closed
csc-felipe opened this issue Dec 30, 2021 · 0 comments
Closed

Cache API responses #439

csc-felipe opened this issue Dec 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@csc-felipe
Copy link
Contributor

Proposed solution

A caching solution would speed up returning responses, especially for larger ones, which can take dozens of seconds. It should be investigated if caching Swift backend responses, our own, or both.

DoD (Definition of Done)

There is a caching backend in place, such as Redis, which caches responses. There is a clear performance improvement from the UX.

Testing

Unit tests to make sure caching works, peer review for the speed-ups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants