Idle time in frame rendering in Chrome DevTools
问题 When doing research on web render optimization, i've encountered a strange render behavior on many popular websites. Big part of frame render time is empty space with no operations. Example from Apple promo page The only thing that operates in that timeframe is a GPU. I couldn't find any cause for this behavior. What could be the reason behind this issue and how can i improve render time of such frames in my projects? 回答1: This is idle time, the time when the browser is waiting on the CPU or