I migrated my web app from another service to GAE.
Problem is that latency go from 14 to 21 seconds, not only at start.
Here some example:
Latency app engine
Is there any workaround for any better performance?
Before this, the application was on Apache, and all work was good.
On GAE I have NGINX
Memcache is already setted, but I cannot solve this problem.
Hope someone can suggest some tip!
Thanks.