- Static rendering: render lúc build time, cache và serve từ CDN.
- Dynamic rendering: render mỗi request, không cache.
Tự động dynamic khi dùng: await cookies(), await headers(), searchParams, hay fetch với cache: 'no-store'. Explicit: export const dynamic = 'force-dynamic' hoặc 'force-static'. Opt-in static càng nhiều càng tốt cho performance.