I've enabled the compiling of our ASP.NET MVC views. I knew this would add to the build time, but I had no idea it would make compilation 20 times slower! I realize that the reason could be due to inefficiency bugs in msbuild or the MVC SDK, but I'm hoping there's something we can do differently so it isn't so incredibly slow.
Have any of you found any tricks to reduce the compile time of ASP.NET MVC razor views?