vote up 2 vote down star
2

I'm using visual studio 2008 and resharper 4 and it's kind of slow, my machine has 2gb of ram, dual core processor and a 7200 rpm hard disk. I know more ram and a faster hard disk could improve performance, but do you have any tips to improve resharper/visual studio performance?

flag

4 Answers

vote up 2 vote down check

Turn off the annoying RSS reader

  • Tools, Options, Environment, Startup

Turn off all the animations

  • Tools, Options, Environment, Animate Environment Tools

Install the recent Service Pack

Clean out your WebCache

  • AppData\Local\Microsoft\WebSiteCache
link|flag
This may sound stupid, but where do I find the AppData\...? – Daniel Daranas Oct 20 at 14:00
vote up 0 vote down

I'm having the exact same issue, and from the JetBrains site, it looks like they sort-of know about it but aren't admitting anything. Turning off solution-wide analysis does seem to help quite a bit.

link|flag
vote up 2 vote down

Visual Studio optimisations: http://beta.stackoverflow.com/questions/8440/visual-studio-optimizations#8453

link|flag
vote up 0 vote down

Having too many projects within your solution also appears to be a factor when it comes to performance. I have no real evidence of this but from my experience, less projects equates to better performance.

If consolidating projects is not an option then create an alternate solution file so you can add only the existing projects that are relevant to the work you are doing.

link|flag

Your Answer

Get an OpenID
or

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