检测 JavaScript 中的 http 对象加载时间
我需要捕获每个 http 对象的加载时间,例如 img src="" 和 script src=""
如果不可能循环 http 元素,我可以构建一个数组,然后循环
我知道我可以使用 firebug ,但我需要在 js 中使用它,
谢谢
i need to capture the loading time of each http object such as img src="" and script src=""
if it is impossible to loop the http elements, i can build an array and than loop that
i know that i can use firebug, but i need that inside js
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
比如:
应该这样做。
Something like:
Should do it.