未用CDN前,网通用户访问网站需要30秒以上,ping值如下:
Pinging www.xxxx.com [61.139.126.34] with 32 bytes of data:
Reply from 61.139.126.34: bytes=32 time=278ms TTL=51
Request timed out.
Reply from 61.139.126.34: bytes=32 time=279ms TTL=51
Reply from 61.139.126.34: bytes=32 time=278ms TTL=51
Ping statistics for 61.139.126.34:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 278ms, Maximum = 279ms, Average = 278ms
使用CDN后,网通用户访问只需要3秒左右,ping值如下:
Pinging www.xxxx.com with 32 bytes of data:
Reply from 116.255.143.75: bytes=32 time=64ms TTL=52
Reply from 116.255.143.75: bytes=32 time=56ms TTL=52
Reply from 116.255.143.75: bytes=32 time=60ms TTL=52
Reply from 116.255.143.75: bytes=32 time=60ms TTL=52
Ping statistics for 116.255.143.75:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 56ms, Maximum = 64ms, Average = 60ms