Visual Studio Optimizations - Stack Overflow most recent 30 from stackoverflow.com2009-11-21T16:15:28Zhttp://stackoverflow.com/feeds/question/8440http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/8440/visual-studio-optimizations192Visual Studio Optimizationslomaxx2008-08-12T03:53:53Z2009-11-18T10:23:22Z
<p>Visual studio is a pretty awesome IDE, but sometimes you just wish it would go faster. I was wondering if people have any tips or tricks to help speed up visual studio in day to day use.</p>
<p>Things that I'm particularly interested in are speeding up build times and switching aspx files from source to design view seem to bring it to a grinding halt.</p>
<p>Having said that, I'd be keen to hear anything that anyone uses to make VS run that little bit faster.</p>
<p><hr /></p>
<p>Edit: Merged answers from related question, covering VS2008SP1. Please include any optimisations specific to the latest IDE.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8442#84424Answer by Christian Hagelid for Visual Studio OptimizationsChristian Hagelid2008-08-12T03:59:39Z2008-08-14T12:19:57Z<p>if you are using Visual Studio 2008 then I recommend downloading the newly released SP1. - <a href="http://msdn.microsoft.com/en-gb/vstudio/cc533448.aspx" rel="nofollow" title="Bristol University Language Engineering Course"><a href="http://msdn.microsoft.com/en-gb/vstudio/cc533448.aspx" rel="nofollow">http://msdn.microsoft.com/en-gb/vstudio/cc533448.aspx</a></a></p>
<p>Among other things it is meant to increase the speed of switching to design view - <a href="http://blogs.msdn.com/webdevtools/archive/2008/06/18/faster-switch-to-design-view-in-vs-2008-sp1-rtm.aspx" rel="nofollow"><a href="http://blogs.msdn.com/webdevtools/archive/2008/06/18/faster-switch-to-design-view-in-vs-2008-sp1-rtm.aspx" rel="nofollow">http://blogs.msdn.com/webdevtools/archive/2008/06/18/faster-switch-to-design-view-in-vs-2008-sp1-rtm.aspx</a></a></p>
<p>other updates: <a href="http://blogs.msdn.com/webdevtools/archive/2008/08/11/web-development-updates-in-visual-studio-2008-sp1.aspx" rel="nofollow"><a href="http://blogs.msdn.com/webdevtools/archive/2008/08/11/web-development-updates-in-visual-studio-2008-sp1.aspx" rel="nofollow">http://blogs.msdn.com/webdevtools/archive/2008/08/11/web-development-updates-in-visual-studio-2008-sp1.aspx</a></a></p>
<p><a href="http://www.sitecore.net" rel="nofollow">Sitecore</a> <strong>warning</strong>: <a href="http://alexeyrusakov.com/sitecoreblog/2008/08/14/Donrsquot+Install+NET+35+Service+Pack+1+On+Sitecore+Servers+Yet.aspx" rel="nofollow">Don’t Install .NET 3.5 Service Pack 1 on Sitecore Servers Yet</a></p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8453#8453204Answer by John for Visual Studio OptimizationsJohn2008-08-12T04:21:04Z2008-08-29T10:30:43Z<p>Here's my list. All of these can be accessed on <strong>Tools->Options</strong> menu:</p>
<ol>
<li>Disable F1. (<strong>Environment->Keyboard</strong>) This is probably the best advice that I found somewhere.</li>
<li>Disable "Animate environment tools" (<strong>Environment->General</strong>).</li>
<li>Disable Start Page (<strong>Environment->Startup</strong>).</li>
<li>Disable "Track Active Item in Solution Explorer" (<strong>Projects and Solutions</strong>).</li>
<li>Disable Navigation Bar (<strong>Text Editor->C#</strong>). I think this is available for every language.</li>
<li>Set "AutoToolboxPopulate" to false (<strong>Windows Forms Designer</strong>). </li>
<li>You can set the Code view as the default view when viewing Windows Forms. Just right-click on the cs file and select "Open With...".</li>
<li>Open Visual Studio using the command line (devenv) rather than using the Start menu. I don't know why but I notice it loads faster.</li>
<li>Turn off Track Changes. (<strong>Text Editor->Track changes</strong>)</li>
</ol>
<p>Basically I just customized <a href="http://www.iunknown.com/2007/06/vibrant_ink_vis.html" rel="nofollow">John Lam's settings</a>. It's very minimal. </p>
<p><strong>Last Resort:</strong></p>
<ul>
<li>Reset all settings (<strong>Tools->Import and Export Settings->Reset All Settings</strong>)</li>
</ul>
<p><strong>Related articles:</strong></p>
<ul>
<li><a href="http://weblogs.asp.net/scottgu/archive/2006/09/22/Tip_2F00_Trick_3A00_-Optimizing-ASP.NET-2.0-Web-Project-Build-Performance-with-VS-2005.aspx" rel="nofollow">Optimizing ASP.NET 2.0 Web Project Build Performance with VS 2005</a></li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2007/11/01/tip-trick-hard-drive-speed-and-visual-studio-performance.aspx" rel="nofollow">Hard Drive Speed and Visual Studio Performance</a></li>
<li><a href="http://dotnettipoftheday.org/tips/speedup_visual_studio.aspx" rel="nofollow">Speed up Visual Studio 2005</a></li>
<li><a href="http://dotnettipoftheday.org/tips/optimize_launch_of_vs2005.aspx" rel="nofollow">Optimize the launch of the Visual Studio 2005</a></li>
</ul>
<p>@Orion Edwards:</p>
<p>I agree. Snippets are really a time saver. Actually there's a snippet editor that you can use and I'm using it for a while now. You can find it <a href="http://billmccarthy.com/Projects/Snippet_Editor/" rel="nofollow">here</a>.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8465#84656Answer by Orion Edwards for Visual Studio OptimizationsOrion Edwards2008-08-12T04:44:11Z2008-08-12T04:44:11Z<p>This is not related to performance of the IDE (buy more ram), but to the performance of YOU.</p>
<p>Learn about and use snippets, and the advanced text editor shortcuts.</p>
<p>Once you learn to use the snippets in e-texteditor and textmate, you'll never want to code without them, and VS 2005/8 can support snippets.</p>
<p>Unfortunately, the Microsoft Snippet syntax is verbose and crappy (XML!), and there's no inbuilt-editor, you have to roll the .snippet xml files yourself and import them, but it's still well worth doing.</p>
<p>For example I have a snippet <code>asnn</code> which expands to <code>Debug.Assert( [object] != null );</code></p>
<p>That alone has made it noticeably nicer to use</p>
<p>I also have <code>Ctrl+Shift+k</code> bound to <code>Edit.LineDelete</code> and <code>Shift+Enter</code> bound to <code>Edit.LineOpenBelow</code> - mimicking E/Textmate. Those are awesome.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8473#84732Answer by Ed Swangren for Visual Studio OptimizationsEd Swangren2008-08-12T05:01:03Z2008-08-12T05:24:30Z<p>If you are using Visual Studio 2008, you can compile using the /MP flag to build a single <em>project</em> in parallel. I have read that this is also an undocumented feature in Visual Studio 2005, but have never tried myself.</p>
<p>You can build multiple <em>projects</em> in parallel by using the /M<code><maxprojects></code> flag, but this is usually already set to the number of available cores on the machine.</p>
<p>EDIT: I'm sorry, this is only for VC++ I believe, I should have read more carefully.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8498#8498-3Answer by lomaxx for Visual Studio Optimizationslomaxx2008-08-12T05:27:17Z2008-08-12T05:27:17Z<p>@Christian: Thanks for the heads up on VS2008 SP1, installed it and it's already making a noticeable difference to switching between design and source view</p>
<p>@John: those are all great tips altho I find tracking the active item in solution explorer is something I can't do without</p>
<p>@Orion: Snippets are quality. I've been using them for a while. In the same vein, I'd recommend people commit Jeff's post on <a href="http://www.codinghorror.com/blog/files/Visual%20Studio%20.NET%202005%20Keyboard%20Shortcuts.htm" rel="nofollow">VS keyboard shortcuts</a> to heart.</p>
<p>@Ed: I think Scott Hanselman had a post on something similar a while back... might have to dig that post up actually now that I think about it.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8519#85196Answer by The How-To Geek for Visual Studio OptimizationsThe How-To Geek2008-08-12T05:53:41Z2008-08-12T05:53:41Z<p>I find that if you are using a solution with a ton of files, the detection for file changes slows things down, especially if you are editing files on a shared folder. This doesn't work as well if you use a command-line source control system, of course.</p>
<ul>
<li>Environment \ Documents \ "Detect when file is changed outside the environment"</li>
</ul>
<p>Note that the same setting exists in almost all editors, and makes a big difference when editing files on a share.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8539#85396Answer by Lars Mæhlum for Visual Studio OptimizationsLars Mæhlum2008-08-12T06:11:30Z2008-08-12T06:11:30Z<p>Increasing the speed of Visual Studio?<br />
Why not instead increase you efficiency with the tool instead?<br />
I use ReSharper at all times when programming in C#, and though it will slow down VS pretty bad, I still code way faster with it..</p>
<p>But I am very exited about the supposed performance gains in Vs 2008 Sp 1. 2008/2005 was an enormous performance boost, and I hope they can keep it up.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8542#8542-4Answer by lomaxx for Visual Studio Optimizationslomaxx2008-08-12T06:13:59Z2009-10-06T00:05:25Z<blockquote>
<p>Increasing the speed of Visual Studio?
Why not instead increase your
efficiency with the tool instead?</p>
</blockquote>
<p>I'm open to either. Or anything that helps me increase productivity is a bonus. ReSharper is definitely high quality, although I have a fair few of the default features turned off because of the slow down.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8552#85523Answer by Biri for Visual Studio OptimizationsBiri2008-08-12T06:25:40Z2008-08-12T06:25:40Z<p>I'm a big fan of snippets, they really speed up the work. And as you all know, programmers are lazy even to type. :-)</p>
<p>Here are two snippet editors for VB.NET: <a href="http://msdn.microsoft.com/en-us/vbasic/ms789085.aspx" rel="nofollow" title="for Visual Studio 2005">for VS 2005</a> and <a href="http://msdn.microsoft.com/en-us/vbasic/bb973770.aspx" rel="nofollow" title="for Visual Studio 2008">for VS2008</a></p>
<p>and here is a very nice collection of snippets: <a href="http://msdn.microsoft.com/en-us/vstudio/aa718338.aspx" rel="nofollow" title="for Visual Studio 2005">for VS 2005</a>.</p>
<p>Have fun</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8605#86053Answer by Greg Hewgill for Visual Studio OptimizationsGreg Hewgill2008-08-12T08:22:59Z2008-08-12T08:22:59Z<p>One of the best ways to speed up a computer doing almost anything is to install more memory. You pretty much can't go wrong with that.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/8736#87361Answer by lomaxx for Visual Studio Optimizationslomaxx2008-08-12T12:17:32Z2008-08-12T12:17:32Z<blockquote>
<p>One of the best ways to speed up a computer doing almost anything is to install more memory. You pretty much can't go wrong with that.</p>
</blockquote>
<p>I've got 4GB ram in my machine, however I read a post from ScottGu a while back that said he installed a solid state drive in his laptop and got a nice speed boost. I might have to dig that article up I think</p>
<p>edit: <a href="http://weblogs.asp.net/scottgu/archive/2007/11/01/tip-trick-hard-drive-speed-and-visual-studio-performance.aspx" rel="nofollow" title="http://www.scribd.com/doc/2547864/msnetformattingstrings">It's been dug up</a></p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/9324#93241Answer by lomaxx for Visual Studio Optimizationslomaxx2008-08-12T23:38:59Z2008-08-12T23:38:59Z<p>Another little performance boost I remembered this morning:</p>
<p>If you don't need XML Documentation, you can turn it off by right clicking in your project in solution explorer, selecting Properties -> Compile tab and uncheck the "Generate XML Documentation File" option </p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/30410#3041024Answer by Dan Mitchell for Visual Studio OptimizationsDan Mitchell2008-08-27T15:15:10Z2008-08-27T15:15:10Z<p>I use keyboard macros (control-shift-R) to get repetitive tasks done; you have to get the knack of it at first, but once you do, you can do a lot of stuff pretty quickly. For instance, you have:</p>
<pre><code>DoStuff(1,2,"foo");
DoStuff(3,4,"bar");
DoStuff(123,123421,"baz");
</code></pre>
<p>... and so on for many lines, and you want to insert 'true' between the first and second arguments.</p>
<p>Put cursor at the start of the first line, then:</p>
<pre><code>control-shift-R [start recording]
control-F [open 'find' dialog]
, enter esc [go to the next comma, close the find dialog]
type 'true,' [new text]
down, home [go to the start of the next line, so you're where you started]
control-shift-R [stop recording]
</code></pre>
<p>now you can just hit control-shift-P many times and it'll do that set of steps over and over again.</p>
<p>That's a simple example; you can do a lot of refactoring-like stuff pretty quickly this way, but it's also handy for wrangling big chunks of text for manual batch operations or whatever.</p>
<p>I'm sure if I learned how to do regexp search/replace, I could do the same sorts of things that way, but I got into this habit from using Brief a long while ago and I've stuck with thinking about "doing tasks the way I do them by hand", rather than turning them into regexps.</p>
<p>(presumably refactoring tools could do that particular operation, but I'm in C++ and none of them work very well there)</p>
<p>Other things: </p>
<ul>
<li>CommentReflower is a great add-in if you tend to write big chunks of comment; the original's <a href="http://commentreflower.sourceforge.net/" rel="nofollow">here</a>, and there's a VS2008 port <a href="http://www.kynosarges.de/CommentReflower.html" rel="nofollow">here</a>.</li>
<li>control-K control-F -> automatically re-indent code, useful when things have got messy.</li>
<li>If you need to make the same change to a bunch of project settings, don't forget you can do find-and-replace-in-files on .vsproj files.</li>
</ul>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/31444#314440Answer by lomaxx for Visual Studio Optimizationslomaxx2008-08-28T00:50:13Z2008-08-28T00:50:13Z<p>@Dan Mitchell: that reminds me of another great keyboard shortcut:</p>
<p>Ctrl+R, E will encapsulate a field (you have to have your cursor on the field). It's somewhat redundant in VS2008 where you can have automatic properties, but it's excellent for VS2005</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/31524#315244Answer by Jared Updike for Visual Studio OptimizationsJared Updike2008-08-28T02:12:57Z2008-08-28T20:49:32Z<p>To avoid large delays when you run a large WinForms program in the debugger, close all Visual Forms Designer tabs, quit Visual Studio, then run VS again and load your project. Loading the Designer at all (even if you close it again) can cause these weird large delays when your program runs in the debugger.</p>
<p>Has anyone else experienced this?</p>
<p><b>How I found this out:</b> I have a rather large C# WinForms solution with dozens of projects that used to take forever to run when I hit F5---even if I made only small changes and recompiled. Initially I thought it was due to the size of the solution, but later noticed that the compilation was finishing quickly, but there was a still delay before the main form would load. Later I found the same strange delay on another, new, smaller project and realized what I had in common: the Designer. Now I do all my design work in batches, and then close any Designer windows, quit VS, re-launch VS, and go back to coding.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/31571#315712Answer by Matt Dillard for Visual Studio OptimizationsMatt Dillard2008-08-28T02:54:25Z2008-08-28T02:54:25Z<p>If you are working with a team of developers, check out Incredibuild by <a href="http://www.xoreax.com/main.htm" rel="nofollow">Xoreax</a> (or as we used to refer to them, "Planet Xoreax"). It very seamlessly sets up distributed compilation in Visual Studio. I used this at a past place of employment and it cut our build times from 40 minutes down to around 7 minutes.</p>
<p>Getting Incredibuild set up truly changed the way I went about my work - I was actually able to get a streamlined code-compile-test cycle going.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/45110#451103Answer by Michael Prewecki for Visual Studio OptimizationsMichael Prewecki2008-09-05T02:09:45Z2008-09-05T02:09:45Z<p>Using tokens in Tools | Options | Environment -> Task List will slow things considerably when you have lots of instances of a token and a large number of files.</p>
<p>Also with a large number of VB.NET projects background compilation can be a dog so there was a hotfix for VS2005 that increased performance.</p>
<p><a href="http://support.microsoft.com/kb/920805/en-us" rel="nofollow">http://support.microsoft.com/kb/920805/en-us</a></p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/47724#477244Answer by Owen for Visual Studio OptimizationsOwen2008-09-06T18:43:00Z2008-09-06T18:43:00Z<p>One thing that can speed things up significantly is turning off IntelliSense. Of course that will probably slow <em>you</em> down. But at my office we use VisualAssist, which albeit isn't free, but is better in a number of ways.</p>
<p>In any case, IntelliSense can't be disabled with a dialog box checkbox (as far as I know) but the process is pretty straightforward:</p>
<ol>
<li>Close VS.</li>
<li>Remove the .ncb file next to the .sln file for any solution you work with.</li>
<li>Delete or rename the file <code>C:\Program Files\Microsoft Visual Studio 9.0\VC\vcpackages\feacp.dll</code>. (The <code>9.0</code> part of the path will be different for versions other than VS2008.)</li>
<li>(optional) Install some IntelliSense alternative like VisualAssist, or prepare to do a lot more typing.</li>
</ol>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/47736#477361Answer by Owen for Visual Studio OptimizationsOwen2008-09-06T18:56:09Z2008-09-06T19:01:58Z<p>@<a href="http://beta.stackoverflow.com/questions/8440/#8498" rel="nofollow">lomaxx</a>: There's a <a href="http://beta.stackoverflow.com/questions/31163/forcing-the-solution-explorer-to-select-the-file-in-the-editor-in-visual-studio#46193" rel="nofollow">way to track the active item only on demand</a>.</p>
<p>I like this for at least a couple of reasons. One is that, especially in a big solution, working for a while with "track active item" turned on results in a large portion of the project tree being expanded, and thus a little hard to navigate.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/83044#830449Answer by Charles Anderson for Visual Studio OptimizationsCharles Anderson2008-09-17T13:16:09Z2008-09-17T13:16:09Z<p>You can improve the speed at which Visual Studio starts up by using the '/nosplash' option. Bring up the Properties of your Visual Studio shortcut, change to the Shortcut tab and amend the Target field as follows: </p>
<p>"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /nosplash </p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/92129#9212912Answer by HidekiAI for Visual Studio OptimizationsHidekiAI2008-09-18T12:35:17Z2009-08-27T16:38:59Z<p>My experiences are more for C++ than C#, but here goes... I'm taking "Optimizations" in an ambiguous term on multiple views (code optimizations, IDE speed up, compilation speed up), but they are all specific to Visual Studio environment.</p>
<ul>
<li>For optimizations <strong>in code</strong>, have the compiler optimize by size rather than speed, not sure where I've heard this but someone once told me Microsoft compiles all their applications this way as well. Whether it is a myth or not, to me at least it makes sense (in most generic cases) because smaller code called often will have less cache miss. This is more for C++ than CLR based languages. Alternatively, if you know your target platform, you can probably target that rather than generic x86.</li>
<li>For speeding up <strong>in Visual Studio</strong>, I've noticed that if I have break-points view showing, it keeps flashing, as if it is updating over and over, so I hide it. Perhaps it is just me (and psychological).</li>
<li>For speeding up <strong>compilations</strong>, on one of the projects, it used to spew 1000+ warnings (it's a project mixed with C# and C++), and it used to take 20 minutes to compile (all the warnings was because of <a href="http://support.microsoft.com/kb/922271" rel="nofollow">this</a>). The point here is, having a lot of messages serialized to output causes slowdown, so pay attention to first sign of your warnings and fix it. I'd also imagine that Visual Studio's "Error List" panel has to collect the Warnings and Errors into that view, which causes extra slowdown when you have large amount of warnings.</li>
<li>Another speed-up for <strong>compilations</strong>, as somebody as mentioned, is <a href="http://www.xoreax.com/" rel="nofollow">Xoreax's IncrediBuild</a>. But they don't work on C# (yet), only on Managed/Unmanaged C++. I used to be skeptical about distributed compilation because of my experiences with distcc, but it was because all my PC's at home are different speed, a heterogeneous distribution. At work, because of the homogeneous structure where all have similar speed, it works better. Also, distributed computing is only useful when you have machines to distribute to (* grin *) Somebody also mentioned Visual Studio's parallel compiling option (if you have multi-processors, you've probably seen messages while compiling of "1> Compling Proj1", "2> Compiling Proj2" (or something like that), where Visual Studio will compile N projects (where N = number of processors you define in your options). Unlike IncrediBuild, VS distributes by projects rather than by files, and this is only useful if you have multiple projects in single .SLN.</li>
<li>Another speed-up for <strong>compilations</strong>, some have mentioned increasing memory, although that would probably help, from my experiences, a faster drive is more beneficial than memory. I've seen 2 (similar performance) PC's compile the same exact projects side-by-side, one with faster drive than another, and the gain is significant. Bottlenecked on file I/O writing the .OBJ file or seeking for .cpp file, you get the picture. Back in the old-days, we used to output all the .OBJ files to RAM drives instead of hard-drives and that sped up a lot. But today, projects are probably too large to fit in a RAM drive or the performance of drive is so much better that it's not significant to do this.</li>
<li>For speeding up <strong>in Visual Studio</strong> for debugging, if you don't need it, don't include the symbols from <a href="http://support.microsoft.com/kb/311503" rel="nofollow">Microsoft</a> and you'll notice that your debugger loads faster into your applications.</li>
</ul>
<p>I will edit/add more as I think of it.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/92156#921561Answer by ugasoft for Visual Studio Optimizationsugasoft2008-09-18T12:38:16Z2008-09-18T12:38:16Z<p>I suggest the reading of "Visual Studio Hacks" by James Avery.
There are a lot of hint to better use your favorite IDE ;)</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/114897#1148974Answer by Gareth D for Visual Studio OptimizationsGareth D2008-09-22T13:35:26Z2009-08-03T12:22:17Z<p>Ensure 'Only build startup projects and dependencies on Run' is selected.</p>
<p>This option can be found under Tools -> Options... -> Projects and Solutions -> Build and Run.</p>
<p>For large solutions this can save a significant amount of time.</p>
<p>NB it's propbably best practice to avoid very large solutions, but if you are forced to work with one then this can make all the difference.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/125972#1259721Answer by Charles Anderson for Visual Studio OptimizationsCharles Anderson2008-09-24T08:11:05Z2008-09-24T08:11:05Z<p>If you're using the Visual Assist add-in and Visual Studio starts getting really slow and using a lot of RAM, you could try deleting the folder C:\Documents and Settings\\Local Settings\Application Data\VisualAssist\vs8. </p>
<p>I've had to do this twice in two years of using Visual Assist, and both times it's had a dramatic effect on my speed. Visual Assist now has to reparse everything, but it does that in the background, so it's not much of a penalty. </p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/133187#13318711Answer by norheim.se for Visual Studio Optimizationsnorheim.se2008-09-25T13:02:33Z2008-09-25T13:02:33Z<p>I have a couple of recommendations regarding the build speed for Visual Studio 2008, related to the copying of files that occurs during the build.</p>
<p>Apart from the obvious recommendation of keeping the solution files small:</p>
<p><strong>Defragment your hard drive</strong></p>
<p>Disk performance is vital to the build speed. A daily, or at least, weekly defragmentation will facilitate this. If possible, schedule a nightly fragmentation to be performed automatically. Also, make sure you have plenty of room on the disk. The less space that is available, the fewer choises are available to the file system when deciding how to layout the files on the disk, and the faster the entropy on your disk will increase. Do you have several Source Control branches of your code checked out - why not delete the binaries from the old ones? You are likely to recompile them when you get back to working on those branches anyway.</p>
<p><strong>Avoid Unnecessary File Replication</strong></p>
<p>The standard setup for .NET solutions is that each assembly gets its own <em>bin</em> directory to which it is copied along with the assemblies of all its dependencies. If your solution contains an .EXE file and, say, 40 different assemblies. Does it really make sense to copy the dependencies of each assembly to each separate build directory? The target directory of the EXE should be enough. Another way to accomplish roughly the same would be to give the assemblies common output directories. That also avoids the copying. Some earlier versions of Visual Studio did not support this well, so be careful. I have, however, been using this approach with VS2008 for quite a while without noticing any problems.</p>
<p><strong>Disable System Restore (Windows XP ONLY)</strong></p>
<p>The implementation of System Restore in Windows XP actually creates backups of every DLL in the system every time they are modified. As compiling a .NET solution involves copying and overwriting many DLLs, this is assumed to impede performance. Windows Vista and Windows Server 2003 does not suffer from this problem. If you keep your source files on a separate logical drive, you can disable system restore for that particular drive and keep it enabled on your system disk.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/154422#1544220Answer by Kristopher Johnson for Visual Studio OptimizationsKristopher Johnson2008-09-30T18:50:32Z2008-09-30T18:50:32Z<p>A good list of Visual C++ tips is here: <a href="http://www.highprogrammer.com/alan/windev/visualstudio.html" rel="nofollow">http://www.highprogrammer.com/alan/windev/visualstudio.html</a></p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/193417#1934171Answer by Robert C. Barth for Visual Studio OptimizationsRobert C. Barth2008-10-11T00:00:20Z2008-10-11T00:00:20Z<p>The single biggest thing you can do to improve the speed of VS is to not use an integrated source code control system. All the checking it does to put the right icons in the solution tree takes FOREVER.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/503255#5032552Answer by Nicholas for Visual Studio OptimizationsNicholas2009-02-02T13:47:16Z2009-02-02T13:47:16Z<p>One of the best enhancements I've found is to disable the onaccess scan of your anti-virus for the folder where your projects reside. Every time I did a build the IO of the virus checker decreased the speed.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/724634#724634-4Answer by Bigwave for Visual Studio OptimizationsBigwave2009-04-07T08:23:15Z2009-04-07T08:23:15Z<p>A slightly philosophical answer, do less, KISS (Keep It Simple, Stupid)</p>
<p>Don't gold-plate your code, don't create a highly complex database driven framework if a simple class will do</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/724744#7247440Answer by Pondidum for Visual Studio OptimizationsPondidum2009-04-07T09:04:37Z2009-04-07T09:04:37Z<p>Disabling the Splash screen seems (psychological?) to make VS load faster.</p>
<p>To disable it, modify the shortcut to this:
"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" -nosplash</p>
<p>A macro that replaces F1 with an open firefox and google for the selected word is nice too.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/733609#7336091Answer by Kunal S for Visual Studio OptimizationsKunal S2009-04-09T10:10:13Z2009-04-09T10:10:13Z<p>If you are using Vista, change the theme to windows standard, in short stop using the Aero thing. </p>
<p>And i've observed on my system with Vista biz edition having 2gb ram on core 2 duo, that having VS, SQL Server Mgmt Studio and Outlook, all these 3 opened simultaneously has a major kick on performance. </p>
<p>If using TFS, then keeping the Source control explorer always open in VS08 too slows down VS. One can have a button to bring open SCE window on a toolbar.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/811686#8116861Answer by YordanGeorgiev for Visual Studio OptimizationsYordanGeorgiev2009-05-01T14:45:55Z2009-05-01T14:45:55Z<p><a href="http://snippetdesigner.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=21335" rel="nofollow">Snippet Designer On CodePlex</a></p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/863111#8631110Answer by stalkerh for Visual Studio Optimizationsstalkerh2009-05-14T12:43:15Z2009-05-14T12:43:15Z<p>I wrote a smallish post on increasing the load time on larger project that some might find interesting get it <a href="http://runawaycoder.co.za/2009/05/14/increasing-your-projects-build-effeciency/" rel="nofollow">here</a> </p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/943820#9438201Answer by waqasahmed for Visual Studio Optimizationswaqasahmed2009-06-03T09:24:23Z2009-06-03T09:24:23Z<p>are you also referring to short cut keys to speed up development time?</p>
<p>If so, ALT + highlight with left mouse click allows u to select a "box" of text. Extremely useful.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/945322#9453221Answer by opadilla for Visual Studio Optimizationsopadilla2009-06-03T15:07:55Z2009-06-03T15:07:55Z<p>Try running your Windows machine using /3GB mode and making Visual Studio large address aware. Your IDE will have more RAM available to it and run much faster.</p>
<p>Refer to this link for reference and how-to:</p>
<p><a href="http://stevenharman.net/blog/archive/2008/04/29/hacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx" rel="nofollow">http://stevenharman.net/blog/archive/2008/04/29/hacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx</a></p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/1213248#12132480Answer by piotr.owsiak for Visual Studio Optimizationspiotr.owsiak2009-07-31T15:36:15Z2009-07-31T15:36:15Z<p>I'd recommend moving your VS solution to a RAM drive.
That speeded up my Visual Studio (especially operations like "Find in files" are lightning fast).</p>
<p>I would recommend either a free Gavotte Ramdisk or commercial product from QSoft.</p>
<p>I used Gavotte (which is quite fine) and now I'm running on QSoft (it can automatically save/load your ramdrive content on shutdown/startup and/or defined time/time-intervals).</p>
<p>BTW. QSoft prices start from 12$ (much less than their competition).</p>
<p>NOTE: I'm not a related to QSoft other than just happy customer :)</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/1523062#15230621Answer by Andrew Medico for Visual Studio OptimizationsAndrew Medico2009-10-06T00:30:08Z2009-10-06T00:30:08Z<p>The main thing I've found is disabling the "Use Visual Studio hosting process" under Project Settings->Debugging for C# projects. This fixes the problem where (on some machines) VS will freeze up for 30+ seconds after a launched project terminates, instead of letting control return to the code editor immediately.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/1702540#17025400Answer by rlb.usa for Visual Studio Optimizationsrlb.usa2009-11-09T17:33:07Z2009-11-09T17:33:07Z<p>The very best optimization of all : <strong>Check for Visual Studio Updates</strong></p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/1702689#17026890Answer by Bit Destroyer for Visual Studio OptimizationsBit Destroyer2009-11-09T18:02:12Z2009-11-09T18:02:12Z<p>Something that has saved me a few seconds here and there is a macro I found a while back that allows you to attach to the aspnet_wp.exe process for debugging. This way the IDE doesn't launch a new browser/tab every time you hit run or F5. This can be annoying if you're deep within a project and launching at the project start up page isn't beneficial. There are probably other ways to do this but binding the 'AttachToWebServer' macro below to a keyboard shortcut has served me well.</p>
<pre><code>Public Sub AttachToWebServer()
Dim AspNetWp As String = "aspnet_wp.exe"
Dim W3WP As String = "w3wp.exe"
If Not (AttachToProcess(AspNetWp)) Then
If Not AttachToProcess(W3WP) Then
System.Windows.Forms.MessageBox.Show(String.Format("Process {0} or {1} Cannot Be Found", AspNetWp, W3WP), "Attach To Web Server Macro")
End If
End If
End Sub
Public Function AttachToProcess(ByVal ProcessName As String) As Boolean
Dim Processes As EnvDTE.Processes = DTE.Debugger.LocalProcesses
Dim Process As EnvDTE.Process
Dim ProcessFound As Boolean = False
For Each Process In Processes
If (Process.Name.Substring(Process.Name.LastIndexOf("\") + 1) = ProcessName) Then
Process.Attach()
ProcessFound = True
End If
Next
AttachToProcess = ProcessFound
End Function
</code></pre>
<p>Also, the code highlighting above is dieing on the backslash in the LastIndexOf method but the code is accurate, pasted directly from my macro editor.</p>
http://stackoverflow.com/questions/8440/visual-studio-optimizations/1755019#17550191Answer by Alex for Visual Studio OptimizationsAlex2009-11-18T10:23:22Z2009-11-18T10:23:22Z<p><strong>Life Changing XAML Editing Tip</strong></p>
<p>If you get annoyed at VS hanging for a few seconds when you try and edit XAML, this will improve things no end. It works so well I dont really understand why its not the default behaviour.</p>
<p><a href="http://weblogs.asp.net/fmarguerie/archive/2009/01/29/life-changer-xaml-tip-for-visual-studio.aspx" rel="nofollow">http://weblogs.asp.net/fmarguerie/archive/2009/01/29/life-changer-xaml-tip-for-visual-studio.aspx</a></p>