Hi there,
I'm a bit confused about the expected behaviour for building a site / generating images using an external API to build out a site.
I've tried using the images as is, tried Cloudinary.
https://dev-conorbiddle.pantheonsite.io/wp-content/uploads/2019/11/IMG_20191022_160910-1050x1400.jpg
But every time I run the build, the images get rebuilt every single time. This results in large build times. 14 mins (for a 4 page site is a lot.)
I've asked in #general before and Astro is to respect the cache-headers but if you check those links, there does seem to be cache-headers in place (at least I think so!)
Is this expected? I thought Astro would be able to cache these generated images and keep them from build to build.
I've tried Netlify, DeployHQ and Buddy. Nothing seems to "cache" the build.
I'd appreciate your thoughts on this as I'm not sure how large sites do this? How would a large blog or something deal with this?
Thanks