I am running 3 sites under umbraco under 3 different domains, but all hit the same server, database, etc.....
On one of the sites it takes the page about 30 seconds to load. The other 2 sites take less than a second.
I am recieiving this error in the log:
At / (Referred by: ): System.NullReferenceException: Object reference not set to an instance of an object. at ASP.masterpages_sitemaster_master.Page_Init(Object sender, EventArgs e) in g:\WebData\xxxxxxxxxxx.com\masterpages\SiteMaster.master:line 8 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Any thoughts on how to troubleshoot would be great.
Can you describe the server setup a bit more detailed?
What Umbraco version are you using? Have there been made any customization to the instance like custom event handlers, user controls, custom section etc.
Maybe the stacktrace can give you some hints if you try adding ?umbdebugshowtrace=1 to your website url?
Crazy slow load time
I am running 3 sites under umbraco under 3 different domains, but all hit the same server, database, etc.....
On one of the sites it takes the page about 30 seconds to load. The other 2 sites take less than a second.
I am recieiving this error in the log:
Any thoughts on how to troubleshoot would be great.
Hi Michael
Hmm, yes that is indeed odd.
Can you describe the server setup a bit more detailed?
What Umbraco version are you using? Have there been made any customization to the instance like custom event handlers, user controls, custom section etc.
Maybe the stacktrace can give you some hints if you try adding ?umbdebugshowtrace=1 to your website url?
/Jan
is working on a reply...