Tagged Questions

2
votes
1answer
527 views

ASP.NET MVC view engine performance

I'm developing high load solution with final version of asp.net mvc. Recently our team noticed, that most of the time that takes a server to response to client is devoted to page rendering. Simple ...