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
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.
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
I've set the
XmlCacheEnabled
,ContinouslyUpdateXmlDiskCache
andXmlContentCheckForDiskChanges
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 theSaveAndPublish
(which internally callsSaveAndPublishDo
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.
Anyone have any thoughts?
is working on a reply...