Simply animate, unwind and explore test metrics of WebPagetest filmstrips.
- Works with both official and private WPT instances
- Animation of the filmstrip with slowdown, optional metrics, step through frames, keyboard support
- Unwind the Filmstrip, in columns and rows, optional metrics, variable interval length
- Support for User Timings and Hero Times
- Use the URL hash to save/restore most settings
- Paste WPT test url OR test ID
- Optional: Select run or step
You can pass several parameters in the hash of the URL
testId
: the WPT test IDwptUrl
: URL of the WPT server to use, defaults tohttps://www.webpagetest.org
run
: run number of the test, defaults to1
step
: step number of the test, defaults to1
view
: the view to open. Eitheranimation
orfilmstrip
, defaults toanimation
showMetrics
: if metrics should be enabled. Eithertrue
orfalse
. Default istrue
in filmstrip view:
interval
: the interval between the thumbnails, defaults to500
columns
: the number of columns, defaults to10
thumbnailWidth
: the width of thumbnails in pixels, defaults to150
- Start/Pause quirk on animation with keyboard
- No keyboard support with unwinded filmstrip
- No filmstrip comparison
- Available metrics and "important" metrics are hardcoded
- Not all settings are saved and restored, not possible to reset settings
PRs welcome!