S

Server-Side Rendering (SSR)

Server-Side Rendering is an architectural approach where the server generates the full HTML for a page before sending it to the browser. The browser receives a complete document that it can start rendering immediately. This typically results in a much faster initial loading experience and a better Largest Contentful Paint (LCP) compared to Client-Side Rendering (CSR).

All terms
Fabian Krumbholz
Fabian Krumbholz
April 8, 20261 min read

Related web performance terms

How fast is your website?