I have moved an Umbraco 4.7.2 installation to Azure (S2 standard web app + Basic SQL database). Everything looks fine except the performance. Front-end & back-end both are very slow and i cant figure out why. I have tried the following and maybe somebody can point me in the right direction.
ContinouslyUpdateXmlDiskCache to false
Monitoring front-end with umbDebugShowTrace=true. Page load time of 5.4 seconds. Started rendering macro's after 0.1 seconds, so rendering macros takes a lot of time.
Monitoring back-end with Fiddler says that several calls to umbraco/webservices/TreeDataService.ashx takes long time.
Loading /umbraco/editContent.aspx is very slow.
Last umbracoLog table records contains a lot of 'xml saved in' messages.
I dont see CPU or memory spikes on the Azure dasbhoard, so i hope somebody can help me further...
Umbraco 4.7 very slow on Azure
Hi,
I have moved an Umbraco 4.7.2 installation to Azure (S2 standard web app + Basic SQL database). Everything looks fine except the performance. Front-end & back-end both are very slow and i cant figure out why. I have tried the following and maybe somebody can point me in the right direction.
I dont see CPU or memory spikes on the Azure dasbhoard, so i hope somebody can help me further...
is working on a reply...