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
@@ -19,8 +19,8 @@
- **스타일 및 위치 최적화:** Reflow를 피하면서 요소를 숨길 때는 `display: none` 대신 `visibility: hidden`을 사용하고 [16], 복잡한 렌더링 변화나 애니메이션이 있는 요소는 `position: absolute``position: fixed`를 사용해 문서의 기본 흐름에서 분리해야 합니다 [14].
## 🔗 Knowledge Connections
- **Related Topics:** `[[Critical Rendering Path]]`, `[[DOM 및 CSSOM]]`, `[[Render Tree]]`, `[[Compositing (GPU 가속)]]`, `[[Virtual DOM]]`
- **Projects/Contexts:** `[[프론트엔드 성능 최적화 (Web Performance Optimization)]]`, `[[React 컴포넌트 렌더링 아키텍처]]`
- **Related Topics:** `[[Critical Rendering Path]]`, `[[DOM 및 CSSOM]]`, `[[Render Tree]]`, `Compositing (GPU 가속)`, `[[Virtual DOM]]`
- **Projects/Contexts:** `프론트엔드 성능 최적화 (Web Performance Optimization)`, `React 컴포넌트 렌더링 아키텍처`
- **Contradictions/Notes:** 소스 간의 상충되는 의견은 없으며, 모든 자료가 일관되게 Reflow와 Repaint의 발생 횟수를 최소화하는 것이 브라우저의 렌더링 성능 및 60 FPS 유지에 필수적이라고 강조합니다 [8, 12, 17, 18].
---