HTML 文档 + js +图像大小(kb)
我希望能够找出下载一个页面需要多长时间。当我知道页面的大小(包括 html 页面、javascript 和图像(包括背景图像))时,我可以计算需要多长时间。
有没有一种方法可以轻松计算这个?或者也许是在线资源?
目前我使用 FF 的 Web Developer 工具栏显示文档大小,但不显示背景图像......
I want to be able to find out how long a page will take to download. I can calculate how long it will take when I know the size of the page including html page, javascript and images (including background images).
Is there a way to calculate this easily? Or an online resource perhaps?
Currently I use FF's Web Developer toolbar that shows the document size, but not with background images...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试Firebug。
有一个名为“网络”的选项卡。
所有加载的文件都会显示其大小。
try Firebug.
Theres a tab named "network".
All loaded files are shown there with size.