# Lighthouse 6.0 릴리즈

> Clean Markdown view of GeekNews topic #2122. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2122](https://news.hada.io/topic?id=2122)
- GeekNews Markdown: [https://news.hada.io/topic/2122.md](https://news.hada.io/topic/2122.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-05-21T09:22:38+09:00
- Updated: 2020-05-21T09:22:38+09:00
- Original source: [web.dev](https://web.dev/lighthouse-whats-new-6.0/)
- Points: 5
- Comments: 1

## Topic Body

- LCP,CLS,TBT 메트릭 추가

- Unused JS 확인이 기본으로 동작, 접근성 심사 개선

- 모바일 퍼스트

ㅤ→ 느린 네트웍/CPU 시뮬레이션

ㅤ→ 화면 에뮬레이션

- 찾은 이슈에서 소스 바로 가기 지원

- 개발자 도구안에서의 이름 변경 : Audits → Lighthouse

- 메트릭 추가에 따른 성능 점수 계산식 변경

ㅤ→ FCP 15%, SI 15%, LCP 25%, TTI 15%, TBT 25%, CLS 5%

ㅤ→ TTI/FCP 가중치가 줄고, FMP/FCI는 제거됨

FCP : First Contentful Paint

SI : Speed Index

LCP : Largest Contentful Paint

TTI : Time To Interactive

TBT : Total Blocking Time

CLS : Cumulative Layout Shift

## Comments



### Comment 1848

- Author: xguru
- Created: 2020-05-21T09:22:43+09:00
- Points: 1

Cumulative Layout Shift (CLS) 란 무엇인가? https://news.hada.io/topic?id=1697
