Posts about Chrome
Lighthouse: Web Page Audit with Chrome Developer Tools
Did you know Chrome can perform a comprehensive audit of a web page and analyze many different categories such as Performance, SEO, Best Practices, Accessibility, Progressive Web Application compliance and more?
Measuring Javascript + CSS coverage with Chrome Dev Tools
A new feature in Google Chrome Developer Tools allows you to measure coverage of CSS and Javascript files. This allows you to easily detect and remove unused portions of your code.

