react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

[Fabric] Add image caching

Open marlenecota opened this issue 1 year ago • 1 comments

Using this to track image caching on Fabric since it isn't covered by API parity

marlenecota avatar Feb 07 '24 19:02 marlenecota

Question: How often are we caching on Paper? If you give RNW a uri, and then RNW itself loads it into a memory stream, and only after that hands it off to XAML... that bypasses XAML's image cache.

Of course for Fabric, we never benefit from XAML's image cache. So cases like offline images will need some attention.

chrisglein avatar Feb 08 '24 19:02 chrisglein