React·Advanced·Conceptual·1 min read
What should be measured for SSR performance?
Short interview answer
Measure server response, streaming milestones, LCP resource discovery, transferred and executed JavaScript, hydration cost, and interaction latency rather than first HTML alone.
Key takeaway
Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.