Performance Issue Description
We want to intelligently cache certain assets
Affected Component
Steps to Reproduce
Just quickly scroll through a previously viewed album on a high-latency network (e.g. mobile data). Given adequate client storage, it should cache it to avoid fetching the network every time).
Suggested Optimizations
Based on previously viewed content, cache the assets (large file) and evict in order of last use. Evict in order of size: Original, Preview, Metadata
Additional Context
Performance Issue Description
We want to intelligently cache certain assets
Affected Component
Steps to Reproduce
Just quickly scroll through a previously viewed album on a high-latency network (e.g. mobile data). Given adequate client storage, it should cache it to avoid fetching the network every time).
Suggested Optimizations
Based on previously viewed content, cache the assets (large file) and evict in order of last use. Evict in order of size: Original, Preview, Metadata
Additional Context