Michael Mrowetz

Results 8 issues of Michael Mrowetz

Rather than forcing the user to wait for the onLoad event etc it would be possible to use [PerformanceObserver](https://www.w3.org/TR/performance-timeline-2) to react to entries becoming available. No support in IE and...

enhancement

Chrome M60 starts to support it, it might be nice to have this visualized as well: - https://github.com/wicg/paint-timing#definition - https://developers.google.com/web/updates/2017/06/user-centric-performance-metrics#first_paint_and_fist_contentful_paint

enhancement

There is a `domContentLoaded` mark in the navigation timing, but it would be good to calculate it relative to `domLoading`. ref: https://developers.google.com/web/fundamentals/performance/critical-rendering-path/measure-crp ``` var t = window.performance.timing, interactive = t.domInteractive...

Add more details about request e.g. init type/file type start/end etc.

enhancement

tsc now supports all functionality we needed (grunt-)browserify for (UMS support). It may also simplify our builds.

tooling

The icons used to show title tooltips, but since the keyboard access (same as #203) this does not work anymore.

bug

> In sitespeed.io we render the pages once and run them without a server, so it would be cool if we could prerender the pages that show the waterfall (meaning...

feature

Hi there, I've update Typescript definitions with docs and made some small type tweaks, based on the source-code and docs.