how to speed up requests from other end of planet?
|
02-15-2019, 03:26 AM
Post: #2
|
|||
|
|||
RE: how to speed up requests from other end of planet?
2 techniques:
1 - Google uses a CDN (their own, but a still CDN) which puts servers around the world close to users so visitors in Japan connect to a server in Japan. You can do the same with a commercial CDN (Cloudflare, Akamai, Fastly, etc). 2 - Google's TLS handshake is tuned so it only needs one round trip. Yours looks like it may be using 2. A CDN will likely already be tuned but if you want to optimize your server's negotiation, start at https://istlsfastyet.com |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
how to speed up requests from other end of planet? - jasom - 02-14-2019, 09:59 PM
RE: how to speed up requests from other end of planet? - pmeenan - 02-15-2019 03:26 AM
RE: how to speed up requests from other end of planet? - jasom - 02-18-2019, 02:10 AM
RE: how to speed up requests from other end of planet? - pmeenan - 02-18-2019, 03:00 AM
RE: how to speed up requests from other end of planet? - dreamwerx - 02-18-2019, 05:16 AM
|
User(s) browsing this thread: 1 Guest(s)