This is really strange to me and it's becoming into a real problem.
I'm building a site in appengine (java) using scala and It's working really slow when accessed from my domain:
/latest 200 1505ms 2325cpu_ms 1586api_cpu_ms 4kb
But when accessed from appspot it works much faster:
/latest 200 180ms 269cpu_ms 221api_cpu_ms 4kb
I've buyed the domain through google apps so it's automatically configured. I can't figure out how can this be happening... Can it be something in my code? Or is it something about configuration?
The problem is perfectly reproducible, and if you need to see the speed difference it's noticeable by simply accessing the site. these are the links:
http://secretsapp.appspot.com/latest
http://www.whatasecret.com/latest
Thanks a lot.