• 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

    • Camtasia 2026.1.3 by Razvan Serea TechSmith Camtasia is the complete professional solution for high-quality screen recording, video editing and sharing. Camtasia 2026 makes editing your videos easier, and faster than ever. The new editor is packed with enhanced video processing, all-new production technology, an innovative library, and stock videos and other creative assets to help you create more polished, professional videos. No video experience needed. Anyone can create informative, engaging videos. Create professional, eye-catching videos: Add special video effects - Apply Behaviors that are perfectly designed to animate your text, images, or icons. Get a crisp, polished look without being a professional video editor. Drag-and-drop your edits - What you see is what you get. Every effect and element in your video can be dropped and edited directly in the preview window. And you can edit at resolutions up to beautiful 4K, for clear video at any size. Get exceptional performance - Camtasia takes full advantage of your computer’s processor with 64-bit performance. You’ll get fast rendering times and enhanced stability—even on your most complex projects. Camtasia 2026.1.3 changelog: Feature Updates Improved keyboard navigability in tool panels. Improved screen reader accessibility of headings in Preferences. Tool panels can now be resized using a keyboard-navigable control. Updated color of folder icon in User Library tab for better visibility. Grouped media now render a composite waveform considering all audio media within that group. Added Long Path Aware to the manifest of Editor and Recorder. Performance Improvements Improved performance for editing groups on the timeline. Improved the project loading performance when timeline has lots of trec media with cursor data. Updates for IT Administrators Updated cpp-httplib from 0.38.0 to 0.43.3. Updated expat from 2.7.4 to 2.8.0. Updated freetype from 2.13.3 to 2.14.3. Updated harfbuzz from 13.0.1 to 14.2.0. Updated libpng16 from 1.6.55 to 1.6.58. Updated pango from 1.57.0 to 1.57.1. Updated girepository from 2.86.3 to 2.88.0. Updated pcre2-posix from 10.47.0 to 12.0.2. Added new harfbuzz-gpu.dll. Updated FFmpeg from 7.1.1 to 7.1.2. Updated aom from 3.11.0 to 3.13.1. Updated dav1d from 1.5.0 to 1.5.1. Updated ogg from 1.3.5 to 1.3.6. Updated SDL2 from 2.32.4 to 2.32.10. Updated zlib from 1.3.1 to 1.3.2. Updated Nalpeiron binaries to version 4.4.69.3. Bug Fixes Fixed an issue which prevented some user submitted crash reports from being sent. Fixed a potential memory leak when decoding HEVC or VP9 video. Fixed a potential crash when trying to delete a range selection on a magnetic track. Fixed a bug with the Properties Panel showing stale properties when only a caption is selected on the timeline. Fixed an issue that could prevent the Opacity and Blur properties from being changed in the Background Removal effect. Fixed an issue where larger Camtasia online projects may fail to open in Camtasia Editor. Table of contents thumbnails are no longer created for Smart Player exports with no table of contents. Fix resetting skew revert to revert just skew and not scale as well. Fixed editing in Snagit with snagX file with Unicode characters. Fixed a bug where grouped visual media could be cropped in some cases. Fixed importing SnagX files with Unicode characters. Localization fixes. Download: Camtasia 2026.1.3 | 309.0 MB (Shareware) View: Camtasia Homepage | Tutorials | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • yeah it seems to be Edge only. The dialog buttons work as expected in Chrome and Firefox. The phone is using Android 16 (OneUI 8.5) and Edge version  149.0.4022.53
    • I'm not aware of this issue, but to help the other guys.  What version of Android are you using? Did you try a different browser? To see if Edge is the issue here.
    • I agree when are you going to read this (really poor BTW) article? Here is a better article so you actually know what is going on and answers questions you had in other comments --> https://arstechnica.com/gadgets/2026/05/speed-boosting-low-latency-profile-is-one-of-the-improvements-coming-to-windows-11/ It is unclear if one will be able to disable the new profile at this point but I am not seeing any reason why one would.
  • Recent Achievements

    • 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
    • One Year In
      slackerzz earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      PsYcHoKiLLa
      188
    3. 3
      +Edouard
      156
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!