This is the demo project for improve web vital metrics. It's a simple site with a lot of bad practices.
You can practice with this project and improve the web vital metrics.
We prepared 3 case for each vital metrics
- LCP - Largest Contentful Paint (prepared by @hasantezcan)
You can switch the LCP branch to see the LCP cases
- FID - First Input Delay (prepared by @merttosun)
You can switch the FID branch to see the FID cases
- CLS - Cumulative Layout Shift (prepared by @aslihann)
You can switch the CLS branch to see the CLS cases
-
Clone this repo
-
Install dependencies
yarn install
- Run the project
yarn dev
- Open the project in your browser
http://localhost:3000