arrow_backBACK TO DRILLS
Black Beltdevtools-performancePREMIUM
Profiler Commit Time Does Not Equal Sum of Component Render Durations
A developer profiles a commit in React DevTools and sees the total commit duration listed as 42ms. When they manually add up the individual render durations shown for every component beneath it in the same commit, the sum comes out to only 28ms.
What accounts for the 14ms gap between the reported commit time and the sum of individual component render durations?