Nextjs Guideline: Performance — Use Partial Prerendering. Description: Combine static and dynamic in one route. Do: Static shell with Suspense holes. Don't: Full dynamic or static pages. Good Example: Static header + dynamic content. Bad Example: Entire page SSR. Severity: Low. Docs: https://nextjs.org/docs/app/building-your-application/rendering/partial-prerendering.