Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I specify custom Lighthouse plugins in the config? #48

Open
jackdbd opened this issue Mar 4, 2023 · 5 comments
Open

Can I specify custom Lighthouse plugins in the config? #48

jackdbd opened this issue Mar 4, 2023 · 5 comments

Comments

@jackdbd
Copy link

jackdbd commented Mar 4, 2023

Details

I had a look at the documentation, but could't find whether is possible or not to specify custom Lighthouse plugins in the config. For example, these two plugins would be quite useful:

The latter is included in the "default" Lighthouse report available in Chrome DevTools.

PS: awesome project! 🥇

@harlan-zw
Copy link
Owner

Hey @jackdbd

Thanks for the issue. I wasn't actually aware that plugins work, nice share!

I'm working on Lighthouse 10 support, will try and get these working in the same release.

@pedddro
Copy link
Contributor

pedddro commented Jun 22, 2023

@harlan-zw is there a plan to integrate them in the UI?

@harlan-zw
Copy link
Owner

harlan-zw commented Jun 22, 2023

You have the ability to customize the columns already so it should be possible.

It's unlikely Unlighthouse would modify the columns for you based on the plugins used, at least at this stage.

@pedddro
Copy link
Contributor

pedddro commented Jul 5, 2023

@harlan-zw My idea would integrate lighthouse-field-performance. It would allow to sort URLs with enough data and prioritize them.

@pedddro
Copy link
Contributor

pedddro commented Jul 21, 2023

The current ways to track page-level(not origin) Core Web Vitals field data that I can think of are by paying a RUM or this project which also leverages the PSI API to work, same as treo LH plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants