axemclion / browser-perf

Performance Metrics for Web Browsers
BSD 2-Clause "Simplified" License
937 stars 61 forks source link

Add speedIndex metric #69

Open andrewrota opened 8 years ago

andrewrota commented 8 years ago

The RUM SpeedIndex metric calculates speedIndex (an indexed value representing the average time at which visible parts of the page are displayed) from resource timings. Is this something that browser-perf would be interested in adding as a builtin metric?

I have an initial implementation here.

axemclion commented 8 years ago

👍 Awesome - adding speed index would be great. Could you send a PR and we could colloborate over that ?