Skip to content

Why caching images on disk will impact performace? #708

Answered by robertodoering
iKirby asked this question in Q&A
Discussion options

You must be logged in to vote

Before #331, a lot of users reported laggy scrolling due to a low framerate and skipped frames.
Loading images from disk was a big contributor to those issues.

While I agree that fetching the same images multiple times is a waste, improving performance is more important to me.
Additionally, images in your feed will change frequently to a point where cached images might not provide a lot of value anyways.

I might experiment with just caching user profile images for people that you follow, but caching Tweet images is probably not a good idea.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iKirby
Comment options

Answer selected by iKirby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants