I have three static web app services on Azure, each hosting a Svelte application. I am facing the same problem across all of these services. After a 10-15 minute pause in using the application, the first request takes between 6 and 12 seconds on average to complete. This delay only happens with the first request, and subsequent requests work well without any delays.Application Insights shows operations for sk_render.
I am using the standard hosting plan for all services, and I also activated enterprise-grade edge for one application, but this did not change the situation.