A quick way to check for PageSpeed metrics, Lighthouse scores (are those the same thing these days?), and Core Web Vitals, all in one place.
- Source
- Link to Original 🔗
- Published
- Categories
- Frontend
- Tags
- core web vitals, page speed, Lighthouse, web performance
Explore Other Notes
⬅ Newer
The good, the bad, the web components
An excellent overview of the current state of web components, including suggestions on how they could be …
Older ➡
Removing list styles without affecting semantics.
A simple tweak that simplifies the common approach to "lists that don't look like lists" with HTML/CSS and sidesteps any semantic/accessibility concerns. …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>A quick way to check for PageSpeed metrics, Lighthouse scores (are those the same thing these days?), and Core Web Vitals, all in one …</p> </body> </html>
- Murray Champernowne