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
@@ -17,8 +17,8 @@
- **GPU 컴포지팅(Compositing):** 애니메이션이나 전환 효과 등을 브라우저가 개별 레이어로 분리하여 메인 스레드(CPU) 대신 GPU에서 그리도록(Paint) 승격시키면, 메인 스레드를 해방시키고 성능을 크게 향상할 수 있습니다 [4, 14].
## 🔗 Knowledge Connections
- **Related Topics:** [[단일 스레드 (Single-threaded)]], [[React Fiber]], [[동시성 렌더링 (Concurrent Rendering)]]
- **Projects/Contexts:** [[웹 성능 최적화 (Web Performance Optimization)]], [[Core Web Vitals (INP, TTI)]]
- **Related Topics:** 단일 스레드 (Single-threaded), [[React Fiber]], [[동시성 렌더링 (Concurrent Rendering)]]
- **Projects/Contexts:** 웹 성능 최적화 (Web Performance Optimization), Core Web Vitals (INP, TTI)
- **Contradictions/Notes:** 소스에 관련 정보가 부족합니다.
---