Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在本地处理一个 Django 项目。如何找到以千字节为单位加载的网页大小?服务器向浏览器渲染了多少字节?我正在使用铬。请告诉任何技巧来找到这个!
使用网络选项卡。
大小列中的顶部数字是线路上的大小,通常这是 gzip 之后的压缩大小(也是唯一重要的数字)。灰色数字是最初在线路上压缩之前的内容大小。
在 Chrome 中,您可以使用开发人员工具执行此操作:
Inspect Element
Network
开发服务器报告控制台中服务的每个请求的大小。