4

I'm using new relic to monitor my website and this method is the bottleneck on 80% of my web requests, even on simple GET requests, what does this do?

ryudice
  • 36,476
  • 32
  • 115
  • 163

1 Answers1

0

Dude which version are you using ? It was a known issue in previous versions. Upgrade to their latest agent (version 2.0.9.15) - is now available and should fix this issue.

bhuvin
  • 1,382
  • 1
  • 11
  • 28
  • I have latest agent version 2.10.40.0 and still most of my bottlenecks are System.Web.Mvc.MvcHandler.BeginProcessRequest() – Korayem Aug 28 '13 at 14:18
  • 1
    @Korayem : Did you search out things before posting in ? Check this out - http://stackoverflow.com/questions/17064380/what-happens-in-beginprocessrequest – bhuvin Oct 21 '13 at 09:05