Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Roger Swearingen 28 posts 49 karma points
    Oct 13, 2010 @ 21:34
    Roger Swearingen
    0

    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

  • Roger Swearingen 28 posts 49 karma points
    Oct 13, 2010 @ 23:01
    Roger Swearingen
    0

    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?

    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)

     

     

    Here you can see the delay in the postback event:

    aspx.page Begin Load 0.0109301823286956 0.000015
    aspx.page End Load 0.0109846349526329 0.000054
    aspx.page Begin ProcessPostData Second Try 0.0110033417928088 0.000019
    aspx.page End ProcessPostData Second Try 0.011018220870306 0.000015
    aspx.page Begin Raise ChangedEvents 0.0110326319768174 0.000014
    aspx.page End Raise ChangedEvents 0.0110644300053397 0.000032
    aspx.page Begin Raise PostBackEvent 0.0110814569496691 0.000017
    aspx.page End Raise PostBackEvent 22.0052442268579 21.994163
    aspx.page Begin LoadComplete 22.0052925118643 0.000048
    aspx.page End LoadComplete 22.0053097427959 0.000017
    aspx.page Begin PreRender 22.0053248378601 0.000015
    aspx.page End PreRender 22.0053625995188 0.000038
    aspx.page Begin PreRenderComplete 22.0053805024089 0.000018
    aspx.page End PreRenderComplete 22.0054932954157 0.000113

     

    Thanks

  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Oct 14, 2010 @ 10:23
    Ismail Mayat
    0

    Jeff,

    I had this issue which was fixed by latest nightly build however not sure what the nightly url is for contour!

    Regards

    Ismail

  • Roger Swearingen 28 posts 49 karma points
    Oct 14, 2010 @ 22:03
    Roger Swearingen
    0

    Thanks!  I have the URL around somewhere.  I will check it out.

  • Jonas Eriksson 930 posts 1825 karma points
    Dec 10, 2010 @ 12:24
    Jonas Eriksson
    0

    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

  • Roger Swearingen 28 posts 49 karma points
    Dec 10, 2010 @ 21:49
    Roger Swearingen
    1

    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?

  • Jonas Eriksson 930 posts 1825 karma points
    Dec 11, 2010 @ 05:36
    Jonas Eriksson
    0

    My mistake - it was simply a smtp-issue.

    Regards / Jonas

Please Sign in or register to post replies

Write your reply to:

Draft