How to measure browser layout performance

后端 未结 2 1496
长发绾君心
长发绾君心 2021-01-21 05:16

I\'m troubleshooting a performance regression in a large webapp. I recently made some changes to remove an IFRAME and put the contents directly into the original DOM, to make p

2条回答
  •  醉酒成梦
    2021-01-21 05:41

    Here's a really interesting test for the browser itself:

    Maze Solver: CSS3 Layout Performance Test

    Performance on the web is multi-dimensional. In this test we focus on the browser layout engine to exercise the browser's handling of CSS 2.1 and CSS 3 layout constructs. These constructs are used to style HTML, and the layout engine is an important component of overall web browser performance.

    Again, this test is for the browser itself, not your code, which, if I understand correctly, is what you're looking for.

提交回复
热议问题