Cache Avatar Images [enhancement]
See original GitHub issueIssue Description
It would make sense that the image avatars are cached by default with something like
https://github.com/kfiroo/react-native-cached-image
In most used case they are displayed super often…
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Caching images in React Native: A tutorial with examples
In this tutorial, we'll first show you how to cache images in React Native using the react-native-fast-image library.
Read more >Consider extending avatar cache to 1 year (#343168) · Issues ...
Our avatar implementations is immutable (whenever someone updates it's/project/group avatar image we create a new record and delete the old one).
Read more >Privacy-Conscious WordPress Plugin Caches and Serves ...
In essence, it is a caching system that stores the images on the site owner's server. It is an idea that Peter Shaw...
Read more >Excluding Profile Avatar from Cache - WordPress.org
LSCache has the ability to exclude specific Queries or URIs but in this case, I want to drop Images or Folders which include...
Read more >Pre-Caching Images with React Suspense - CSS-Tricks
Pre-Caching Images with React Suspense. Avatar of Adam Rackis ... One improvement in the demo is that our cache read method has this...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @nonotest, PRs are always welcome! However, it should be done in a way that’s optional so people aren’t required to
link
this library unless they specifically want that functionality. I’m not sure the added complexity is worth it. I’m willing to consider it though.+1