Hacker News new | ask | show | jobs
by educanon 2904 days ago
We’ve had similar issues and timeouts in Node and PHP apps.
2 comments

There is a cache setting you can put in your slot that will fix it, but the app has to be restarted to clear the cache. It's not selective on what gets cached...and it doesn't work well with most apps. If you could selectively add directories that cache it would work so much better, or if it worked in some asynchronous way if a file changed in the cache (for apps that auto-update.) I don't know the solution, but it's an annoying problem.

If you Google/Bing for "Azure Website slow" this issue is the cause is 99% of all the complaints. The current solution "Local Cache" is lacking. It does work, but not in my use cases.

https://docs.microsoft.com/en-us/azure/app-service/app-servi...

If something works poorly without manually applying cache, it reminds me of WordPress. It seems it's nearly impossible to get Azure on par with the rest in terms of performance.
Is there any good reason to use Azure for those kind of apps when you have plenty of competitors with much better performance?
Such as?