最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

asp.net - Performance issues with classic .NET site - Stack Overflow

programmeradmin1浏览0评论

We've been experiencing sporadic performance issues with one of ours ASP.NET sites.

I set up failed request tracing to log any request that takes more than 15 seconds.

What I'm seeing is, these events are taking the most time:

  • AspNetGetAppDomainLeave
  • AspNetStartHandler
  • AspNetGetAppDomainLeave
  • AspNetStartHandler
  • AspNetMapHandlerLeave
  • AspNetPagePreRenderLeave
  • AspNetSessionDataEnd
  • AspNetPagePreInitLeave

With AspNetGetAppDomainLeave being the predominant one, usually taking between 11 seconds to 15 seconds.

Can anyone help me to interpret what these events mean?

Thanks

发布评论

评论列表(0)

  1. 暂无评论