Skip to content

Instantly share code, notes, and snippets.

@KevM
Last active April 10, 2018 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KevM/7cbd7dd7c3314506d554a4dcfe50e50c to your computer and use it in GitHub Desktop.
Save KevM/7cbd7dd7c3314506d554a4dcfe50e50c to your computer and use it in GitHub Desktop.
Large .Net Solution Load times

We have a large solution with about 69 projects. Here are the load times I measured in a very non-scientific way.

  1. I opened the IDE.
  2. Clicked on the solution in the MRU selection.
  3. Timed on my phone how long it took to get to a point where a file is editable.
  4. Did a warm up then repeated this 3 times for each configuraion.
App Version Detail Time Notes
VS2017 15.6.5 std. 31-35s time until editable
VS2017 15.7 preview 3 std. 22-24s time until editable
VS2017 15.6.5 w/Resharper 2017.3.5 54-58s time until editable
VS2017 15.7 preview 3 w/Resharper 2017.3.5 49-53s time until editable
Rider 2017.3.1 std. 8s time until editable
Rider 2017.3.1 std. 38s time until compile starts
Rider 2017.3.1 std. 60s time until compile completes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment