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
Post a Comment