I am experiencing decreased performance when my application is deployed on GAE.
For example, a GET request that takes around 190ms on the localhost, it takes 2000ms when deployed on GAE. 
As it can be observed from the Traces report, the query itself is taking only 30ms, but the time spent on the network is high. There were no concurrent requests and my instance is F1 type. I tried it multiple times and 2000ms seems to be the average time for this request. Any ideas what I should look into?