Skip to main content

Server-Side Rendering (SSR)

SSR — Server-Side Rendering

A technique where the server generates a page's complete HTML. This improves initial performance and search engine indexing.

With SSR the HTML arrives already built from the server, so users see content sooner and search engines can crawl the page easily.

It contrasts with client-side rendering, where the browser assembles the page with JavaScript after the initial load.

Sinónimos: renderizado del lado del servidor