From c860a104c8a4578d303f6c975889668b1ef07328 Mon Sep 17 00:00:00 2001 From: "daniel.motzko" Date: Fri, 29 Apr 2022 10:27:02 +0200 Subject: [PATCH] docs: add Lighthouse CI article --- radar/2022-03-28/lighthouse-ci.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 radar/2022-03-28/lighthouse-ci.md diff --git a/radar/2022-03-28/lighthouse-ci.md b/radar/2022-03-28/lighthouse-ci.md new file mode 100644 index 0000000..6d35995 --- /dev/null +++ b/radar/2022-03-28/lighthouse-ci.md @@ -0,0 +1,10 @@ +--- +title: "Lighthouse CI" +ring: assess +quadrant: tools +--- +At AOE, we want to keep a permanent eye on the metrics of the [Web Vitals](https://web.dev/learn-web-vitals/) for our projects. + +[Lighthouse CI](https://web.dev/lighthouse-ci/) is a collection of free tools that facilitate the use of Lighthouse for performance monitoring. With Lighthouse CI we get a history of evaluation results and can compare them over time. It is also possible to set performance budgets to ensure that a website's performance does not deteriorate through regression. + +Although performance monitoring is the most common use case for Lighthouse CI, other aspects of Lighthouse can also be monitored, such as SEO or accessibility. Thus, the use of Lighthouse CI can help ensure an overall good user experience. \ No newline at end of file