• 0

VS2010 Load Time


Question

Hi there,

I was wondering what people's load times of VS 2010 is. I'm trying to establish if my PC needs upgrading and that VS 2010 could be faster if that was the case.

My PC is Aspire 7540g, AMD Athlon II X2 M300, Mobility Radeon HD4570, 4GB, 7200 RPM drive, W7-64Bit, VS2010SP1.

My WEI is processor 4.9, Memory 7.0, Graphics 4.9, Gaming Graphics 6.3, Hard Disk 5.9

Initial load of VS 2010 is 25-30 seconds, subsequent loading times around 20 seconds.

Thanks,

Simon.

Link to comment
https://www.neowin.net/forum/topic/1004220-vs2010-load-time/
Share on other sites

19 answers to this question

Recommended Posts

  • 0

A lot of it can depend on your addons too. An out-of-the-box install can load rather quickly, a few seconds on my machine if I recall. Once I load it up with various addons, it can take a fair bit longer. CodeRush/ReSharper/etc tend to be the biggest offenders there.. absurdly handy but also takes a fair bit extra in time and resources to run. As much as I love the 2010 IDE, it can be fairly piggish.. pretty quick once it's up and running (if you got the memory for it), not so much when it first starts up.

Depending on your needs of course you don't have to use the IDE. Occasionally I'll just work with another editor for quick changes, large builds I tend to do from a console versus the IDE, etc etc. Shoot I've even used VIM on occasion for giggles when I'm in a retro mood.

  • 0
VS 2010 is slow. I have already seen so many guys who have switched back to VS 2008 because of sluggishness of VS 2010. Even on my Core i7 it takes more than 5 seconds to load. SP1 didn't fix the problem either (Nothing new, the same thing happened with Vista too)

Just my own observations, but VS2010 is slow to load on a cold start, subsequent loads typically take a couple seconds tops. Once it's up and running I personally found it to be significantly quicker than 2008, never mind missing the platform and IDE features that aren't available in 2008.

  • 0

turn the splash off, MS put a programmed delay in it on the first load to make it show, after that it doesn't not sure how they pulled that off but they somehow did... add the argument /nosplash to devenv.exe for the VS link you will cut a few seconds off the initial load time

  • 0

VS 2010 is slow. I have already seen so many guys who have switched back to VS 2008 because of sluggishness of VS 2010. Even on my Core i7 it takes more than 5 seconds to load. SP1 didn't fix the problem either (Nothing new, the same thing happened with Vista too)

oh please, every freaking VS release I hear this same comment...... VS 2002 is slow I went back to VS6..... VS 2005 is slow I went back to 2002, VS 2008 is slow I went back to VS2005...... now once a freaking gain..... VS2010 is slow,THEY ARE ALL SLOW! The IDE environment is MASSIVE no mater what with the flexability of the IDE it will be slow somewhere at somepoint, its a generic shell written to support ANY programming language if someone makes a add-in and templates for it...

If you want to see slow, our main solution has 120 projects in it (about 3 million lines of code).... it takes 5 MINUTES! to load but after that it's fine... biggest slow down is the setup projects, which for some reason are slow loading by nature... and source control get auto status update adds to it also

  • Like 1
  • 0

A lot of it can depend on your addons too. An out-of-the-box install can load rather quickly, a few seconds on my machine if I recall. Once I load it up with various addons, it can take a fair bit longer. CodeRush/ReSharper/etc tend to be the biggest offenders there.. absurdly handy but also takes a fair bit extra in time and resources to run. As much as I love the 2010 IDE, it can be fairly piggish.. pretty quick once it's up and running (if you got the memory for it), not so much when it first starts up.

Depending on your needs of course you don't have to use the IDE. Occasionally I'll just work with another editor for quick changes, large builds I tend to do from a console versus the IDE, etc etc. Shoot I've even used VIM on occasion for giggles when I'm in a retro mood.

have you ever opened a web.config file directly in VS2010 or VS2008 just to do a quick edit? external to the solution you are in, just like right click web.config open in VS?... we always have this odd delay, it takes about 1 minute to open the file like it has to think about what to do, after that opens fine and saves fine.... every one of our dev machines repos this... always been an odd behavior, and MS always closes our bugs on it as "by design"

  • 0
have you ever opened a web.config file directly in VS2010 or VS2008 just to do a quick edit? external to the solution you are in, just like right click web.config open in VS?... we always have this odd delay, it takes about 1 minute to open the file like it has to think about what to do, after that opens fine and saves fine.... every one of our dev machines repos this... always been an odd behavior, and MS always closes our bugs on it as "by design"

Mmm I don't use much ASP.NET (more often than not I typically go the PHP route for web based stuff via VS.PHP, most of the servers I work with are running BSD and I'm not thrilled with Mono in its current state), most of the time I have VS loaded it's for PHP, a desktop application or a system service, some managed, some not. As a guess it's probably reparsing and validating dependencies, etc etc once it sees the file was changed, but I'm the wrong person to ask for troubleshooting ASP.NET.. I don't recall a delay though.

Make sure you've updated to service pack 1. VS2010 loads almost instantly for me whether it's the first start of the day or 10th.

In my case it's probably my addons.. I have a bunch, and I know CodeRush/Refactor Pro is one of my biggest offenders. I can live with the delay though.. I love those addons to death. If I have it disabled though yea mine's near instant to start. That's on a current OS mind you; on a test VM running ye olde XP it's significantly longer thanks to a lack of SuperFetch.

  • 0

System: Dell Studio 17 laptop (purchased January 2009)

CPU: Intel Core 2 Duo at 2.53Ghz (T9400)

RAM: 2x2GB Samsung DDR2 PC2-6400

HDD: 2x Western Digital 320GB 7200RPM SATA2 (model: WD3200BJKT) - no RAID configuration just two independent drives running in AHCI mode. All applications are installed on the same drive as the operating system and pagefile.

Graphics: 256MB ATI Mobility Radeon HD 3650 (dedicated)

OS: Windows 7 Ultimate x64 SP1

WEI: 5.3

VS 2010 Ultimate Cold Start: 7 seconds

VS 2010 Ultimate Warm Start: 3 seconds

VS 2008 Pro Cold Start: 2 seconds

VS 2008 Pro Warm Start: <1 second

Word 2010 Professional Plus Cold Start: 2 seconds

Word 2010 Professional Plus Warm Start: <1 second

VS 2010 is slower as the IDE is now WPF based. Disabling fancy effects but keeping hardware acceleration improves VS 2010 UI responsiveness and "snappiness" quite a bit.

  • 0

On a Q9450 processor with a single 7200RPM HDD, Visual Studio 2010:

No plugins - intial load = 8 seconds, subsequent loads = 3 seconds.

Resharper installed - initial = 18 seconds, subsequent = 9 seconds.

The VMWare Virtual Debugger Visual Studio 2010 plugin really kills it for me, that buggy plugin takes my Visual Studio 2010 start-up times to 60-80 seconds.

have you ever opened a web.config file directly in VS2010 or VS2008 just to do a quick edit? external to the solution you are in, just like right click web.config open in VS?... we always have this odd delay, it takes about 1 minute to open the file like it has to think about what to do, after that opens fine and saves fine.... every one of our dev machines repos this... always been an odd behavior, and MS always closes our bugs on it as "by design"

I do that quite often, never had any delays.

  • 0

For me on core i7 box running Windows 7 over a 1Gb network connection VS2010 takes about 20 seconds to start, after which it's fairly quick.

And before seeing this topic I never really paid much attention to how long it took, before now it definitely didn't seem like anything near 20 seconds.

  • 0

Me thinks, given the edit you just made, that you don't understand cold/warm boots.

I'm running an i7 930 @ 4ghz with 12GB of RAM and a Vertex 4.

The difference is likely to do with specific addons and what modules you have installed/enabled.

The "Start Page" web control really smashes load times.

  • 0

Me thinks, given the edit you just made, that you don't understand cold/warm boots.

I'm running an i7 930 @ 4ghz with 12GB of RAM and a Vertex 4.

The difference is likely to do with specific addons and what modules you have installed/enabled.

The "Start Page" web control really smashes load times.

if your referencing me , they are warm boots

also realized this is a bumped thread from 2011.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Lol I had one of these turn faulty in Jan, guess it wasn't just bad luck lol
    • I'm team Rossmann all the way. I have the exact same NVME, altough not in an array like him.
    • It had gone weeks ago. Although thinking about it I'm on the beta.
    • They thought value of their goods would forever only drop like it used to and didn't account for sudden increase in price because of all the Ai hype. Tough luck Samsung, don't try to weasel this one out. Also American customer protection laws are a**. In Europe, you need to be compensated for a functioning product of same or better characteristics (not same price point as when it was originally bought!) if it can't be repaired and when you receive a replacement product your warranty starts from scratch because you received a different item than you previously had and old warranty thus cannot apply to it anymore. If your actual item was successfully repaired, warranty gets extended for the period the item was in service. If item is repaired to a significant extent, warranty also starts over from scratch because major part of it was replaced. Americans need to fight to get this kind of consumer protections because they are constantly getting screwed over.
    • Microsoft releases new Windows 11 Media Creation Tool with the latest updates by Taras Buria Patch Tuesday updates arrive every month, bringing users new features and security updates. To make sure customers have access to the most recent images, Microsoft also releases updates to the Media Creation Tool app, its official utility for Windows 11 installation. Today, the company pushed new ISOs to Media Creation Tool, allowing you to create images with the June 2026 Patch Tuesday updates. With the latest update, the Media Creation Tool now downloads KB5094126. It is Windows 11 version 25H2, build 26200.8655, which is also available via Windows Update. Note that the app itself remains on the previous version, which you can check in Properties > Details. The only change is that it now downloads a more recent Windows 11 build, so the only way to check is to download an ISO. The June 2026 Patch Tuesday update is a special release for Windows 11, as it brings a new performance profile to make the operating system more responsive and snappier when rendering various user interface surfaces, including the Start menu, quick settings, and more. It does so by spiking processor speeds for a brief moment, resulting in higher loads for a second or two. The so-called “Low latency profile” is rolling out gradually, but you can force-enable it with the ViVeTool app. Other changes include webcam improvements, Task Manager updates, shared audio support, and more. You can download the Media Creation Tool app from the official Microsoft website using this link. Besides MCT, Microsoft lets you download Windows 11 ISO as a file directly from the official Windows 11 website. However, you will need a third-party app to write it to your USB drive. Check out this guide if you want to know how to do that.
  • Recent Achievements

    • Week One Done
      davidbazooked earned a badge
      Week One Done
    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      184
    3. 3
      +Edouard
      159
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!