[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 -2
View File
@@ -2,7 +2,7 @@
id: PERF-LAZY-LOAD-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [performance, lazy-loading, optimization, frontend, images, code-splitting, lcp]
tags: [performance, lazy-loading, [[Optimization]], [[Frontend]], images, code-splitting, lcp]
last_reinforced: 2026-04-26
---
@@ -12,7 +12,7 @@ last_reinforced: 2026-04-26
> "모든 것을 한꺼번에 가져오려는 욕심을 버리고, 사용자의 시선이 닿는 그 순간에만 필요한 정보를 전송하여 초기 로딩의 거대한 장벽을 무너뜨려라" — 초기 로딩 속도 향상과 자원 절약을 위한 기술적 '기다림'의 미학.
## 📖 구조화된 지식 (Synthesized Content)
- **추출된 패턴:** "On-demand Resource Delivery and Deferred Hydration" — 초기 뷰포트에 보이지 않는 이미지, 비디오, 스크립트, 컴포넌트를 사용자가 해당 위치로 스크롤하거나 상호작용할 때까지 로딩을 유예하는 패턴.
- **추출된 패턴:** "On-demand Resource Delivery and Deferred [[Hydration]]" — 초기 뷰포트에 보이지 않는 이미지, 비디오, 스크립트, 컴포넌트를 사용자가 해당 위치로 스크롤하거나 상호작용할 때까지 로딩을 유예하는 패턴.
- **분야별 적용 기술:**
- **Native Image Lazy Loading:** `<img loading="lazy">`를 통한 브라우저 기본 최적화.
- **Intersection Observer API:** 뷰포트 진입 여부를 감지하여 동적으로 리소스 로드.