[visual-studio] Why is Visual Studio 2013 very slow?

I also had an issue with a slow IDE.

In my case I installed

  • ReSharper
  • Npgsql (low chance to cause the problem)
  • Entity Framework Power Tools Beta 4

The following helped me a bit:

  • Disabled synchronization - menu ToolsOptionsEnvironment-Synchronized Settings
  • Disabled plug-in selection - menu ToolsStudioOptionsSource Control.
  • Disabled Entity Framework Power Tools Beta 4 - menu ToolsExtensions and Updates

Uninstalled JetBrain's Resharper - WOW!! I am fast again!!