We are using React Developer Tools to benchmark our React app.
The component IncidentList renders for "17.1ms of 54.3ms"
, if i understand correctly, 17.1ms
means the time IncidentList uses to render. How about the remaining time 54.3-17.1
? We use redux here, does it mean that redux consumes the remaining time?
Reference: