What causes Chrome Timeline Frame to have so much empty white space

前端 未结 2 702
故里飘歌
故里飘歌 2020-12-29 05:35

Sometimes when I Inspect Element in Google Chrome I find that I have some large frames, but they are filled with white space. Anyone know what often causes such large amoun

2条回答
  •  爱一瞬间的悲伤
    2020-12-29 05:50

    This is documented here, see the 'About clear or light-gray frames' section. 'Clear frames' in question are described there as

    Idle time between display refresh cycles.

    According to this video, clear bar indicates browser waiting for a CPU or a GPU. There is nothing that developers can do to fix this when working on a 'standard' website.

提交回复
热议问题