0
kicks
How to improve HtmlHelper.RenderPartial perf: don’t run in debug mode
There has a been a lot of talking on a possible “big design flaw” in ASP.NET MVC: partial view path resolution was not cached.
After a bit of testing I found out that caching kicks in only in release mode. So probably all the other tests were run in debug mode.