Closed APT37 closed 1 month ago
Relevant PR (at least for the refreshing part): https://github.com/miniflux/v2/pull/2123
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.
Feed icons are already cached in the browser for at least 72 hours.
You can see that in the browser console:
I should've checked what's actually happening. At the time I opened the issue, icons were loading rather slowly and it looked like they had to be fetched from the server each time the page was loaded.
Closing this one, since it's only about caching the icons, which is already happening.
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.