miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.73k stars 711 forks source link

Cache feed icons #2856

Open APT37 opened 1 week ago

APT37 commented 1 week ago

Since feed icons are fetched only once (when the feed is added) and never refreshed afterwards, I think it'd be a good idea to let the local device cache them instead of loading them from the server every time.

Maybe a feature to update feed icons would be useful too - maybe even support for custom icons.

xfzv commented 1 week ago

Relevant PR (at least for the refreshing part): https://github.com/miniflux/v2/pull/2123

APT37 commented 1 week ago

I see. Good to know that's already being worked on. After reading the PR comments, it seems like a whole different can of worms on it's own.

Of course this doesn't have anything to do with caching, haha.