From 29cbc1e31e0d879f98023d29f1ae5fcf09013371 Mon Sep 17 00:00:00 2001 From: vishwanath <101391216+viswa84@users.noreply.github.com> Date: Sun, 18 Sep 2022 23:58:35 +0530 Subject: [PATCH] Update measuring-performance.md --- docusaurus/docs/measuring-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/measuring-performance.md b/docusaurus/docs/measuring-performance.md index a41635cbe..adb266edb 100644 --- a/docusaurus/docs/measuring-performance.md +++ b/docusaurus/docs/measuring-performance.md @@ -16,7 +16,7 @@ reportWebVitals(console.log); This function is fired when the final values for any of the metrics have finished calculating on the page. You can use it to log any of the results to the console or send to a particular endpoint. -## Web Vitals +## Web Vitals and viswa [Web Vitals](https://web.dev/vitals/) are a set of useful metrics that aim to capture the user experience of a web page. In Create React App, a third-party library is used to measure these -- GitLab