문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top