On first load, the images take a little bit to load, but I assume are cached for future loads. Does anyone else see this behavior? I'm not sure what I'm doing wrong or if this is unsolvable. Here's my site: https://kennyhui.dev/
I'm using https://docs.astro.build/en/guides/images/#display-optimized-images-with-the-image--component
Here's the element; project is Astro.props
<Image
class="absolute inset-0 w-full h-full..."
src={project.cover}
alt={project.coverAlt}
loading="eager"
/>
All the images are 3840 × 2160.