I’ve been developing web applications in Visual Studio 2013 for a year or more with no problems, however I have recently installed Visual Studio 2015 also and started using it but the response time from web applications is significantly slower under VS 2015 than VS 2013.
We are talking about a 150ms response time under VS 2013 vs a 1400ms response time for the same request under VS 2015. I am using the default local copy of IIS Express that comes with Visual Studio.
CPU usage is fairly low with both versions. But during the request the CPU spikes to an average of about 8% usage with VS 2013 whereas with VS 2015 an average of about 15% usage.
I already have Browser Link disabled.
I am using Chrome but Firefox also has the same issue.
Has anyone else come across this issue? Are there other things I can disable to improve performance when using VS 2015?