Copied to clipboard

Flag this post as spam?

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


  • Jamie Pollock 174 posts 853 karma points c-trib
    Mar 07, 2014 @ 12:51
    Jamie Pollock
    0

    CreateAndSaveContentXml firing when XML Cache options are disabled

    Hey all,
    I'm running an Umbraco v6.1.5 site which has a fair bit of content in it. Just recently we've had issue with our bespoke content importer, the code base hasn't changed only the amount of content. This accumulated in the following YSOD (The wait operation timed out). I suppose that's my issue however my question is below after trying to fix this issue.

    Screengrab of YSOD

    The wait operation timed out

    I've set the XmlCacheEnabled, ContinouslyUpdateXmlDiskCache and XmlContentCheckForDiskChanges to false after seeing this screen in an effort to prevent the import from updating a fairly like XML cache every time content is published as this happens hundreds of times in a single import.

    This may be my ignorance, but surely the method CreateAndSaveContentXml shouldn't be called by the SaveAndPublish (which internally calls SaveAndPublishDo method (source)) if the XML cache options are disabled in umbracoSettings,config?

    Any thoughts?

    Thanks,
    Jamie

    EDITED: Renamed title & question to focus on why XML Cache is being built when XML Cache options are turned off.

  • Jamie Pollock 174 posts 853 karma points c-trib
    Mar 11, 2014 @ 15:13
    Jamie Pollock
    0

    Anyone have any thoughts?

Please Sign in or register to post replies

Write your reply to:

Draft