我正在https://developers.google.com/speed/docs/insights/LeverageBrowserCaching阅读以下信息:
通过网络获取资源既缓慢又昂贵:下载可能需要在客户端和服务器之间进行多次往返,这会延迟处理并可能阻止页面内容的呈现,并且还会导致访问者的数据成本。
为什么这可以require multiple roundtrips
?为什么不a single roundtrip
?
答案 0 :(得分:0)
也许在一次往返中可以完成几个字节。但是,正如Ilya Grigorik在https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching#defining-optimal-cache-control-policy所述,"大型响应需要在客户端和服务器之间进行多次往返"。