Open kevinfoerster opened 4 years ago
+1 for this
@kevinfoerster thanks for your feedback. I have the same issue and I can relate to that. Caching and invalidating cached data properly is a hard problem. I'll think about it.
I definitely agree this would be a great addition to have by default. I looked at another similar package gatsby-plugin-remote-images
and saw that their implementation uses gatsby’s caching (1, 2). I think we could adapt it here too 😄 did anyone find a stopgap solution in the meantime?
Hi,
I was wondering, is there any way, the plugin could cache the downloaded resources instead of redownloading them every time I run
gatsby develop
?at the moment it looks like this images are not cached and will be discarded on each restart… which takes a while to download (currently downloading 1700+ images for each run).