• 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

    • State of Decay 2, Blasphemous 2, and more join Xbox Free Play Days by Pulasthi Ariyasinghe The latest Free Play Days offer has just kicked off, giving Xbox players the chance to try out a new selection of games over the weekend. The offerings this time aren't as massive as last weekend, but there are still major releases for Xbox players to jump into. This includes Undead Labs' post-apocalyptic title State of Decay 2, as well as two Team17-published titles. Two of the games being offered this time are available to all Xbox players without needing any kind of Game Pass subscription. In the fully free-to-play section, you can jump into State of Decay 2. The title is both an action survival title and a community builder, letting players choose a map, set up their base, and try to keep the growing zombie threat at bay. Cooperative play is available too. Don't forget that the studio is preparing a third entry for 2027. Next, Blasphemous 2 drops in for Metroidvania and Soulslike fans, where The Penitent One returns for another adventure. The title has tough combat with multiple weapon options, deadly traps to avoid, and platforming sequences requiring a lot of patience and timing. Keep in mind though that the offer does have a 5-hour time limit attached to it. Lastly, Xbox Game Pass Ultimate, Premium, and Essential members can now try out the WWII-set first-person shooter Hell Let Loose. The multiplayer game offers 50 vs 50 combat in massive maps, with infantry, tank, and artillery options available for players. Here are the announced games and the platforms they are available to play on: Hell Let Loose (Xbox Series X|S, PC) State of Decay 2: Juggernaut Edition (Xbox Series X|S, PC) Blasphemous 2 (Xbox Series X|S, Xbox One) To easily find the titles on Xbox consoles, first head to the Store, and then in the sidebar, find the Home section. In there, open the Subscriptions tab. The Free Play Days collection will show up in this area. This week's Free Play Days promotions will end on Sunday, June 11, at 11:59 pm PT.
    • Can we not have paperless office, like we was promised in the 80's
    • I actually laughed out loud in real life at the heading on this—whatever Microsoft is drinking, I want some of it.
    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
  • 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
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!