用于确定 HTTP 请求完成所需时间的工具
我需要一个工具来确定页面完全加载需要多长时间(从 HTTP 请求开始),最好是可以在客户端运行并且(不是关键)允许记录统计信息的工具。
有这样的事吗?
谢谢
I need a tool to determine how long it takes the page to be fully loaded (from the start of my HTTP request), preferably something that can be run client-side and (not critical) permits logging for statistics.
Is there such a thing?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
IE9开发者工具>>网络选项卡
IE9 developer tools > Network tab
带有 Firebug 插件的 Firefox。初始页面加载时是否会分离每种类型的项目和单个项目(如图像、js 等)。它还单独测量 XHR 请求。
Firefox with the Firebug add-on. Does the initial page load along with separating each type of item and individual items (like images, js, etc). It also measures XHR requests individually.
Fiddler http://www.fiddler2.com/fiddler2/ 及其附加组件之一: http://www.fiddler2.com/fiddler2/addons/neXpert.asp 可以执行此操作以及更多操作。以下是 Fiddler 添加的演示,甚至可以根据此信息提出性能调整建议: https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032398774&EventCategory=5&culture=en-US&CountryCode=US。
Fiddler http://www.fiddler2.com/fiddler2/ as well as one of its add-ons: http://www.fiddler2.com/fiddler2/addons/neXpert.asp do this and much more. Here is a demo of the Fiddler add on which even makes recommendations for performance tuning based on this information: https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032398774&EventCategory=5&culture=en-US&CountryCode=US.