We are running 7.8 with a external database on azure and for some reason backoffice is ten times slower on our local environment than it is on our staged web app at azure.
I've tried using an exact copy of the database locally and it runs very smooth with no delay.
I've also tried creating a fresh 7.8 umbraco-project and connect it to our external connectionstring and it's running slow with no specific modification or plugins.
I've tried changing the price plan on azure but with no improvement (from Basic 5 DTU to Standard 10-3000DTU).
Maybe something is happening with the remote connection and I'm wondering if anyone have any ideas on what could be the issue here.
I understand that it will never be as optimized as the azure app, but the delay is too significant compared to other projects I've been working on that had simliar setup. We are talking about 3-4 seconds to open a node from the tree :)
Runs ten times slower locally with azure db
We are running 7.8 with a external database on azure and for some reason backoffice is ten times slower on our local environment than it is on our staged web app at azure.
I've tried using an exact copy of the database locally and it runs very smooth with no delay.
I've also tried creating a fresh 7.8 umbraco-project and connect it to our external connectionstring and it's running slow with no specific modification or plugins.
I've tried changing the price plan on azure but with no improvement (from Basic 5 DTU to Standard 10-3000DTU).
Maybe something is happening with the remote connection and I'm wondering if anyone have any ideas on what could be the issue here.
Indeed, this will never perform well because you're not in the super optimized network segment that your Azure App is in. :-)
I understand that it will never be as optimized as the azure app, but the delay is too significant compared to other projects I've been working on that had simliar setup. We are talking about 3-4 seconds to open a node from the tree :)
is working on a reply...