Azure Static Web Apps
2 TopicsAzure Static Web App Slowness Issue
Hello Everyone, I've Azure Static Web App for my Client application with enterprise-grade edge enabled, But app response/load time is still very slow. My code base is on Gitlab and the app is being deployed from the CI/CD pipeline using the Deployment token. SKU for the app is Standard (For general purpose and production apps) and Enterprise-grade Edge is also enabled. But still, when I load the app it takes a lot of time. For a workaround I deployed the app on the Storage Account(Static Website) and configured CDN for that, it resulted in better response/load time as compared to the Azure Static Web App. Why the response/load time of Azure Static Web App is not optimal? There is also Caching implemented in the App itself, could that be an issue?2KViews1like1Comment