用于确定 HTTP 请求完成所需时间的工具

发布于 2024-11-04 20:33:06 字数 101 浏览 0 评论 0原文

我需要一个工具来确定页面完全加载需要多长时间(从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

朮生 2024-11-11 20:33:08

IE9开发者工具>>网络选项卡

IE9 developer tools > Network tab

极致的悲 2024-11-11 20:33:07

带有 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.

转瞬即逝 2024-11-11 20:33:07

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文