I’ve deployed an Astro static website on Vercel, and the FCP is up to five seconds or more
I know that Nextjs and other pages that require Serverless deployment will cause delays due to cold startup. But I think that pure static pages should only require requesting CDN resources, and do not require cold starts.
All of the output is static resources. I have no idea what caused this delay, and how can I avoid this delay.

