Improve Visual Studio Performance By Disabling Automatic File Restore
This excellent tip comes from my coworker Konstantin. If you have a Visual Studio solution that has a lot of projects and is slow you can speed up Visual Studio by disabling automatic file restore. To disable automatic file restore open Tools > Options
in Visual Studio, select Projects and Solutions > General
and deselect Reopen documents on solution load
.