ASP.NET MVC rendering seems slow

后端 未结 4 1894
北恋
北恋 2021-01-29 22:01

I\'ve created a brand new MVC4 web application in Visual Studio, and done nothing more with it than add a Home controller and a \"Hello world\" index view for it. I then instal

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-29 22:36

    Pre-compile the views to speed up the first-time rendering..

    Check the below blog..

    https://blog.deltacode.be/2017/01/08/fix-slow-startup-of-asp-net-mvc-5-on-azure-app-services/

提交回复
热议问题