This is really strange for me, and it turns into a real problem.
I create a site in appengine (java) using scala and it works very slowly when accessing 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 bought a domain through Google apps so that it automatically sets up. I canβt understand how this can happen ... Maybe this is something in my code? Or is it something about configuration?
The problem is completely reproducible, and if you need to see the difference in speeds, this is noticeable simply by contacting the site. these are the links:
http://secretsapp.appspot.com/latest
http://www.whatasecret.com/latest
Many thanks.
source share