-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Comments
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. |
@harlan-zw is there a plan to integrate them in the UI? |
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. |
@harlan-zw My idea would integrate lighthouse-field-performance. It would allow to sort URLs with enough data and prioritize them. |
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. |
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! 🥇
The text was updated successfully, but these errors were encountered: