Re: Speed issue
This is the first ever report of any performance problem with mojoPortal so I'm reluctant to believe the code is at fault though I'm happy to try and help diagnose the problem.
Is the site public where I could see the performance?
Is there anything unusual in the /Data/currentlog.config file?
Is your host doing any resource throttling, ie limiting you to x MB of ram?
My best guess would be that this is whats happenning, your host is limiting you to x amount of ram or limiting the app pool to x amount of ram or the app pool is configured to restart if ram reaches x amount and x amount is not much.
Or it is possible that your site is running in an app pool with other sites and they are running code that is exhausting resources or constantly causing the app pool to recycle.
Hope it helps,
Joe