increase compile time

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/15/2011 3:06:45 AM
Gravatar
Total Posts 192

speedup build

Is there anything to do to increase the compile time?

I have a solution that I usually just change it and don't touch mojo code, but when building, because of dependencies all solutions build and so, all post-build events run and so many files are copied and it takes a long time.

...\mojoPortal.Features.UI\Data\MessageTemplates\sl-SI-InitialXmlModuleName.config
  481 File(s) copied

 

...\mojoPortal.Features.UI\Setup\ProviderConfig\sitepredeletehandlers\009_surveydeleter.config
  663 File(s) copied

!

8/15/2011 8:40:19 AM
Gravatar
Total Posts 18439

Re: increase compile time

Since this question comes up frequently, I just wrote a new article Visual Studio Performance Advice.

Hope that helps,

Joe

8/15/2011 8:56:28 AM
Gravatar
Total Posts 192

Re: increase compile time

thanks man you rock.

I found these too (not polished), I guess I will write a blog post about it soon:

exclude projects from builds from build configuration
use iis instead of asp.net development server if possible  (web project properties, then web)
exclude files from antivirus
exclude project from search index.

You must sign in to post in the forums. This thread is closed to new posts.