我在格式化的电脑上运行Visual Studio 2013 Pro (RTM版本)(Windows 8.1新安装)。

我不知道为什么,但是Visual Studio 2013 Pro非常非常慢!在IDE中构建、调试、导航缓慢……我的硬盘驱动器的LED根本不亮!

我在一个小的MFC (c++)项目中使用Boost库。

什么好主意吗?


当前回答

在Visual Studio 2015社区版中,我在工具→选项菜单上更改“环境字体”后,IDE的运行速度非常慢……→字体和颜色。

将该选项恢复为默认值("automatic")立即解决了该问题。

其他回答

它与图形驱动程序有关。如果你更新了它们,你就会没事的。

或者你可以在Visual Studio中按照以下步骤禁用硬件图形加速:

In Visual Studio, click "Tools", and then click "Options". In the Options dialog box, navigate to the "Environment > General" section and clear the "Automatically adjust visual experience based on client performance" check box. (Refer to the following screen shot for this step.) Clear the "Use hardware graphics acceleration if available" check box to prevent the use of hardware graphics acceleration. Select or clear the "Enable rich client visual experience" check box to make sure that rich visuals are always on or off, respectively. When this check box is selected, rich visuals are used independent of the computer environment. For example, rich visuals are used when you run Visual Studio locally on a rich client and over remote desktop.

引用:

在Visual Studio 2013中遇到性能问题、产品崩溃或渲染问题

我使用的是从Visual Studio 2012升级的解决方案。Visual Studio 2013还升级了.suo文件。删除解决方案的.suo文件(它在.sln文件旁边),关闭并重新打开Visual Studio为我解决了这个问题。我的.suo文件从91KB变成了27KB。

“Fusion Log”的值修改为“0”。这解决了我的问题。

这是注册表中的FusionLog键:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion
Check ForceLog value (1 enabled, 0 disabled).

运行单元测试很慢。这是ReSharper的问题。

菜单ReSharper→Options→Environment→General…清除缓存 菜单工具→选项→ReSharper→General…现在暂停 关闭Visual Studio 删除。suo文件。 再次打开Visual Studio。 重新启用ReSharper。

对于web应用程序,另一个导致构建和调试缓慢的原因(不是IDE导航)可能是浏览器链接功能。

我发现,打开这个功能后,构建需要4倍的时间,调试也很痛苦——每次回发之后,网页会冻结几秒钟,然后你才能与它们交互。