Performance
It's a cloud service. It performs fine.
What Matters
- API calls go through
/api/[...slug]
proxy - AppEngine handles the requests
- Response comes back
Tips
- Cache responses when possible
- Don't make unnecessary API calls
- Use proper error handling
That's it. It's a SaaS, not a performance benchmark.