Why is Visual Studio 2013 very slow?

It is something concerned with the graphics drivers. If you update them you will be fine.

Or you can disable the hardware graphics acceleration in Visual Studio according to these steps:

  1. In Visual Studio, click “Tools“, and then click “Options“.

  2. 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.)

  3. Clear the “Use hardware graphics acceleration if available” check box to prevent the use of hardware graphics acceleration.

  4. 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.

enter image description here

References:

Leave a Comment