I have been developing web applications in Visual Studio 2013 or more without any problems, however I recently installed Visual Studio 2015 and started using it, but the response time from web applications is much lower than VS 2015 than VS 2013.
We are talking about a response time of 150 ms in VS 2013 compared to a response time of 1400 ms for the same request in VS 2015. I use the default local IIS Express copy that comes with Visual Studio.
CPU usage in both versions is pretty low. But during the request, the processor accumulates on average about 8% using VS 2013, while VS 2015 on average is about 15% of usage.
I have already disabled the link to the browser.
I use Chrome, but Firefox also has the same problem.
Anyone else run into this problem? Are there any other features that I can disable to improve performance when using VS 2015?
Andrew Moore
source share