blog目前是指向的oracle伦敦的npm,反向代理到维也纳的netcup。netcup用的年合约的机器,ip不能暴露,所以用可以随时免费改ip的oracle做前端。 访问首页总时间是0.95秒,凑合了。
www是使用的cf,在我的测试中,国内目前是使用的英国伦敦的节点(阿里和腾讯云都是),所以,路径和前一个其实是一样的,都是中国-英国-奥地利。然而,访问首页总时间是3.3秒。和blog相比差了不是一点点了。
很明显的,这个就和gayhub一样,CF的路由被劣化,就是因为客观原因不能让人不能访问,但不能让人很顺畅的访问。
呵呵。
root@iZprae2jiix4ryZ:~# curl -o /dev/null -s -w time_namelookup:"\t"%{time_namelookup}"\n"time_connect:"\t\t"%{time_connect}"\n"time_appconnect:"\t"%{time_appconnect}"\n"time_pretransfer:"\t"%{time_pretransfer}"\n"time_starttransfer:"\t"%{time_starttransfer}"\n"time_total:"\t\t"%{time_total}"\n"time_redirect:"\t\t"%{time_redirect}"\n" https://blog.yessure.org/
time_namelookup: 0.002285
time_connect: 0.237758
time_appconnect: 0.480612
time_pretransfer: 0.480750
time_starttransfer: 0.779871
time_total: 0.951455
time_redirect: 0.000000
root@iZprae2jiix4ryZ:~# curl -o /dev/null -s -w time_namelookup:"\t"%{time_namelookup}"\n"time_connect:"\t\t"%{time_connect}"\n"time_appconnect:"\t"%{time_appconnect}"\n"time_pretransfer:"\t"%{time_pretransfer}"\n"time_starttransfer:"\t"%{time_starttransfer}"\n"time_total:"\t\t"%{time_total}"\n"time_redirect:"\t\t"%{time_redirect}"\n" https://www.081119.xyz/
time_namelookup: 0.263481
time_connect: 0.626214
time_appconnect: 1.000285
time_pretransfer: 1.000428
time_starttransfer: 1.430606
time_total: 3.297110
time_redirect: 0.000000