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?
Asked
Active
Viewed 1,294 times
4
-
3did you ever figure this one out? – Oren Mazor Nov 29 '11 at 00:24
-
1possible duplicate of [What is System.Web.Mvc.MvcHandler.ProcessAsyncRequest()?](http://stackoverflow.com/questions/8304357/what-is-system-web-mvc-mvchandler-processasyncrequest) – Jon Galloway Jan 05 '12 at 08:00
-
Can you post the stack trace? – justinb138 Jun 22 '12 at 17:52
1 Answers
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