Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio 2013 works slow after Update 4

Does anybody know if Visual Studio Update 4 bring something which can consume CPU too much? I had update 3 before and did not have any issues with performance, but after Update 4 I noticed that Visual studio is doing something (even if it's in background) and CPU is not going lower that 15% Also it's not very responsive after 1-2 hours or work, I have to restart it.

I noticed than it's IsAssertEtwEnabled takes most of CPU, but have no idea what is it, I googled but found only one answer about DevExpress plugin, but I don't have it. (if I uninstall updates, everything back to normal, but I prefer to have software to be updated)

UPDATE: I found the issue, it's browser link causing CPU and performance problems. After disabling browser link it get back to normal. See second screenshot to see how to disable browser link

enter image description here

enter image description here

like image 765
Yaplex Avatar asked Nov 25 '14 16:11

Yaplex


People also ask

Why is Visual Studio so slow?

You might have extensions installed that slow Visual Studio down. For help on managing extensions to improve performance, see Change extension settings to improve performance. Similarly, you might have tool windows that slow Visual Studio down.

Does Visual Studio slow down computer?

No. No app will slow down your computer unless you use it. Any app that you invoke will have an effect on RAM and processing, so they all “slow down” a computer. If you have enough resources (RAM, SSD, fast processor), you will not notice the effect.

Why is Visual Studio so heavy?

This is mainly because Visual Studio has lots of components, extensions and tools.


1 Answers

Try disabling browser link. Thats what I did.

like image 80
mas0701 Avatar answered Sep 21 '22 11:09

mas0701