vote up 2 vote down star
2

Is anybody experiencing extreme slowness when using Visual Studio 2008? I have a fairly beefy machine so I don't think hardware is the issue, and I didn't have these issues with 2005. Basically everything that I do is slow, from opening a new project, to opening code, to saving files. All of my Windows Updates are up, I have VS2008 SP1 installed, and I even tried disabling the virus protection.

flag

Why would you disable virus protection? o.O It could be a virus slowing things down.. Can you post your computers spec? I don't believe 'beefy' is much of a description. 64k was beefy once. – jim May 3 at 21:00
Do you you have any addins installed? – Gulzar May 3 at 21:03
You can get a lot of tips by Googling "speed up visual studio 2008" – DOK May 3 at 21:15
@Lou: I add some issues some time ago with virus protections like that: every time my program was reading a directory , it was involving the virus protection program (which scan every file in the directory before I access them .. !!) thus slowing down my own program ... Disabling the virus protection make my program much more reactive. – yves Baumes May 3 at 22:23
@Lou: I disabled virus protection to see if that was causing the slowness. I have a Core 2 Quad @2.4 GHz, 2 gigs of ram. – Mike C. May 4 at 13:22
show 2 more comments

6 Answers

vote up 0 vote down check

This seemed to fix my immediate issue (copied and pasted from the link provided by Gulzar):

As an update, I found an even better fix so you dont' have to lose any functionality in VS 2008. This also drastically improved performance (response time) for me in SQL server management Studio.

In Internet Explorer 7...

Tools->Internet Options->Advanced->Security Node->Uncheck 'Check for publisher's certificate revocation*'

Once I did this, like magic, VS 2008 works great even with 'Enable the Visual Studio hosting process' checked and SQL Server Management Studio's response time was almost immediate.

It is a good day!

My theory is the corporate network I am in is blocking certain ports (out of my control), and thus certain 'behind the scenes' requests are timing out, causing the delays.

  • Robbie
link|flag
vote up 0 vote down

Empty your recycle bin. Turn off 'wrap text' in the output window.

link|flag
May I ask what emptying the recycle bin would accomplish? – Mike C. May 4 at 13:34
vote up 1 vote down

Disk speed can cause this problem and also add-ins like resharper

link|flag
Resharper is a massive performance drain - even with the new release. – Fortyrunner May 3 at 23:15
Yup but it really helps :d – Yassir May 4 at 11:51
I don't have resharper or any other addins. – Mike C. May 4 at 13:23
is you c drive full ? – Yassir May 4 at 20:52
vote up 0 vote down

Not everyone has the problem you're seeing. Try to disable add-ins, as has been suggested, then also monitor your computer to get an idea of what's going on. Is there extra disk I/O? A lot of page faults? What?

link|flag
I have no add-ins. Where can I monitor the disk I/O and page faults? – Mike C. May 4 at 13:23
On Windows XP and below, use Administrative Tools->Performance. On Vista and above, I suggest starting with Task Manager, then clicking the Resource Monitor button. – John Saunders May 4 at 19:43
vote up 2 vote down

Try loading Visual Studio in safe mode to load the default environment with /safemode switch.

You might also want to try some of the answers here:

Visual Studio 2008 PAINFULLY SLOW!!

link|flag
vote up 1 vote down

Yes it is slow.

I have a very fast Intel E8500 machine (2x3.16ghz) with 4gigs of RAM and Visual Studio 2008 IS SLOW.

Opening a dialog is slow, creating a new project is slow, you have to wait a few seconds after the dialogs.

NOT everytime though, because once you load these dialogs in memory, they are faster the second time.

But it's still too slow, much too slow.

link|flag
Did you experience the same slowness with 2005? – Mike C. May 4 at 13:22
Yes. But 2008 is slightly faster. On my laptop I made it go faster because I have only C++. Don't install what you won't use, I noticed a speed improvement. – toto May 4 at 15:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.