Azure Web Apps are really slow

前端 未结 2 936
隐瞒了意图╮
隐瞒了意图╮ 2021-02-03 19:51

I\'ve been investigating a slow warmup time for my production app and I got some unexpected results.

Testing on various Azure VMs showed the warmup time to be well-relat

相关标签:
2条回答
  • 2021-02-03 20:30

    I too have the same problem, I fixed by moving or copying my site contents(Pictures and Videos) to Azure Blob Storage. We can also configure Azure CDN to WebApps, VM, Cloud Services and Custom origin. By trying thsi Azure CDN your site loading time will improve.

    0 讨论(0)
  • 2021-02-03 20:32

    Initially when we deployed our Azure App Service - Web app (hosted in Resource Group1) and our Azure SQL database (hosted in Resource Group2), the app was very slow. The mistake that I made was that both the RG1 vand RG2 were in two different locations. Later, when we changed the location of both RGs (recreated them actually) to be the same then the WebApps started running smooth.

    Thanks, Prawin

    0 讨论(0)
提交回复
热议问题