addyosmani / timing.js

Navigation Timing API measurement helpers
1.5k stars 114 forks source link

Patch/adjust load time calculation #13

Closed foobartel closed 9 years ago

foobartel commented 9 years ago

This fixes the differing values of total load time in timing.js (addyosmani/timing.js#12) to those shown in Chrome DevTools.

addyosmani commented 9 years ago

Tested locally. Changes LGTM. Thanks @foobartel!

addyosmani commented 9 years ago

Landed in a2eca204253f05f4d078f64a945c32496cd58645

foobartel commented 9 years ago

Thanks @addyosmani!