views:

58

answers:

1

Hi, I am doing performance tweaking of a simple app that uses MVC on IIS 7.5. I have a StopWatch starting up in Application_BeginRequest and I take a snapshot at Controller.OnActionExecuting.

So I measure the time spend in the entire IIS pipeline: from request receipt to the moment execution finally gets to my controller.

I obtain 700 microseconds on my 3GHz quad-core (project compiled Release x64), and I wonder where the bottleneck is, especially hearing some people say that one can get up to 8000 page loads per second with MVC.

How can I optimize MVC and IIS pipeline to obtain higher speed?

+1  A: 
John Feminella
sorry, this does not answer the question.
Andy
@John: Also note the question seems to talk about µs, not ms.
sth
@sth: Whoops; wow, I completely missed that. Thanks for the catch.
John Feminella