I am using a recently re-installed laptop with SSD. I am using Visual Studio 2013 with TFS.
My problem is that I need to wait for about 20 - 25 seconds when I\'m st
The problem with TFS is that it completely integrates with your IDE.
I suggest using GIT. You can convert your project from tfs to git using various tools for example git-tfs, see https://github.com/git-tfs/git-tfs/blob/master/doc/usecases/migrate_tfs_to_git.md
There is also a blog post about one who does this: https://chriskirby.net/blog/migrate-an-existing-project-from-tfs-to-github-with-changeset-history-intact