DNS speed for Google App Engine -
been testing speed of access google app engine golang project , looking why dns speed slower. can't use appspot.com address can't protect against man in middle attacks ssl certificate rotates.
i find call app using appspot name speed acceptable, when use customer domain name, speed substantially slower.
i've set ping function returns current server time , nothing else.
func handleping(writer http.responsewriter, request *http.request) { timestr := time.now() writer.write([]byte(timestr.format(time.rfc3339nano))) } https://rapporrapp.appspot.com/ping gives ~290 ms australia us
https://app.rapporrapp.com/ping gives ~390 ms australia us
have done test australian servers google app engine available in australia.
https:// au01rapporrapp.appspot.com/ping gives ~30 ms australia australia
https:// au01.rapporrapp.com/ping gives ~300 ms australia australia
would know if expected behaviour speed latency major problem need solve when number lower, users feel app "snappy".
have tried google cloud dns, , no improvement.
peter
Comments
Post a Comment