1.2 KiB
1.2 KiB
id, title, category, status, canonical_id, duplicate_of, aliases, source_trust_level, confidence_score, verification_status, tags, last_reinforced, github_commit
| id | title | category | status | canonical_id | duplicate_of | aliases | source_trust_level | confidence_score | verification_status | tags | last_reinforced | github_commit | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wiki-2026-0508-cumulative-layout-shift-cls | Cumulative Layout Shift (CLS) | 10_Wiki/Topics | duplicate | core-web-vitals | Core-Web-Vitals |
|
A | 0.9 | redirected |
|
2026-05-10 | pending |
Cumulative Layout Shift (CLS)
이 문서는 Core-Web-Vitals 의 중복본입니다. Canonical 문서로 redirect.
핵심 요약 (specialization aspects)
- CLS 는 매 Core Web Vitals 의 stability metric — visible element 가 unexpectedly shift 한 amount 의 sum.
- 매 target: CLS < 0.1 (good), < 0.25 (needs improvement).
- 매 common causes: 매 image without dimensions, 매 ads/iframes, 매 web font swap (FOUT/FOIT), 매 dynamically injected content above fold.
- 매 fix:
width/heightattributes,aspect-ratioCSS,font-display: optional,min-heightplaceholders, CSScontent-visibility.
🔗 Graph
- 부모: Core-Web-Vitals (canonical)
🕓 변경 이력
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |