-
Updated
Feb 25, 2020 - HTML
lighthouse
Here are 236 public repositories matching this topic...
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
Would be nice if running pwmetrics in a non-tty environment suppressed ANSI code output.
Otherwise, output looks like:
Launching Chrome
[32m✓[0m Success: [32mRun 1 of 3 finished successfully.[0m
Launching Chrome
[32m✓[0m Success: [32mRun 2 of 3 finished successfully.[0m
Launching Chrome
[32m✓[0m Success: [32mRun 3 of 3 finished successfully.[0m
☆ Median run ☆
-
Updated
Dec 9, 2019 - C++
@Snugug shared a cool Github Actions pattern he's using to run multiple jobs in parallel but only after the project has been built. Basically it's a combo of the needs job property combined with uploading/downloading artifacts.
it gives two benefits:
- you can do jobs in parallel, to get all
-
Updated
Jul 10, 2020 - C
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Mar 3, 2019 - JavaScript
I missed the Chrome team adding "stack packs" in v5.0. Right now the only additional rules are for WordPress and AMP (and apparently React and Angular soon) but it would be cool to have a configuration flag to add these to the action.
-
Updated
Dec 9, 2018 - JavaScript
Hi, thanks for this great tool!
lighthouse-ci doesn't explain why it failed
accessibility: 92
best-practices: 86
seo: 100
pwa: 77
Failed. ❌
Error: lighthouse-ci test failed.
It would be nice to output per line failed assertions, e.g. failed due to pwa < 80
-
Updated
Apr 6, 2020 - Dockerfile
This issue is a cross post of SO posted at: https://stackoverflow.com/questions/54307692/how-to-run-multiple-akka-net-lighthouse-seeds as there was no fix given by anybody. Essentially, Lighthouse documentation does not outline how to run multiple nodes or the best practices for that.
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
May 4, 2020 - Go
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jul 2, 2020 - JavaScript
Docs
Hello! First of all as the creator of lighthouse-gh-reporter id like to say that I'm so glad to see that my small tool contributed to inspire you. You put my idea to the next level as my next step in mind was exactly, more or less what you have done so.. congratulations
On the other hand I'd like to contribute into make this somet
-
Updated
Apr 4, 2020 - TypeScript
-
Updated
May 28, 2020 - JavaScript
-
Updated
Nov 18, 2016 - JavaScript
Issue Overview
When requesting a report for a specific version of a plugin, if Tide doesn't yet have a report for it it'll start to generate one and return a <p>pending</p> response.
That response then gets cached, and will return the <p>pending</p> response until it expires.
Suffixing a ?1 to the URL to bypass the URL caching then results in being able to access it.
Steps to R
-
Updated
Mar 13, 2020 - HTML
-
Updated
May 16, 2019 - JavaScript
Improve this page
Add a description, image, and links to the lighthouse topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lighthouse topic, visit your repo's landing page and select "manage topics."


Some prior art here:
https://github.com/puppeteer/examples/blob/master/verify_sw_caching.js
https://michaljanaszek.com/blog/test-website-performance-with-puppeteer/#cacheAndServiceWorker