250x250
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- blockchain
- built in object
- 삶
- concept
- web
- tailwindcss
- Ethereum
- SSR
- Props
- HTML
- error
- API
- graphQL
- hardhat
- express.js
- JavaScript
- 기준
- useState
- typeScript
- CSS
- node.js
- Interface
- CLASS
- Redux
- nextJS
- middleware
- solidity
- bitcoin
- evm
- REACT
Archives
- Today
- Total
ReasonJun
Web Vitals : LCP / FID / CLS & Measure Performance / Lighthouse 본문
Frontend/Library
Web Vitals : LCP / FID / CLS & Measure Performance / Lighthouse
ReasonJun 2023. 6. 21. 12:36728x90
Web Vitals are a set of metrics that measure the user experience of a web page. They are designed to help developers understand how their pages are performing and identify areas where they can improve.
The three core Web Vitals are:
- Largest Contentful Paint (LCP): This measures the time it takes for the largest contentful paint (LCP) element on a page to render. The LCP element is typically the text or image that is most important to the user's experience.
- First Input Delay (FID): This measures the time it takes for a user to interact with a page after it has loaded. The FID is important because it measures how responsive a page feels to the user.
- Cumulative Layout Shift (CLS): This measures the amount of visual change that occurs as a page loads. The CLS is important because it measures how stable a page feels to the user.
Web Vitals
정상적인 사이트를 위한 필수 메트릭
web.dev
Measure Performance
https://developers.google.com/speed
Make the Web Faster | Google for Developers
고성능 웹사이트를 빌드하는 데 도움이 되는 도구 및 정보입니다.
developers.google.com
Chrome extension Lighthouse

Chrome extension Performance insights

728x90
'Frontend > Library' 카테고리의 다른 글
| PostCSS & AutoFixer (0) | 2023.06.29 |
|---|---|
| react-hook-form (useForm()) (0) | 2023.06.23 |
| ESLint (0) | 2023.06.20 |
| utterances (comment feature) (0) | 2023.06.20 |
| SEO => robots.txt & sitemap (next-sitemap) (0) | 2023.06.20 |
Comments