[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -2,11 +2,11 @@
id: FE-PERF-CODE-SPLIT-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [performance, code-splitting, optimization, lazy-loading, suspense, bundling, vite, nextjs, core-web-vitals]
tags: [performance, code-splitting, [[Optimization]], lazy-loading, suspense, bundling, vite, nextjs, [[Core-Web-Vitals]]]
last_reinforced: 2026-04-26
---
# Code Splitting and Frontend Performance Optimization (코드 스플리팅과 성능 최적화)
# Code Splitting and [[Frontend]] [[Performance Optimization]] (코드 스플리팅과 성능 최적화)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "한꺼번에 전송되는 거대한 자바스크립트 번들은 사용자의 기다림을 고통으로 바꾼다. 번들을 의미 있는 조각(Chunks)으로 나누고 필요할 때만 호출(On-demand)하여, 첫 화면의 주인공을 0.1초라도 빨리 무대에 올려라" — 초기 로딩 속도와 런타임 반응성을 극대화하는 핵심 전략.