@
ericFork 我从 Github Codespace 发起请求实测的数据:
```
curl -w "DNS: %{time_namelookup}s | TCP: %{time_connect}s | SSL: %{time_appconnect}s | TTFB: %{time_starttransfer}s | Total: %{time_total}s\n" -o /dev/null -s 'https://tabby.wayne*****.com/api/1/versions'
```
第一次的结果:
DNS: 0.165136s | TCP: 0.167360s | SSL: 0.193987s | TTFB: 1.346681s | Total: 1.346746s
第三次的结果:
DNS: 0.000977s | TCP: 0.003042s | SSL: 0.030625s | TTFB: 0.669437s | Total: 0.669507s
这个结果仅供参考, 影响的条件很多,CF 本身有一层 Proxy+Cache ,到 Github 那边可能也会有。对于我自己的使用来说,我要经过一层巨慢的 VPN ,所以即使花费 2,3x 的速度,我也必须得接受。
另外就是从 Vercel 的 Observability 来看,即使 StartType 为 Cold ,P95 的 CPU 时间也没有超过 200ms
