Anything in the error logs? Are you using uSync. I've had a site that got stuck in a loop where it was trying to process usync updates and was causing site restarts which then started the usync updates again.
The fix was to remove the delete config file for the doctype that didn't exist I think. It should be obvious in the logs though.
Site CPU usage very high after Content Publish
We are running Umbraco version 7.3.4 and recently started experiencing very high CPU usage on our production web server after publishing content.
Our CPU will peg out at 99% and continue to sit there until we recycle the app pool.
Every bug i have gone through in the known bugs for Umbraco has stated that there are no issues with this sort of thing.
I should mention that we are using the URL Tracker package as well to handle our redirects.
Has anyone else been effected by this?
Anything in the error logs? Are you using uSync. I've had a site that got stuck in a loop where it was trying to process usync updates and was causing site restarts which then started the usync updates again.
The fix was to remove the delete config file for the doctype that didn't exist I think. It should be obvious in the logs though.
I figured this out - it was a previous developer looping through the entire tree structure in Umbraco just to extract a few nodes...
Note to devs - please comment your code...
is working on a reply...