CSS Usage gatherer causes console errors
See original GitHub issueProvide the steps to reproduce
- Run LH on https://pack11ty.dev/
What is the current behavior? Errors in console fails with a message about a 503
What is the expected behavior? Errors in console passes. If you run with --skip-audits=font-display --skip-audits=unused-css-rules --skip-audits=render-blocking-resources --skip-audits=unminified-css
the category gets a 100
Environment Information
- Affected Channels: *
- Lighthouse version: 6.1.1
Related issues https://twitter.com/nhoizey/status/1284734497246851072
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Should FF Error Console "Warnings" be taken seriously if ...
In the case of StackOverflow, virtually all the "errors" being reported are due to their use of CSS hacks to target specific browsers ......
Read more >Zach Leatherman on Twitter: "Super excited to get this out there ...
CSS Usage gatherer causes console errors · Issue #11129 · GoogleChrome/ ... Errors in console fails with a message about a 503 What...
Read more >CSS Tips and Tricks for Customizing Error Messages!
Cognito Forms have several class names that allow you to do this very thing. The ones we'll be making use of are: c-error...
Read more >Fix JavaScript errors that are reported in the Console
Learn how to use Microsoft Edge DevTools to find and fix JavaScript bugs. Find unused JavaScript and CSS code with the Coverage tool...
Read more >Getting to Know Puppeteer Using Practical Examples
Makes the browser to be launched in a headful way. const browser = await puppeteer.launch({ headless: false });. console.info(browser);.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the extra detail @andrealeardini! Those are all great examples we should cleanup too 👍
I think this is not an issue anymore?