Server-side rendering (SSR) is when content on your webpage is rendered on the server and not on your browser using JavaScript. For example, when you have a typical PHP or WordPress site, the page is loaded from content that is coming via HTTP , which was rendered on the server and comes as fully rendered HTML.