I'm making a website using MVC and Razor.
I have no performace problems, but the first time the view is used the page delay to load.
I believe that is when the view is being compiled.
I read about using other compilers or something. But I'm avoiding dependencies.
Is there any way to compile all views when I start the site, without using other dlls?