perfmap
perfmap copied to clipboard
Duration includes blocking time
Duration from resource timing includes blocking time if multiple images from same domain.
Remove duration?
why not add a new filed called "networkDuration" which resolves as below
networkDuration = dns + tcp + waiting + content;
as Steve suggested.