GlossarySSR (Server-Side Rendering)Rendering strategy that produces HTML on each request.In depthNecessary when page needs request-time data (auth state, personalisation). Slower TTFB than SSG but indexes the same.Related termsssgisr