Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 13:54:18 +02:00
parent ea00db0ac6
commit 51c8a54795
54 changed files with 185 additions and 152 deletions

View File

@@ -2,9 +2,13 @@
title: "Sitespeed.io"
ring: assess
quadrant: tools
---
Web Performance Monitoring is the process of measuring a Web services ability to respond efficiently to user interactions. Data gathered through monitoring helps analyze performance bottlenecks, plan improvements, and measure a site's responsiveness.
Web Performance Monitoring is the process of measuring a Web services 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 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.
[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.