Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / .NET

Control Visual Studio Load Time

4.83/5 (4 votes)
30 Aug 2017CPOL 6.7K  
Control Visual Studio startup time

Introduction

Control the Visual Studio Load Time

In Visual Studio 2017, you can control the load time of Visual Studio using Manage Visual Studio Performance option. To use this feature, go to Help->Manage Visual Studio Performance menu command as shown below:

Image 1

The Manage Visual Studio Performance dialog shows which extensions and tool windows slow down the performance during startup, solution load and typing.

Image 2

You can enable or disable the extension by clicking on the Enable/Disable button.

In case your solution contains lot of projects, then you can control the solution load time using Enable Lightweight Solution Load option as shown below:

Image 3

Visual Studio remembers the projects that you previously opened and loads only those projects. Once you enable this option, it will be effected next time you load the solution.

You can also enable this feature globally by navigating to Tools->Options as shown below:

Image 4

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)