Visual Studio 2010 - How to optimize

2019-07-16 15:48发布

I am using the 2010 version of Visual Studio, but am having many problems with delays - my computer has a good configuration of RAM, and processor - especially when saving files.

Currently I am carrying a medium-sized project, only one open file (ASP.NET page) using a single suite of components from third party, the Telerik. And yet, in time to save, or modify the tab, the entire IDE is slow. I know there may be several factors for this problem, but I'm not carrying the computer (the problem apparently is the memory management on behalf of the IDE).

Does anyone know any way to improve it? Change settings, Windows services. Oh yes, I'm using a plugin to modify the color of the IDE and another to find (Ctrl-click) the object reference.

Memory Initialization:

  • Memory: 280000K
  • Virtual Memory: 350000K

2条回答
一夜七次
2楼-- · 2019-07-16 16:10

Have you tried disabling all the plugins and make sure that it is VS that actually causes the slowdown?

I have Resharper installed and VS can be slow sometimes. I turned it off (suspend on v5), and VS is back to blazing speed. Of course, inversely coding productivity is impaired by not having Resharper.

查看更多
可以哭但决不认输i
3楼-- · 2019-07-16 16:15

There are many causes and circumstances that can lead to what you're describing. So I'd better recommend you to check the links bellow...

VS.Net 2010 IDE Very Slow

VS 2010 very slow

VS 2010 slow for edit of first file in project with many web references

VS2010 C#: Delay when opening a file inside IDE

查看更多
登录 后发表回答