I ran into a really interesting performance problem in ASP.NET MVC 4. An MVC view was taking almost 30 seconds of time on document.ready. After digging into the issue I discovered that jquery.validate.unobtrusive.js that ships with MVC is surprisingly slow.…