# 구글 사이트들도 PageSpeed 테스트 통과 못함

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4401](https://news.hada.io/topic?id=4401)
- GeekNews Markdown: [https://news.hada.io/topic/4401.md](https://news.hada.io/topic/4401.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-06-06T10:00:40+09:00
- Updated: 2021-06-06T10:00:40+09:00
- Original source: [reddit.com](https://www.reddit.com/r/dataisbeautiful/comments/ns4t1z/oc_google_cant_pass_its_own_page_speed_test/)
- Points: 3
- Comments: 1

## Topic Body

- 구글이 검색결과에 Core Web Vitals 값을 적용해서 페이지 속도를 반영하겠다고 계속 얘기중

- 그러나 실제로 96% 사이트는 테스트에 실패함

- 구글의 각 사이트들을 테스트 해본 결과, 역시 대부분 실패함

ㅤ→ 유튜브, 구글번역, 구글클라우드, 구글맵, 구글트렌드, 구글스토어..

- 가장 큰 문제는 CLS(Cumulative Layout Shift) 와 LCP(Largest Contentful Paint)

## Comments



### Comment 5387

- Author: xguru
- Created: 2021-06-06T10:00:45+09:00
- Points: 3

구글도 못하는걸 왜 해야하냐! 라는 얘기라고 볼건 아니고, CWV 달성이 그만큼 힘들다고 보시면 될 것 같습니다. ^^;

구글, 검색결과 순위에 페이지 경험(Page Experience) 지표 도입 https://news.hada.io/topic?id=2197

- Core Web Vitals

ㅤ→ LCP : Largest Contentful Paint

ㅤ→ FID : First Input Delay

ㅤ→ CLS : Cumulative Layout Shift

Lighthouse 6.0 릴리즈 https://news.hada.io/topic?id=2122

ㅤ→ LCP,CLS,TBT 메트릭 추가

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

ㅤ→ 이미지/광고의 느린 로딩, 비동기 동작, 동적 DOM변경등으로 웹 페이지의 레이아웃이 얼마나 변하는 지를 측정

ㅤ→ 사용자가 잘못된 클릭을 유발하게 되는 시각적 불안정성을 체크하는 사용자 중심 성능 지표
