performance - Visual Studio ASP.NET MVC 5 is extremely slow -


i have read other articles performance issues in vs why vs 2013 slow, , have performed every advice in article, nothing has changed. vs studio running when developing windows application. when working on web mvc solution, extremely slow. simple typing performed delay , not debuging etc.
how can solve issue? have done following steps:
1. disabled plugins (git...)
2. cleaned cache , temporary files
3. disabled codelens
4. disabled synchronization on multiple machines
5. disabled hardware graphic accelerations
nothing has changed , if create new mvc solution, problem exists , typing performed delay.

i suggest check /log (https://msdn.microsoft.com/en-us/library/ms241272.aspx) or check tutorials (https://www.google.com/search?q=speed+up+visual+studio+2013). final resort try fresh reinstall.


Comments