I'm trying to better understand how the Google Cloud Console Stackdriver Trace shows call details and debugs some performance issues for my application. Most requests work very much with memcache set / get settings, and I have some problems here, but I don't understand why there is a long time between calls. I uploaded 2 screenshots.

So, as you can see, the @ 1025ms call took 2 ms, but there was more than 4 seconds between it and the urlfetch @ 5235ms call.
Firstly, my code is not intense at this point (and full requests show about 9000 ms of unreliable time), and secondly, most of these requests that run the same code do not have these spaces (i.e. repetition the request does not have the same behavior). But I also see this problem on other requests, and I can not reproduce them.
Please advise!
EDIT:
I downloaded another screenshot from appstats. This is a “normal” request, which usually takes several hundred ms to start (max. 1 second), as well as in localhost (development). I can not find anything to debug further. I feel that I am missing something simple, something at a basic level, in relation to DO and DO NOT ACCEPT with the application engine.
