首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >EO 加速后,访问速度达到惊人的 16kbps?

EO 加速后,访问速度达到惊人的 16kbps?

提问于 2026-08-19 21:55:30
回答 0关注 0查看 13

源站服务器在新加坡,EO 设置为全球可用区,但是速度竟然达到了惊人的 16kbps,一个 5MB 的 JS 资源都要超时

缓存未命中是预期的,不缓存也不应该这个速度

代码语言:txt
复制
$ 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

服务器通过公网访问自己正常:

代码语言:txt
复制
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/

我目前是免费套餐,本来想升级个人版或企业版,付费套餐也这样吗?那就没必要买了

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档