performance - Ways to speedup Visual Studio 2010 -


there's been lot of noise visual studio 2010 being slower predecessor, vs 2008.

i facing same issue last couple weeks, , after hour of searching around found couple of solutions have made ide 70% faster on operations, including code editing.

30% speedup

tools > options -- check "show options"

  • intellitrace -- disable
  • html designer -- disable

50% startup speedup

tools > options

  • environment > add-in/macros security -- uncheck "allow add-in components load"

tools > extension manager

  • uninstall don't need.

restart ide after these , should observe noticeable speed increase.

do have more tricks? feel free add them answers.

first, tips you've provided.

also tips speedup:

tools > options > environment >

  • uncheck "automatically adjust visual experience based on client performance"
  • then uncheck "enable rich client visual experience".

tools > options > environment > startup:

  • at startup = "show empty environment"

tools > options > source control

  • set "none"

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -