feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -10,7 +10,7 @@ Lighthouse는 Chrome DevTools에 내장되어 웹 애플리케이션의 성능
* **실제 사용자 데이터(RUM)와의 병행 사용:** Lighthouse는 실험실 도구(Lab tool)이므로 실제 사용자의 기기, 네트워크 상태 및 사용 패턴을 완벽히 반영하지 못할 수 있습니다 [1]. 따라서 프로덕션 환경에서는 `web-vitals` 자바스크립트 라이브러리를 활용해 실제 사용자 데이터(Field data)를 수집하여 함께 모니터링하는 것이 필수적입니다 [1, 2].
## 🔗 Knowledge Connections
- **Related Topics:** [[Core Web Vitals]], [[LCP]], [[Render-blocking resources]], [[Chrome DevTools]]
- **Related Topics:** [[Core Web Vitals]], LCP, Render-blocking resources, [[Chrome DevTools]]
- **Projects/Contexts:** [[React Performance Optimization]], [[Critical Rendering Path]]
- **Contradictions/Notes:** 다른 성능 측정 도구인 WebPageTest가 모든 렌더링 차단 리소스를 명확하게 표시하는 반면, Lighthouse는 페이지 렌더링을 실제로 지연시키는 요소만 미묘하게 강조한다는 접근 방식의 차이가 있습니다 [3].