VS 2008 "play to display 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/13/2008 11:38:17 AM
Gravatar
Total Posts 48

VS 2008 "play to display time"

Hi all,

What sort of time does it take your VS 2008 to display mojoPortal from hitting the play button. I timed mine and it take 2 minutes 22 seconds. Wasn't sure if this was the norm?

Cheers,

Reiss

8/13/2008 12:41:04 PM
Gravatar
Total Posts 18439

Re: VS 2008 "play to display time"

I just timed it on my machine and it tooks 27 seconds but I have a new beefy machine with fast hard drives and 8GB of ram.

Visual Studio is a resource hog, it really takes a fast machine, until I got my new machine I was really getting frustrated with my nearly 3 year old machine.

A couple of tips:

If you aren't using webstore, poll or survey, the copy the mojoportal-core.sln file and give it your own name and then put it back and open it. Remove projects for data layers you aren't using. Te more projects in the solution the longer it takes to load. In any case create a copy of the .sln file you want to work with, rename it then you can drop out of it projects you aren't using.

I hardly ever debug unless I'm really diagnosing a problem. I configure IIS web site, make a change build refresh the browser to test without debugging. Only if something isn't working as expected or if I'm verifying some tricky code is doing what it should, then do I use the debugger.

Hope it helps,

Joe

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