Understanding Navigation Timing Metrics

Looking at some real world Web performance data, I found an interesting issue.

According to the specification DOM Interactive is triggered when the whole document is parsed. ResponseEnd is triggered when the last byte of the response is received. Looking at our real world data I saw numerous cases where the DOM Interactive events happens before the Response End event. Any thoughts on this?

// Alois

Received on Wednesday, 5 September 2012 13:31:09 UTC