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 data from the Engine in the API server #26

Open
mpgirro opened this issue Dec 29, 2018 · 0 comments
Open

Cache data from the Engine in the API server #26

mpgirro opened this issue Dec 29, 2018 · 0 comments
Labels
api This issue concerns the API server codebase enhancement New feature or request

Comments

@mpgirro
Copy link
Owner

mpgirro commented Dec 29, 2018

Most data we retrieve from the Engine must not be queried on every request (some operations are expensive). Usually Podcast/Episode data and Images (and future Stats) are safe to cache for a while. The API should do this.

@mpgirro mpgirro added enhancement New feature or request api This issue concerns the API server codebase labels Dec 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api This issue concerns the API server codebase enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant