feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: FE-DEBUG-MEMORY-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [javascript, performance, debugging, memory-leak, heap-snapshot, devtools, chrome]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Memory Leak Debugging in JavaScript (자바스크립트 메모리 누수 디버깅)]]
|
||||
# Memory Leak Debugging in JavaScript (자바스크립트 메모리 누수 디버깅)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "더 이상 필요하지 않은 데이터가 가비지 컬렉터(GC)에 의해 회수되지 않고 점유되는 현상을 추적하고, 브라우저 힙(Heap)의 비정상적 비대를 사전에 차단하여 런타임 안정성을 확보하라" — 장기 세션 애플리케이션의 성능 저하와 크래시를 방지하는 고도의 디버깅 기술.
|
||||
@@ -30,4 +30,4 @@ last_reinforced: 2026-04-26
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Frontend-Debugging-and-Testing]], [[JavaScript-Optimization-Patterns]], [[React-Error-Boundaries-and-Handling]], [[Frontend-Performance-Optimization-Guide]]
|
||||
- **Raw Source:** [[00_Raw/Memory Leak Debugging.md]]
|
||||
- **Raw Source:** 00_Raw/Memory Leak Debugging.md
|
||||
|
||||
Reference in New Issue
Block a user