how do we investigate how many times a browser is doing reflows?

后端 未结 3 1470
悲哀的现实
悲哀的现实 2020-12-05 14:11

Is there a web developer functionality/tool that allows us to know how many times a browser is doing reflows?

basically I want to have some sort of feedback/informa

3条回答
  •  天命终不由人
    2020-12-05 15:10

    Sometime after late 2013, the reflow logging is built into Firefox logging.

    https://mail.mozilla.org/pipermail/firefox-dev/2013-October/001044.html

    In browser console (Tools > Web Developer > Browser Console), in the [CSS] menu, select "Log"

提交回复
热议问题