I am running Contour 1.1.3 with Umbraco 4.5.2. I just set up a quick form and noticed that it is very slow to postback. I don't see any errors running a trace and looking at the logs, the time-taken for each POST event is exactly 21534. This is much longer than I would expect and much longer than what I was experiencing with 4.0.
This is a very simple test form with only 4 items. I simply created the form in Contour and pasted the macro into the template using the "Insert From Umbraco Contour" macro insert. This server is running a very light load.
Any advice on where I should start looking to troubleshoot this?
I think maybe when I ran the trace before I was doing it on a page where I had already submitted the form because this time I got a different result (see below).
Now I wonder if this is related to some unusual behavior that I experienced when creating the form. When I added each field to the form it would appear multiple times, as though I had added the exact same field to the form 2 or 3 times. When I hit save it would display correctly. I assumed that this was only a display issue, but is it possible that it is related to the error I am receiving?
Unhandled Execution Error
Multiple controls with the same ID 'ctl00$ctl00$ctl00$ContentPlaceHolderDefault$footer_div$ctl07' were found. Trace requires that controls have unique IDs. at System.Web.TraceContext.AddNewControl(String id, String parentId, String type, Int32 viewStateSize, Int32 controlStateSize) at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState) at System.Web.UI.Page.BuildPageProfileTree(Boolean enableViewState) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Contour Slow to Submit on 4.5.2
Hi All,
I am running Contour 1.1.3 with Umbraco 4.5.2. I just set up a quick form and noticed that it is very slow to postback. I don't see any errors running a trace and looking at the logs, the time-taken for each POST event is exactly 21534. This is much longer than I would expect and much longer than what I was experiencing with 4.0.
This is a very simple test form with only 4 items. I simply created the form in Contour and pasted the macro into the template using the "Insert From Umbraco Contour" macro insert. This server is running a very light load.
Any advice on where I should start looking to troubleshoot this?
Thanks
Update:
I think maybe when I ran the trace before I was doing it on a page where I had already submitted the form because this time I got a different result (see below).
Now I wonder if this is related to some unusual behavior that I experienced when creating the form. When I added each field to the form it would appear multiple times, as though I had added the exact same field to the form 2 or 3 times. When I hit save it would display correctly. I assumed that this was only a display issue, but is it possible that it is related to the error I am receiving?
Multiple controls with the same ID 'ctl00$ctl00$ctl00$ContentPlaceHolderDefault$footer_div$ctl07' were found. Trace requires that controls have unique IDs.
at System.Web.TraceContext.AddNewControl(String id, String parentId, String type, Int32 viewStateSize, Int32 controlStateSize)
at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState)
at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState)
at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState)
at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState)
at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState)
at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState)
at System.Web.UI.Control.BuildProfileTree(String parentId, Boolean calcViewState)
at System.Web.UI.Page.BuildPageProfileTree(Boolean enableViewState)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Here you can see the delay in the postback event:
Thanks
Jeff,
I had this issue which was fixed by latest nightly build however not sure what the nightly url is for contour!
Regards
Ismail
Thanks! I have the URL around somewhere. I will check it out.
Hi,
I also has this problem, 42 seconds to postback ... Even tried to use http://nightly.umbraco.org/Umbraco%20Contour/1.1.4/
Regards
Jonas
Jonas,
Do you have any events or workflow tasks associated with your form? If so, does it still occur if you turn off the workflow tasks?
My mistake - it was simply a smtp-issue.
Regards / Jonas
is working on a reply...