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

[Media Display] Cache image and preview data #1174

Open
mplorentz opened this issue May 21, 2024 · 0 comments
Open

[Media Display] Cache image and preview data #1174

mplorentz opened this issue May 21, 2024 · 0 comments
Assignees

Comments

@mplorentz
Copy link
Member

mplorentz commented May 21, 2024

Now that we are downloading media and OpenGraph metadata with custom code we need to manage caches ourselves. We don't want to re-download the same media over and over if the user scrolls past it multiple times or in different views of the app.

We should cache data in memory and/or on disk and invalid cached objects when the cache grows to big or when the app receives an low memory warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants