有没有办法确定 CSS 解析/渲染何时完成?

发布于 2024-09-02 10:49:31 字数 92 浏览 7 评论 0原文

我想知道是否有 DOM 事件或其他方式来确定浏览器何时完成解析/渲染 CSS 的基准测试目的。我正在尝试优化 CSS 选择器,并且需要一种方法来测量绘图/渲染/回流时间。

I am wondering for benchmarking purposes if there is a DOM event or other way to determine when the browser has finished parsing/rendering the CSS. I'm trying to optimize CSS selectors and need a way to measure the drawing/rendering/reflowing times.

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

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

发布评论

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

评论(1

南薇 2024-09-09 10:49:31

如果您使用的是 Chrome/Chromium,则有一个内置的分析器,其中包括渲染。这是在此页面上运行时的样子:https://i.sstatic.net/J1PQi。 png

按 Ctrl-Shift-J 访问 Chrome 中的开发人员工具。

我确信 Firebug 对于 Firefox 也有类似的东西。

If you are using Chrome/Chromium there is a built in profiler which includes rendering. This is what it looks like when run on this page: https://i.sstatic.net/J1PQi.png

Press Ctrl-Shift-J to access the developer tools in Chrome.

I'm sure that Firebug has something similar for Firefox.

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