I am new to Azure Websites, and trying to deploy an existing Symfony2.3 app. Everything seems to work in my app, except for the fact that I have HUGE performance issues that don't exist when I run my app locally or on a linux-based server.
For instance, the login_check call (fosub URL that authenticates a user when logging in), takes up to 10 seconds to redirect to the next URL.
APC is enabled and I don't have any specific errors showing up.
Did anyone encounter a problem similar to mine and how can I improve these terrible perfs ?
Thank you