I'm currently facing some publishing issues on v7.15.7 where whenever I select a parent node consisting of around 120 children, I then select the parent node and publish it along with all of its children (excluding the unpublished ones) - it takes approximately 3 minutes to publish.
I've checked the logs and it takes approximately 2 minutes for it to sync with the database (where it is syncing numerous times within those 2 minutes).
We do not have a load balance setup.
My question is, why would it be executing instructions from the cacheinstructions tables as opposed to just publishing the requested items?
Slow Umbraco Publishing
Hi all,
I'm currently facing some publishing issues on v7.15.7 where whenever I select a parent node consisting of around 120 children, I then select the parent node and publish it along with all of its children (excluding the unpublished ones) - it takes approximately 3 minutes to publish.
I've checked the logs and it takes approximately 2 minutes for it to sync with the database (where it is syncing numerous times within those 2 minutes).
We do not have a load balance setup.
My question is, why would it be executing instructions from the cacheinstructions tables as opposed to just publishing the requested items?
I've followed this - https://our.umbraco.com/Documentation/Fundamentals/Setup/Server-Setup/azure-web-apps-v7
And I have also added the following appSetting -
Thanks
is working on a reply...