VS2010: IDE performance is laggy (how to improve)
I’ve seen some sluggish performance in the VS2010 ide, and thought i’d share how i improved performance:
- Go to Tools —> Options drop-down menu
- Click Environment —> General from the list
- in the VisualExperience box:
- Uncheck “Automatically adjust visual experience based on client performance”
- Uncheck “Enable rich client visual experience”.
- Press OK then restart visual studio.
That doesnt seem to make everything super fast, but it does help make it not-so-slow =D
-JasonS