源站服务器在新加坡,EO 设置为全球可用区,但是速度竟然达到了惊人的 16kbps,一个 5MB 的 JS 资源都要超时
缓存未命中是预期的,不缓存也不应该这个速度
$ curl -L --max-time 120 -D - -o /dev/null ...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 00:07 0HTTP/1.1 200 OK
content-security-policy: default-src 'none'; connect-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline' 'self'; form-action 'none'; frame-ancestors 'none'; font-src 'self'
content-type: text/javascript; charset=utf-8
service-worker-allowed: /
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
x-content-type-options: nosniff
Server: TencentEdgeOne
Cache-Control: no-store
Age: 0
Transfer-Encoding: chunked
Connection: keep-alive
Date: Wed, 19 Aug 2026 12:00:45 GMT
EO-LOG-UUID: 3490805597243302533
EO-Cache-Status: MISS
NEL: {"success_fraction":0.1,"report_to":"eo-nel","max_age":604800}
Report-To: {"endpoints":[{"url":"https://nel.teo-rum.com/eo-cgi/nel"}],"group":"eo-nel","max_age":604800}
100 2.00M 0 2.00M 0 0 17522 0 01:59 27272
curl: (28) Operation timed out after 120015 milliseconds with 2129920 bytes received服务器通过公网访问自己正常:
curl -k --resolve ... -sS -D - -o /dev/null --max-time 30 \
-w "\ncode=%{http_code} size=%{size_download} time=%{time_total}s speed=%{speed_download}B/s\n" \
...
HTTP/2 200
cache-control: no-store
content-security-policy: default-src 'none'; connect-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline' 'self'; form-action 'none'; frame-ancestors 'none'; font-src 'self'
content-type: text/javascript; charset=utf-8
date: Wed, 19 Aug 2026 13:47:29 GMT
service-worker-allowed: /
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
x-content-type-options: nosniff
code=200 size=5864529 time=0.174827s speed=33544755B/我目前是免费套餐,本来想升级个人版或企业版,付费套餐也这样吗?那就没必要买了
相似问题