From bc93a9b31cd8740b901e571ad1ea86ed149bd6fc Mon Sep 17 00:00:00 2001 From: Mario Erazo Date: Mon, 14 Jun 2021 14:36:58 +0200 Subject: [PATCH 1/2] Add Sitespeed --- radar/2021-01-01/sitespeed.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 radar/2021-01-01/sitespeed.md diff --git a/radar/2021-01-01/sitespeed.md b/radar/2021-01-01/sitespeed.md new file mode 100644 index 0000000..139222d --- /dev/null +++ b/radar/2021-01-01/sitespeed.md @@ -0,0 +1,10 @@ +--- +title: "Sitespeed.io" +ring: assess +quadrant: tools + +--- + +Web Performance Monitoring is the process of measuring a Web service’s ability to respond efficiently to user interactions. Data gathered through monitoring helps analyze performance bottlenecks, plan improvements, and measure a site's responsiveness. + +[Sitespeed.io](https://www.sitespeed.io/) is a set of Open Source tools that makes it easy to monitor and measure the performance of a Web site. It tests web sites using real (or headless) browsers, simulating users connectivity and collecting important user centric metrics. The tools are packaged as a docker image that can be easily deployed. Data collected can be saved to different locations for later analysis which makes it easy to track changes. Last, Sitespeed.io can be used as part of a continuos integration pipeline or as part of a monitoring solution. From f05e893b30cad78ed0dbe22e86ef5f0eb57670b6 Mon Sep 17 00:00:00 2001 From: Brian Hoffmann Date: Mon, 14 Jun 2021 15:37:07 +0200 Subject: [PATCH 2/2] Grammar --- radar/2021-01-01/sitespeed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar/2021-01-01/sitespeed.md b/radar/2021-01-01/sitespeed.md index 139222d..ad4f34e 100644 --- a/radar/2021-01-01/sitespeed.md +++ b/radar/2021-01-01/sitespeed.md @@ -7,4 +7,4 @@ quadrant: tools Web Performance Monitoring is the process of measuring a Web service’s ability to respond efficiently to user interactions. Data gathered through monitoring helps analyze performance bottlenecks, plan improvements, and measure a site's responsiveness. -[Sitespeed.io](https://www.sitespeed.io/) is a set of Open Source tools that makes it easy to monitor and measure the performance of a Web site. It tests web sites using real (or headless) browsers, simulating users connectivity and collecting important user centric metrics. The tools are packaged as a docker image that can be easily deployed. Data collected can be saved to different locations for later analysis which makes it easy to track changes. Last, Sitespeed.io can be used as part of a continuos integration pipeline or as part of a monitoring solution. +[Sitespeed.io](https://www.sitespeed.io/) is a set of Open Source tools that makes it easy to monitor and measure the performance of a website. It tests websites using real (or headless) browsers, simulating users connectivity and collecting important user-centric metrics. The tools are packaged as a docker image that can be easily deployed. Data collected can be saved to different locations for later analysis which makes it easy to track changes. Last, Sitespeed.io can be used as part of a continuous integration pipeline or as part of a monitoring solution.