All tags

Lighthouse in CI might be easier than you think

Nov 04, 2019
4 min read
Mirco Zeiss

Lighthouse is great during development for auditing performance metrics. Using it in Continuous Integration is a little more tricky but easier than you might think. Learn how to automatically keep an eye on the indicators Performance, Accessibility, Best Practices, SEO and PWA.

Add performance budgets to your CI

Oct 24, 2019
4 min read
Mirco Zeiss

Performance budgets help you to measure, optimize, and monitor your application's speed. They play a significant role in the success of any online venture and affect business metrics. Learn how to add them for your JavaScript application to your Continuous Integration.