Hi,
We are trying to publish an SSR (Server side rendering) Angular App on an Azure Web App running on Node 14.
Everything is working very well, pages are rendered server side nicely but sometimes we have very slow requests but without errors or logs. Just slow requests.
The problem seems to happen only when the SSR render function needs to execute external http requests.
We tried different versions of Angular, different project templates but every time SSR is slow randomly on pages with external http requests.
So pages are rendered in less than 1 second most of the time, and sometimes they are in ~15 seconds
Here a request duration distribution of a test page:

We also try many plan app service level and many external apis with no effect.
Have you got any tips to configure Azure Web App for Angular Universal in production mode ?
Thanks

