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

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

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

什么好主意吗?


当前回答

还有一件事要检查;对我来说是Fusion伐木。

我很久以前就把它打开了,但差不多忘记了。删除5000多个目录和1gb的日志文件效果很好。

其他回答

我也遇到过同样的问题,对我来说唯一有效的解决方法就是遵循以下三个步骤:

清理WebSiteCache文件夹(你可以在 C:\Users\ %用户名% \ AppData \当地\ Microsoft \ WebSiteCache) 清洁“临时ASP。NET Files”文件夹(在 C:\Users\ %用户名% \ AppData \当地\ Temp \临时ASP。网络文件) 重启Visual Studio

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

或者你可以在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中遇到性能问题、产品崩溃或渲染问题

如果您正在调试ASP。. NET网站使用ie10(或更高版本),确保关闭您的ie 'LastPass'密码管理器插件。LastPass将使您的调试会话爬行和显著降低您的耐心的能力!

我向Lastpass提交了一份支持票,他们承认了这个问题,没有任何修复的打算,只是说:“Lastpass与Visual Studio 2013不兼容”。

我在Visual Studio 2013(高级版)中也遇到过一些糟糕的表现。和TS遇到的问题差不多。缓慢的导航、滚动、构建……几乎所有的事情。幸运的是,我通过禁用Visual Studio中的同步设置来解决自己的问题。 进入菜单“工具→选项→环境同步设置”,取消选中复选框,删除该选项。

我也有一个缓慢的IDE的问题。

在我的情况下,我安装

ReSharper Npgsql(导致问题的可能性很小) 实体框架电力工具Beta 4

以下几点对我有一点帮助:

禁用同步-菜单“工具→选项→环境同步设置” 禁用插件选择-菜单工具→工作室→选项→源代码控制。 禁用实体框架电力工具Beta 4 -菜单工具→扩展和更新

卸载JetBrain的Resharper -哇!!我又快了!!