I have a large Umbraco site running as an Azure Web App (not Umbraco Cloud). However some operations seem ridiculously slow, particularly restarting the site or rebuilding the content cache. Is there anything I can do to speed it up, or do I just need to throw more resources at it?
Web app is tier S2 and the database is also S2.
2 to 5 minutes sometimes. I'm not sure if it's spending all that time rebuilding umbraco.config or what. It's much slower than the similar site on a local server.
Umbraco on Azure slow to start
I have a large Umbraco site running as an Azure Web App (not Umbraco Cloud). However some operations seem ridiculously slow, particularly restarting the site or rebuilding the content cache. Is there anything I can do to speed it up, or do I just need to throw more resources at it? Web app is tier S2 and the database is also S2.
Hi Andrew
Can you provide any details as to the actual speed of the initial load? As in, seconds/minutes?
Cheers, Gary
2 to 5 minutes sometimes. I'm not sure if it's spending all that time rebuilding umbraco.config or what. It's much slower than the similar site on a local server.
Hi Andrew,
Have you looked at the following article ?
https://cultiv.nl/blog/making-sure-your-umbraco-site-performs-on-azure/
What you should look for is adding useTempStorage="Sync" on the indexer.
is working on a reply...