Hacker News new | ask | show | jobs
by ln_00 1434 days ago
What does this actually do, other than running lighthouse on my page and displaying the result?
2 comments

Thanks for your question...

It allows you to analyze URLs in bulk (up to 50) and to save your reports in the cloud for futures references.

So let's say you pick 6 major types of pages: Homepage, Category Page, Product Page, Short Blog Post Page, Long Blog Post Page, Blog Post With Embeds.

You can analyze them with PSI all together, save their reports and track your progress. When you fix a couple of issues, you can reanalyze the same URLs (they are saved in the form of a "audit blueprint").

That way you get fresh scores and issues, and you track your progress.

Rather than this, I would like to see an article that integrates Lighthouse with Next. How can developers see lighthouse score in the CLI as they build new features?
Thanks, sounds reasonable