feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: CHROME-MEM-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [web-performance, debugging, memory-leak, devtools]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Chrome DevTools Memory Profiling (메모리 분석 및 성능 최적화)]]
|
||||
# Chrome DevTools Memory Profiling (메모리 분석 및 성능 최적화)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "보이지 않는 메모리 누수를 가시화하라" — 브라우저의 힙 스냅샷과 타임라인 기록을 통해 자바스크립트 객체의 할당 및 해제 과정을 추적하여 웹 애플리케이션의 메모리 효율성을 극대화하는 진단 도구.
|
||||
@@ -24,6 +24,6 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트의 웹 대시보드 성능 가이드라인에 따라 5분 이상 미사용 시 유휴 메모리 강제 해제 로직 검증에 활용.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** [[10_Wiki/💡 Topics/AI]]
|
||||
- **Related:** [[Garbage-Collection]], [[Reflow-Repaint]], [[V8-Engine]]
|
||||
- **Merged Source:** [[10_Wiki/Topics/AI/Chrome DevTools 메모리 분석 및 성능 최적화.md]]
|
||||
- **Parent:** 10_Wiki/💡 Topics/AI
|
||||
- **Related:** Garbage-Collection, Reflow-Repaint, V8-Engine
|
||||
- **Merged Source:** 10_Wiki/Topics/AI/Chrome DevTools 메모리 분석 및 성능 최적화.md
|
||||
|
||||
Reference in New Issue
Block a user