Files
2nd/10_Wiki/Topics/Frontend/대규모 이커머스 플랫폼 렌더링 설계.md
T
2026-05-10 22:08:15 +09:00

36 lines
1.2 KiB
Markdown

---
id: wiki-2026-0508-대규모-이커머스-플랫폼-렌더링-설계
title: 대규모 이커머스 플랫폼 렌더링 설계
category: 10_Wiki/Topics
status: duplicate
canonical_id: e-commerce-platforms
duplicate_of: "[[E-commerce Platforms]]"
aliases: []
source_trust_level: A
confidence_score: 0.9
verification_status: redirected
tags: [duplicate, frontend, ecommerce, rendering]
last_reinforced: 2026-05-10
github_commit: pending
---
# 대규모 이커머스 플랫폼 렌더링 설계
> **이 문서는 [[E-commerce Platforms]] 의 중복본입니다.** Canonical 문서로 redirect.
## 핵심 요약 (specialization aspects)
- 매 PLP/PDP 의 SSG + ISR hybrid — 매 catalog 의 millions scale.
- 매 cart/checkout 의 client-side hydration — 매 stateful interactive zone.
- 매 search 의 edge-rendered (Algolia/Typesense) — 매 sub-50ms TTFB.
- 매 image 의 next/image + AVIF — 매 LCP <2.5s.
## 🔗 Graph
- 부모: [[E-commerce Platforms]] (canonical)
- Adjacent: [[Core Web Vitals]] · [[SPA (Single Page Application)]]
## 🕓 변경 이력
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |