1Time to Interactive
A common SSR problem is the 'Uncanny Valley'. The server sends the HTML, so the user sees the page (First Contentful Paint is fast). But the massive JS bundle is still downloading. The user clicks a button, and nothing happens. This gap between seeing the page and the page actually being interactive (Hydration) is a major performance metric you must optimize.
