-
Notifications
You must be signed in to change notification settings - Fork 735
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
Cache feed icons #2856
Comments
Relevant PR (at least for the refreshing part): #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. Lines 28 to 36 in 562a7b7
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.
The text was updated successfully, but these errors were encountered: