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

Implement Curation Cache #90

Closed
4 tasks done
kkaris opened this issue Apr 6, 2022 · 1 comment
Closed
4 tasks done

Implement Curation Cache #90

kkaris opened this issue Apr 6, 2022 · 1 comment

Comments

@kkaris
Copy link
Collaborator

kkaris commented Apr 6, 2022

When loading a page that needs curations, the web app currently loads all curations every time. This operation takes one to a couple of seconds and adds to a slower load time. We should implement some type of curation cache that fulfills the following:

  • Load the cache when starting the app
  • By default, a page that needs curations loads them from the cache
  • When e.g. a curation page reloads to get the next round of curations, the cache would update
  • After a certain time the cache could update on its own

Long term:

  • Consider caching the curations on the frontend as well. This could pave the way for doing a more dynamic page that can show/hide curated content with a toggle rather than reloading the page.
@kkaris
Copy link
Collaborator Author

kkaris commented Apr 20, 2022

Resolved in #92

@kkaris kkaris closed this as completed Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant