Can anyone explain the changes to the caching system in 7. Is there no XML cache anymore because we are getting performance issues and I can't find anywhere to toggle the caching like there used to be. Any articles on this, I tried to Google but came up blank
Ok I thought I was going crazy. Bascially out build of Umbraco has stopped generating the XML cache, I've checked on another build of Umbraco and it's working fine but I really need to get the XML working again and I can't for the life on me figure out why. I am on build 7.1.6
The xml file not being written is usually symptomatic of a permissions issue. Can you also take a look at your umbraco log file see if there are any errors being logged.
Thanks for the response, I've finally found out what it was about an hour ago. It was to do with some failed load balancing cofiguration around the umbracoContentXMLUseLocalTemp flag in the appSettings. It's removed now and the caching is working as expected. Thanks for the reply tho Ismail :-) Have a great day
Caching in 7
Can anyone explain the changes to the caching system in 7. Is there no XML cache anymore because we are getting performance issues and I can't find anywhere to toggle the caching like there used to be. Any articles on this, I tried to Google but came up blank
Ok I thought I was going crazy. Bascially out build of Umbraco has stopped generating the XML cache, I've checked on another build of Umbraco and it's working fine but I really need to get the XML working again and I can't for the life on me figure out why. I am on build 7.1.6
Scott,
The xml file not being written is usually symptomatic of a permissions issue. Can you also take a look at your umbraco log file see if there are any errors being logged.
Regards
Ismail
Thanks for the response, I've finally found out what it was about an hour ago. It was to do with some failed load balancing cofiguration around the umbracoContentXMLUseLocalTemp flag in the appSettings. It's removed now and the caching is working as expected. Thanks for the reply tho Ismail :-) Have a great day
is working on a reply...