icidasset / diffuse

A music player that connects to your cloud/distributed storage.
https://diffuse.sh
Other
808 stars 67 forks source link

Only cache background images actually used #365

Open icidasset opened 1 year ago

icidasset commented 1 year ago

Currently the service worker downloads all background images for offline usage causing long load times when downloading new service workers. It should download only the default background and the ones people actually use. This can be done by just caching on demand.