gingerchew / web-vitals-comp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Vitals Component

A small Custom Element to watch web vitals for Lighthouse V6.

Currently only watches LCP, CLS, and FID.

Put on website

This is how I put it onto my webpage:

<web-vitals>
	<script async defer src="path/to/java/script"></script>
</web-vitals>

But if you find a better way, please let me know 😊

About

License:MIT License


Languages

Language:JavaScript 72.0%Language:HTML 28.0%