Visual Studio speed decline?
-
For me, the launch speed and responsiveness of Visual Studio has declined over the years. I find VS 2013 to the worse of the bunch. I get a lot of disk thrash and the menus seem to have a small delay in popping up. When I have to use VS 2008 for a project, I'm blow away with how fast it starts and responds to the mouse. VS 2010 is slower, but still fairly responsive. I was recently told I was crazy. Now that may be true in general, but the question is whether I'm just seeing things with VS 2013. So, what's everyone's observations? (I know more than one place that has refused to switch to 2013 for various reasons, including performance. I switched only because of Qt support.) EDIT: Some time ago, I installed the Azure SDK for a project that ended up never happening. I just uninstalled all the Azure components and the start and response times have noticeably improved!
I agree with your sentiment for the most part. I found VS2010 completely unusable. Even more so when I had visual assist installed. I use both VS2012 and vs2013. Their speed degradation is not noticeable to me compare to VS2010. Also, I haven't found the need to install visual assist for these versions. I only work in C++. For what it's worth, The C++ support has gotten much better; possibly enough for me to be able to overlook any speed issues.
-
I'm not a Vegas-style gambler, nor do I run any copies of VS 2013 on a 64-bit OS, but I'd wager that if you ARE running it on a 64-bit box, checking for the presence of an "*32" entrained to the devenv.exe in Task Manager, has something to do with the speed ... Do not reply to this post. Please.
-
For me, the launch speed and responsiveness of Visual Studio has declined over the years. I find VS 2013 to the worse of the bunch. I get a lot of disk thrash and the menus seem to have a small delay in popping up. When I have to use VS 2008 for a project, I'm blow away with how fast it starts and responds to the mouse. VS 2010 is slower, but still fairly responsive. I was recently told I was crazy. Now that may be true in general, but the question is whether I'm just seeing things with VS 2013. So, what's everyone's observations? (I know more than one place that has refused to switch to 2013 for various reasons, including performance. I switched only because of Qt support.) EDIT: Some time ago, I installed the Azure SDK for a project that ended up never happening. I just uninstalled all the Azure components and the start and response times have noticeably improved!
For me every new version of VS has been faster than the old one. But that's because I install it on a new computer. :) I have once and once only done an upgrade, and I will never do that again. Always clean installs for me.
Wrong is evil and must be defeated. - Jeff Ello Any organization is like a tree full of monkeys. The monkeys on top look down and see a tree full of smiling faces. The monkeys on the bottom look up and see nothing but assholes.
-
For me, the launch speed and responsiveness of Visual Studio has declined over the years. I find VS 2013 to the worse of the bunch. I get a lot of disk thrash and the menus seem to have a small delay in popping up. When I have to use VS 2008 for a project, I'm blow away with how fast it starts and responds to the mouse. VS 2010 is slower, but still fairly responsive. I was recently told I was crazy. Now that may be true in general, but the question is whether I'm just seeing things with VS 2013. So, what's everyone's observations? (I know more than one place that has refused to switch to 2013 for various reasons, including performance. I switched only because of Qt support.) EDIT: Some time ago, I installed the Azure SDK for a project that ended up never happening. I just uninstalled all the Azure components and the start and response times have noticeably improved!
Joe Woodbury wrote:
(I know more than one place that has refused to switch to 2013 for various reasons, including performance. I switched only because of Qt support.)
If I'm not mistaken, VS 2010 already supports Qt (if support == Qt plugin).
The console is a black place
-
Joe Woodbury wrote:
(I know more than one place that has refused to switch to 2013 for various reasons, including performance. I switched only because of Qt support.)
If I'm not mistaken, VS 2010 already supports Qt (if support == Qt plugin).
The console is a black place
It does, but 2013 let me get the correct pre-built DLLs without the hassle.
-
For me every new version of VS has been faster than the old one. But that's because I install it on a new computer. :) I have once and once only done an upgrade, and I will never do that again. Always clean installs for me.
Wrong is evil and must be defeated. - Jeff Ello Any organization is like a tree full of monkeys. The monkeys on top look down and see a tree full of smiling faces. The monkeys on the bottom look up and see nothing but assholes.
Out of curiosity, if you are using 2013, do you have the Azure SDK(s) installed? (I installed them for a project that never happened and now I wonder if they may be causing some of the thrashing, particularly the storage emulator.)
-
Out of curiosity, if you are using 2013, do you have the Azure SDK(s) installed? (I installed them for a project that never happened and now I wonder if they may be causing some of the thrashing, particularly the storage emulator.)
2013 yes, but no azure. Only issue is that it's hanging the processes on the local IIS. Haven't found the reason for that yet.
Wrong is evil and must be defeated. - Jeff Ello Any organization is like a tree full of monkeys. The monkeys on top look down and see a tree full of smiling faces. The monkeys on the bottom look up and see nothing but assholes.
-
Out of curiosity, if you are using 2013, do you have the Azure SDK(s) installed? (I installed them for a project that never happened and now I wonder if they may be causing some of the thrashing, particularly the storage emulator.)
Joe Woodbury wrote:
using 2013, do you have the Azure SDK(s) installed?
Joe, I do (VS2013 Ultimate on multiple set-ups) and have no issues. However all set-ups are pretty "high end" (ssd's, large RAM, high end processor, etc...) I don't get any noticeable change in experience from, say VS 2012.
I don't speak Idiot - please talk slowly and clearly "I have sexdaily. I mean dyslexia. Fcuk!" Driven to the arms of Heineken by the wife
-
I'm not a Vegas-style gambler, nor do I run any copies of VS 2013 on a 64-bit OS, but I'd wager that if you ARE running it on a 64-bit box, checking for the presence of an "*32" entrained to the devenv.exe in Task Manager, has something to do with the speed ... Do not reply to this post. Please.
I'm all for this game! Pete, where's Nagy and Griff?
Life is like a s**t sandwich; the more bread you have, the less s**t you eat.
-
For me, the launch speed and responsiveness of Visual Studio has declined over the years. I find VS 2013 to the worse of the bunch. I get a lot of disk thrash and the menus seem to have a small delay in popping up. When I have to use VS 2008 for a project, I'm blow away with how fast it starts and responds to the mouse. VS 2010 is slower, but still fairly responsive. I was recently told I was crazy. Now that may be true in general, but the question is whether I'm just seeing things with VS 2013. So, what's everyone's observations? (I know more than one place that has refused to switch to 2013 for various reasons, including performance. I switched only because of Qt support.) EDIT: Some time ago, I installed the Azure SDK for a project that ended up never happening. I just uninstalled all the Azure components and the start and response times have noticeably improved!
A lot depends on what sub-windows you have open, because if each one is updating itself every time you move the mouse, it'll eat a lot of processing time/threads.
I wanna be a eunuchs developer! Pass me a bread knife!