After each publish on Azure my application is very slow.
I think that something happens with the document type, because if I have two pages of the same document type, first one is slow but the second one (that has same document type) works fast.
Does this also happen after a rebuild/publish/restart IIS on your local machine?
There are quite some posts about Azure in general (not Umbraco specific) being slow for the first request. For example: Windows Azure slow on first request
Umbraco first request for a document type is slow
Hi guys,
After each publish on Azure my application is very slow.
I think that something happens with the document type, because if I have two pages of the same document type, first one is slow but the second one (that has same document type) works fast.
Any ideas?
Thanks, Florin
Hi Florin
Do you have some special code for these pages? Maybe querying with Descendants, DescendantsOrSelf?
Can you check your code on common pitfalls?
https://our.umbraco.org/documentation/reference/Common-Pitfalls/
Thanks
Alex
Does this also happen after a rebuild/publish/restart IIS on your local machine?
There are quite some posts about Azure in general (not Umbraco specific) being slow for the first request. For example: Windows Azure slow on first request
is working on a reply...