Question

I created my first Web App with MVC 4.0 and I just started using mini-profiler to get some basic information. FindView seems to range from 300 to 600ms depending on page, this seems rather high to me but I don't really know what I should be expecting.

Are there basic things I can do to improve the findview performance?

Was it helpful?

Solution

In release mode views are cached, so you should see those times far lower that what you're seeing now.

Running it in debug mode might give you results similar to what you're finding.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top