Mojo is running very slow

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
11/12/2010 2:34:42 PM
Gravatar
Total Posts 2239

Re: Mojo is running very slow

Hi,

I use the AppKeepAlive on a lot of sites and it works very well. Some hosts force application pools to restart at specified intervals, regardless of whether or not they are dormant. I would assume your host does this if the AppKeepAlive doesn't seem to be working for you.

If your host does force app pools to shutdown, there isn't much you can do to remedy the problem and any .NET application you run on that host, will have this problem.

HTH,
Joe D.

11/12/2010 2:51:29 PM
Gravatar
Total Posts 125

Re: Mojo is running very slow

Indeed if your pool recycles every xxx hours OR recycles because of being full, you can do the following:

1. Submit your website to Search engines. They spider your websites and keep it alive.

2. Use a software in your computer to "visit" your pages, like this Scout

http://www.integrio.net/products.html

works GREAT for me in ALL Net web apps i run.

good luck

 

11/19/2010 1:33:35 AM
Gravatar
Total Posts 12

Re: Mojo is running very slow

I now got the answer from support. They suggested that I pre-compiled the site. Is that even possible with Mojo?

11/19/2010 7:37:14 AM
Gravatar
Total Posts 18439

Re: Mojo is running very slow

all C# code in mojoPortal is already pre-compiled into dlls in the /bin folder

however those dlls are really in MSIL and are just in time compiled to native processor code by the asp.net compiler as explained here:

http://www.mojoportal.com/using-the-appkeepalive-task-to-speed-up-a-low-traffic-site.aspx

 

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