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

后端 未结 3 1472
悲哀的现实
悲哀的现实 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:14

    You can track reflow information if you have a custom built Firefox.

    see below: https://developer.mozilla.org/en-US/docs/Debugging_Frame_Reflow

    How to build Firefox with enable debugging mode: https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions

提交回复
热议问题