Copied to clipboard

Flag this post as spam?

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


  • Zac 239 posts 541 karma points
    Jun 05, 2012 @ 18:51
    Zac
    0

    Tagging very slow -- any ideas?

    Hi,

    I have a new site that we're almost ready to release and the tagging of a blog item is really slow.  We're using the built in tags that ship with Umbraco.

    Upon investigating the network activity, I found that upon tagging an article the editContent.aspx page (/umbraco/editContent.aspx?id={NodeId}) is called via js and for my current site this is incredibly slow.  In my testing, each tag is taking from 5 seconds to 10 seconds per tag.

    The content length of the post appears to be pretty large (Content-Length:14624) because it appears to be resaving the entire node every time a tag is added.  However, it only takes 2ms to send and 1ms to receive but 5 - 10 seconds to process the change.

    Is this normal?  Is there an improved tagging data type that just saves the individual tags via ajax?

    The TagsAutoCompleteHandler (which is called to auto complete the tag while typing) is fast (1ms), but the editContent call is so slow.

    Any suggestions would be appreciated.

    Thanks

     

  • Zac 239 posts 541 karma points
    Jun 10, 2012 @ 20:51
    Zac
    0

    FYI - for anyone interested, I switched the tags from the default tagging shipped with Umbraco to the great Sniper Tags package (http://our.umbraco.org/projects/backoffice-extensions/sniper-systems-tags-control).  This fixed the issue since it saves the tags upon the save or save and publish content save.  It also is backwards compatible with the default tags and works with the great YoYo Tag Manager package.

Please Sign in or register to post replies

Write your reply to:

Draft