-
Updated
Feb 25, 2020 - HTML
lighthouse
Here are 223 public repositories matching this topic...
-
Updated
May 20, 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++
Nice to have check for none production URLs (preview). Netlify has this feature, it just builds user site against branch/PR user/collaborator pushed. Then user sees perf results for the new changes in PR using the same action.
PoC PR - #30
Main problem is race conditions: Netlify can deploy longer then action
-
Updated
May 25, 2020 - JavaScript
-
Updated
May 12, 2020 - C
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Mar 3, 2019 - JavaScript
-
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
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
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
May 25, 2020 - JavaScript
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
May 4, 2020 - Go
-
Updated
Apr 22, 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
Apr 29, 2020 - JavaScript
-
Updated
May 6, 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
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."
extend the docs on how the bot can be used with GitHubActions.
GithubActions is a neat and fast new way to interact with githubs, its worksflows etc.
its much more powerfull then the regular CI systems we are used to.
this would make it possible to add things like "trigger the lighthousebot via a keyword in a comment" or similar