Timeline
Scenario
Content is near-static. Pre-built pages served instantly from CDN edge.
All strategies for: 🏠 Marketing Site
Pre-built at deploy time, served from CDN edge
HTML is generated at build time. Your server doesn't render anything at request time - it just serves pre-built files from a CDN edge node near the user.
Where it shines
Trade-offs
Common use cases
Simulated Metrics
Configuration
How often your content updates. Affects whether cached pages go stale.
Time for the server to fetch data from the database.
Total JavaScript shipped to the browser. Directly hurts CSR performance.
How long ISR keeps a cached page before triggering a background regeneration.
Total pages in the site. Affects SSG and ISR build times.
Affects SSR infrastructure costs and CDN pressure.
Article
Yet Another Front-end Rendering Strategies Article
A practical guide to SSR, CSR, SSG, ISR and PPR - written by Sanjeev Srithevan.
Read the article →