Our developer has built a performant static website using Astro with Directus as the headless CMS. Images are served directly from Directus using Astro's <Image />
component. We're exploring whether this live-fetching approach is ideal for performance, or if it's smarter to script a build-time image download and cleanup process, ensuring only the needed assets are stored locally with each build for faster load times and better control.