• 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

    • Agreed. And this is a great discount offer! It's a shame that there's no discount offer option for people who would be fine subscribing for a year-long term, but pay monthly.
    • A Warhammer 40K racing game and a chess roguelike are free to claim on the Epic Games Store by Pulasthi Ariyasinghe The Epic Games Store has returned to its standard giveaway procedures after weeks of mystery freebies. The latest drop is replacing last week's Rogue Waters and Songs of Conquest games and has brought in a double giveaway offering Warhammer 40K Speed Freeks and The Ouroboros King. As always, the game is yours to add permanently to your Epic Games Store library within the next seven days. From the duo, Warhammer 40K Speed Freeks lands from developer Caged Element, and it's a racing game that was only released last year. The title has you piloting Ork buggies, tanks, and aircraft modeled after the popular tabletop miniatures. The focus is on multiplayer mayhem, offering multiple game modes that have you fighting other players as everyone tries to survive and get across finish lines or destroy mechs. Crossplay support between PC and consoles has now arrived as part of a free update, too, giving a boost to matchmaking times for this multiplayer-focused title. If racing carnage isn't your thing, then The Ouroboros King offers tactics. The indie title is a mashup of chess and standard roguelike experience, letting players create their own armies to defeat an enemy faction, all on the familiar checkered board. There is a procedurally generated map, pieces with special abilities, relics that bend the game's rules to make overpowered builds, and more. The newly available Warhammer 40K Speed Freeks and The Ouroboros King giveaways on the Epic Games Store are set to run until June 11, giving PC gamers seven days to claim the latest offer. Once this closes out, a new freebie will take its place on the same day. Don't forget that mobile gamers can check out the Epic Game Store's weekly giveaways on Android and iOS to grab a freebie there as well.
    • Geforce Now is great! Playing with a 4080/5080 without spending over $1k Just for the Gpu..plus other componentes. Finished resident evil 9 (running rtx 5080) on a mac mini m2. The mini is the size of just the gpu. No more bulky Pc towers on my desk
    • The most consequential argument in technology right now is not about which model is smartest or which chip is fastest. It is about whether the entire enterprise is a generational revolution or the largest financial bubble ever inflated — and the unsettling answer, increasingly, is that it may be both at once.,,,, https://www.techtimes.com/articles/318138/20260610/ai-revolution-ai-bubble-trillion-dollar-question-splitting-wall-street-silicon-valley.htm This is a very good read.  For what it is worth, I agree with the answer to the question. Bonus: Buffalo Springfield - For What It's Worth 1967 https://noai.duckduckgo.com/?ia=videos&origin=funnel_home_website&q=what it is worth song&atb=v537-7&iax=videos&iai=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dgp5JCrSXkJY One of my 60s favorites
    • LibreWolf 151.0.4-1 by Razvan Serea LibreWolf is an independent “fork” of Firefox, with the primary goals of privacy security and user freedom. It is the community run successor to LibreFox. LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. LibreWolf features: Latest Firefox — LibreWolf is compiled directly from the latest build of Firefox Stable. You will have the the latest features, and security updates. Independent Build — LibreWolf uses a build independent of Firefox and has its own settings, profile folder and installation path. As a result, it can be installed alongside Firefox or any other browser. No phoning home — Embedded server links and other calling home functions are removed. In other words, minimal background connections by default. User settings updates Extensions firewall: limit internet access for extensions. Multi-platform (Windows/Linux/Mac/and soon Android) Community-Driven Dark theme (classic and advanced) LibreWolf privacy features: Delete cookies and website data on close. Include only privacy respecting search engines like DuckDuckGo and Searx. Include uBlockOrigin with custom default filter lists, and Tracking Protection in strict mode, to block trackers and ads. Strip tracking elements from URLs, both natively and through uBO. Enable dFPI, also known as Total Cookie Protection. Enable RFP which is part of the Tor Uplift project. RFP is considered the best in class anti-fingerprinting solution, and its goal is to make users look the same and cover as many metrics as possible, in an effort to block fingerprinting techniques. Always display user language as en-US to websites, in order to protect the language used in the browser and in the OS. Disable WebGL, as it is a strong fingerprinting vector. Prevent access to the location services of the OS, and use Mozilla's location API instead of Google's API. Limit ICE candidates generation to a single interface when sharing video or audio during a videoconference. Force DNS and WebRTC inside the proxy, when one is being used. Trim cross-origin referrers, so that they don't include the full URI. Disable link prefetching and speculative connections. Disable disk cache and clear temporary files on close. Disable form autofill. Disable search and form history...and more. LibreWolf 151.0.4-1 changelog: Upstream release, see the Firefox 151.0.4 Release Notes Notable changes: DRM now uses a per-site permission, instead of allowing all requested sites access, when DRM is enabled. Download: LibreWolf 64-bit | Portable 64-bit | ~100.0 MB (Open Source) Download: ARM64 | Portable ARM64 Links: LibreWolf Home Page | Addons | Screenshot | Reddit Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      494
    2. 2
      PsYcHoKiLLa
      198
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!