question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Also get WebPageTest HAR result analyzed by the Coach

See original GitHub issue

When you run browsertime the HAR result gets analyzed by the coach plugin (and others?).

Because I mainly use WebPageTest (which also provides a HAR file) it would be awesome to also have that HAR analyzed.

This doesn’t look very hard when I just listen to the 'webpagetest.har' message in the coach. All data is analyzed and stored correctly at first sight.

What can be a problem is when you would use both browsertime and webpagetest as an input for your run. Both would generate coach results with the same namespace: pagexray.pageSummary (and pagexray.summary but maybe you want to keep this summary over the different inputs types).

Is this a concern?

Possible solution? Start the namespace with the input type? Maybe we should always namespace the metrics with the input plugin? Like: webpagetest.coach.pageSummary or browsertime.coach.pageSummary.

My branch: https://github.com/JeroenVdb/sitespeed.io/commit/cb0748ecb788810f91770596ed6ea0b3f7423171

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
soulgalorecommented, May 20, 2017

I’m not so into changing the namespace. Since browsertime is default, what about just adding an extra for webpagetest webpagetest.coach.pageSummary?

0reactions
soulgalorecommented, Jun 15, 2018

This is done for PageXray but I think for implementing this for the coach we should also implement getting the doc tests. However I personally don’t feel the need to do this in WPT since we have this in BT.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compare HAR files. - Sitespeed.io
Make it easier to find regressions by comparing your HAR files. Test it out https://compare.sitespeed.io or look at the video: https://youtu.be/dCThwpglIeE ...
Read more >
Third Party Performance Impact with Tim Kadlec - WebPageTest
Third parties can wreck havoc on performance! In this live audit, we walk through some real-world third-party issues to look out for, how...
Read more >
Use WebPageTest together with sitespeed.io - My Personal Blog
Drive WebPageTest using sitespeed.io and include the metrics in your sitespeed.io report.
Read more >
Part 2 — Introducing Sitespeed.io | by Keyur K. Shah | Medium
Coach — The coach helps you find performance problems on your web page. ... Sitespeed.io for you to visualize the HAR waterfall as...
Read more >
WebPageTest Deep Dive - Pluralsight
Dive deep into WebPageTest so you can identify and analyze your web application's performance problems. Try for free. Get this course plus top-rated...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found