Web Application Response Slow with Visual Studio 2015

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?

+7
performance c # visual-studio visual-studio-2015
source share
1 answer

vs 2015 by default launches some more diagnostic tools that may affect your answer, but I think you can disable them. he should not influence the final draft.

also some extensions like web essentials ware not yet optimized for vs 2015 make sure you have the latest version

0
source share

All Articles