docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+3 -3
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|Optimization]], [[Frontend|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|Hydration]]" — 초기 뷰포트에 보이지 않는 이미지, 비디오, 스크립트, 컴포넌트를 사용자가 해당 위치로 스크롤하거나 상호작용할 때까지 로딩을 유예하는 패턴.
- **분야별 적용 기술:**
- **Native Image Lazy Loading:** `<img loading="lazy">`를 통한 브라우저 기본 최적화.
- **Intersection Observer API:** 뷰포트 진입 여부를 감지하여 동적으로 리소스 로드.
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-26
- **정책 변화:** Antigravity 프로젝트는 뷰포트 밖의 모든 미디어 자산에 대해 지연 로딩을 기본 정책으로 강제하며, LCP 후보 요소에 `loading="lazy"`가 포함된 경우 빌드 오류를 발생시키는 정책을 시행함.
## 🔗 지식 연결 (Graph)
- [[Frontend-Performance-Optimization-Guide]], [[Largest-Contentful-Paint-LCP]], [[Image-Optimization-for-Web-Performance]], [[JavaScript-Optimization-Patterns]]
- [[Frontend-Performance-Optimization-Guide|Frontend-Performance-Optimization-Guide]], [[Largest-Contentful-Paint-LCP|Largest-Contentful-Paint-LCP]], [[Image-Optimization-for-Web-Performance|Image-Optimization-for-Web-Performance]], [[JavaScript-Optimization-Patterns|JavaScript-Optimization-Patterns]]
- **Raw Source:** 00_Raw/Lazy Loading.md