计算初始网站下载量?
嘿伙计们, 奇怪的问题 - 我不知道如何在这个问题的标题中描述我想要的东西。 我想知道如何测量或查询我的浏览器必须下载多少兆字节或千字节才能查看我的网站首页。
我正在尝试针对移动设备优化我的网站,因此我想知道移动浏览器必须下载多少字节才能查看我的网站。图像、js 文件、css 文件等等 ->有没有一种简单好用的方法来衡量?
感谢您的帮助 问候马特
hey guys,
weird question - i have no idea how to describe what i want i in the title of this question.
i wonder how i can measure or query how much megabytes or kilobytes my browser has to download to view my front-page of my website.
i'm trying to optimize my website for mobile devices and so i wonder how much bytes a mobile browser has to download to view my website. images, js-files, css-files, etc. all in all -> is there a nice and simple way to measure that?
thank you for your help
regards matt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用网络浏览器开发工具。
对于 Chrome,工具嵌入在浏览器中:
对于 Firefox,您可以使用 Firebug 插件:
You can use web-browser developer tool.
For Chrome, tools are embedded in the browser:
For Firefox you can use the Firebug plugin: