Which of my Visual Studio extensions are slowing?
visual-studio, visual-studio-extensions
Solution
You can start Visual Studio from the command line and specify the `/log` option to have Visual Studio write all details to the `ActivityLog.xml`. It's not a pretty pop-up dialig, but you can get the information you want from there.
See: http://msdn.microsoft.com/en-us/library/vstudio/ms241272.aspx
Problem
My Visual Studio 2012 has become slow to open. In 'safe mode' it's fast again. Presumably some extensions are slowing Visual Studio. Which? Is there an analogue of Internet Explorer's feature which shows load time for each extensions? http://blogs.msdn.com/b/ie/archive/2009/07/18/how-to-make-ie-open-new-tabs-faster.aspx