I would like to know what is the best approch, to run laravel application on Azure Web App linux based.
I tried to test the same application in Linux and Windows Azure web app ( same azure app plan , same region and same connection speed "optical fibre" ) :
The perfomance in Windows looking much better than Linux
This is the screenshot in Linux App :
This is the screenshot in Windows App :
Can someone can help me to find the root case of slowness in Linux ? it's problem in Microsoft web app itself ?
Regards.
When deployed to built-in images, your code and content are allocated a storage volume for web content, backed by Azure Storage. The disk latency of this volume is higher and more variable than the latency of the container filesystem. Apps that require heavy read-only access to content files may benefit from the custom container option, which places files in the container filesystem instead of on the content volume.