docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -7,7 +7,7 @@ last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - Largest Contentful Paint (LCP)"
---
# [[Largest Contentful Paint (LCP)]]
# [[Largest Contentful Paint (LCP)|Largest Contentful Paint (LCP)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> LCP(Largest Contentful Paint)는 웹 페이지의 로딩 성능을 측정하는 구글의 핵심 웹 바이탈(Core Web Vitals) 지표 중 하나로, 브라우저가 화면에 가장 큰 콘텐츠를 렌더링하는 데 걸리는 시간을 의미합니다 [1, 2]. 이는 사용자가 페이지의 주요 콘텐츠를 볼 수 있게 되는 시점을 나타내는 대리 지표로 사용됩니다 [2]. 구글은 좋은 사용자 경험을 위해 LCP를 2.5초 미만으로 유지할 것을 권장하며, 4.0초를 초과하면 불량한 것으로 간주합니다 [3, 4].
@@ -28,8 +28,8 @@ github_commit: "[P-Reinforce] Continuous Worker - Largest Contentful Paint (LCP)
- **정책 변화:** AI 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Core Web Vitals]], Chrome User Experience Report (CrUX), [[Interaction to Next Paint (INP)]], [[Cumulative Layout Shift (CLS)]], [[Soft Navigation]]
- **Projects/Contexts:** [[Interop 2025]], [[Chrome DevTools]], [[Lighthouse]]
- **Related Topics:** [[Core Web Vitals|Core Web Vitals]], Chrome User Experience Report (CrUX), [[Interaction to Next Paint (INP)|Interaction to Next Paint (INP)]], [[Cumulative Layout Shift (CLS)|Cumulative Layout Shift (CLS)]], [[Soft Navigation|Soft Navigation]]
- **Projects/Contexts:** [[Interop 2025|Interop 2025]], [[Chrome DevTools|Chrome DevTools]], [[Lighthouse|Lighthouse]]
- **Contradictions/Notes:** 소스에 따르면 현재 LCP 지표는 웹 사이트의 초기 네비게이션(initial navigation)에 대한 로드 시간만을 측정하기 때문에, URL 변경 시 전체 새로고침이 일어나지 않는 Soft Navigation 기반의 단일 페이지 애플리케이션(SPA) 운영자와 개발자에게는 성능 분석에 상당한 사각지대가 발생한다는 한계가 지적됩니다 [17].
---