测量网站大小的工具

发布于 2024-09-02 07:49:20 字数 128 浏览 4 评论 0原文

有人可以推荐一些可以帮助我测量网站页面大小的工具吗?我需要收集呈现的页面的大小。我们有 100 多个页面,显然我正在寻找一种可以诊断整个域或文件夹的工具。我不想花几天时间一次测量一页。

预先非常感谢您。

交流电

Can someone please recommend some tools that would help me measure the size of our website pages? I need to gather the size of the page rendered. We have over 100 pages and so obviously I am looking for a tool that could diagnose an entire domain or folder. I don't want to spend days measuring the pages one at a time.

Thank you so much in advance.

ac

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

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

发布评论

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

评论(1

猥琐帝 2024-09-09 07:49:20

页面速度洞察命令行工具为您提供各种指标,包括CSS大小HTML 大小图像大小

安装它:

sudo npm install -g psi

并像这样使用它:

$ psi https://robinwinslow.uk

--------------------------------------------------------

URL:       robinwinslow.uk
Strategy:  mobile
Speed:     84
Usability: 99

CSS size                                   | 118.93 kB
HTML size                                  | 61.03 kB
Image size                                 | 5.36 kB
JavaScript size                            | 45.1 kB
CSS resources                              | 1
Hosts                                      | 4
JS resources                               | 2
Resources                                  | 6
Static resources                           | 4
Total size of request bytes sent           | 945 B

Leverage browser caching                   | 1.49
Minify CSS                                 | 0.08
Minify HTML                                | 0.06
Minimize render blocking resources         | 16
Size tap targets appropriately             | 0.11

--------------------------------------------------------

Page Speed Insights command-line tool gives you various metrics including CSS size, HTML size and Image size.

Install it with:

sudo npm install -g psi

And use it like so:

$ psi https://robinwinslow.uk

--------------------------------------------------------

URL:       robinwinslow.uk
Strategy:  mobile
Speed:     84
Usability: 99

CSS size                                   | 118.93 kB
HTML size                                  | 61.03 kB
Image size                                 | 5.36 kB
JavaScript size                            | 45.1 kB
CSS resources                              | 1
Hosts                                      | 4
JS resources                               | 2
Resources                                  | 6
Static resources                           | 4
Total size of request bytes sent           | 945 B

Leverage browser caching                   | 1.49
Minify CSS                                 | 0.08
Minify HTML                                | 0.06
Minimize render blocking resources         | 16
Size tap targets appropriately             | 0.11

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