Umbraco.Web.BatchedServerMessenger taking ages to run?
We have a load balanced environment and recenetly upgraded from 7.1.6 to 7.2.4. This has resolved a lot of issues we were having but has introduced some performance issues around interacting with the CMS.
On the front end, we have processes which trigger items being created in the back end. When the content.save is called, in the Logs it shows that is then calls the BatchedServerMessanger.
In 716 this process was taking about 0.5 seconds to run, but since the upgrade this is taking in excess of 4 seconds to run causing huge issues on the front end. You can see from the following log entries its taking 7-8 seconds? The second log is the very first line of code in the next method to run. On the old version there would be virtually no wait between these two.
2015-06-08 11:10:02,944 [26] INFO Umbraco.Web.BatchedServerMessenger - [T16/D4] Submitting calls to distributed servers
2015-06-08 11:10:10,960 [26] INFO System.String - [T16/D4] PDF Helper
There has also bee an increase in time taken to create items in the backend via code since the upgrade?
Umbraco.Web.BatchedServerMessenger taking ages to run?
We have a load balanced environment and recenetly upgraded from 7.1.6 to 7.2.4. This has resolved a lot of issues we were having but has introduced some performance issues around interacting with the CMS.
On the front end, we have processes which trigger items being created in the back end. When the content.save is called, in the Logs it shows that is then calls the BatchedServerMessanger.
In 716 this process was taking about 0.5 seconds to run, but since the upgrade this is taking in excess of 4 seconds to run causing huge issues on the front end. You can see from the following log entries its taking 7-8 seconds? The second log is the very first line of code in the next method to run. On the old version there would be virtually no wait between these two.
2015-06-08 11:10:02,944 [26] INFO Umbraco.Web.BatchedServerMessenger - [T16/D4] Submitting calls to distributed servers
2015-06-08 11:10:10,960 [26] INFO System.String - [T16/D4] PDF Helper
There has also bee an increase in time taken to create items in the backend via code since the upgrade?
Any ideas around what would cause this?
is working on a reply...