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

afreeland picture afreeland · Sep 6, 2012 · Viewed 8.4k times · Source

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 amounts of empty space? I have seen timers cause issues with extending the frames length but in the example below I am unsure why a frame would be so large.

Would love some help minimizing these

Empty Spce

Answer

Konrad Dzwinel picture Konrad Dzwinel · Aug 20, 2013

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.