What key performance monitors should I watch for ASP.NET application

后端 未结 5 455
耶瑟儿~
耶瑟儿~ 2021-02-04 13:58

I have a site that receives 5 million request per day. On heavy days, the pages take about 10 seconds to return. I also get out of memory exceptions. I\'ve been reading the Impr

5条回答
  •  伪装坚强ぢ
    2021-02-04 14:35

    The key to an easy performance improvement isn't always the way your application is written. It could be written as perfectly as possible and still have performance issues. One way to get quick page loading times is to use page caching.

    The following article is a good start.

提交回复
热议问题