如何使用 javascript 和 cookie 测量页面速度,无需浏览器和 yslow/firebug 等工具

发布于 2024-10-31 08:15:22 字数 167 浏览 7 评论 0原文

我想测量我的终端中的一个项目的页面速度,或者像在任何页面底部呈现的 HTML 注释一样,就像我从“网络”选项卡中的 firebug 获得的结果一样。

如果有任何可用的方法,我想自动执行此操作,并能够使用 nagio 或类似的东西来监控此操作。

有人有好的做法吗?

谢谢你!

I'd like to measure the page speed of one of my projects in my terminal or like a HTML comment rendered at the bottom of any page like the results I'm getting from firebug in the "Network" tab.

If there is any way available I'd like to automate this and get the ability to monitor this with nagio or something like that.

Have anyone a good practice?

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

沧笙踏歌 2024-11-07 08:15:22

检查 HTTPUnit、HTMLUnit、Selenium...

所有这些您都可以使用 Nagios 插件打包和执行 - 而且它们的级别相当高。

您还可以使用 wget/ab 和/或 cURL,但它们只擅长抓取整体页面(即没有 css 等)。

Check into HTTPUnit, HTMLUnit, Selenium....

All of those you can jar and execute with a Nagios plugin - and they're pretty high level.

You could also use wget/ab and/or cURL, but they're only really good at grabbing monolithic pages (ie no css, etc).

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