Visual Studio 2015 is extremely slow

后端 未结 9 840
北荒
北荒 2020-11-28 18:37

I have installed Visual Studio 2015 Professional Edition, and my computer specs are Intel i7-3770 CPU 3.40 GHz, 8 GB RAM, and Windows 7 Enterprise 64-bit.

I wan

相关标签:
9条回答
  • 2020-11-28 19:31

    You can try to apply the following steps:

    1. Go to menu ToolsOptionsSource Control and set Current source control … to None

    2. Go to menu ToolsOptionsEnvironmentSynchronized Settings and remove this option by unchecking the checkbox.

    3. Clean the contents in the following cache folders (do not delete these folders, instead delete their contents only) and restart Visual Studio:

      • Clean the content in WebSiteCache folder (can be found in
        C:\Users\%USERNAME%\AppData\Local\Microsoft\WebSiteCache)

      • Clean the content in Temporary ASP.NET Files folder (can be found in
        C:\Users\%USERNAME%\AppData\Local\Temp\Temporary ASP.NET Files)

    Note: If you have Hardware Acceleration enabled or if you use the default Visual experience settings in Microsoft Visual Studio 2015 or Visual Studio 2013, you might experience intermittent performance issues, product crashes, or rendering issues. In order to work around these issues, go to menu ToolsOptionsEnvironmentGeneral and apply the following settings:

    For more information, visit You experience performance issues, product crashes, or rendering issues in Visual Studio 2015 and Visual Studio 2013.

    If the problem is related to debugging, try the workaround on Visual Studio debugging/loading very slow.

    I hope this helps...

    0 讨论(0)
  • 2020-11-28 19:32

    For me the culprit was Resharper cache, simply clear Resharper cache and it works fine

    0 讨论(0)
  • 2020-11-28 19:35

    This site contains some useful tips on how to improve the Visual Studio performance, disabling features for large solutions. For example:

    1. Go to Tools -> Options -> Text Editor -> C# -> Advanced and uncheck Enable full solution analysis

    2. Go to Tools -> Options -> XAML Designer -> General and uncheck Enable XAML Designer (requires restart of Visual Studio)

    3. Go to Tools -> Options -> Text Editor -> All Languages and uncheck Enable CodeLens

    4. Go to Tools -> Options -> Debugging -> General and disable Enable Diagnostic Tools while debugging

    0 讨论(0)
提交回复
热议问题