Choosing the Best Page Rendering Mode(s) For Your Gatsby Site
We often hear the question: Which page rendering mode should I be using? The answer to that question is the time-worn reply of: It depends.

We often hear the question: Which page rendering mode should I be using? The answer to that question is the time-worn reply of: It depends.
Learn how to use Gatsby’s latest page rendering method DSG (Deferred Static Generation) to defer the creation of pages and keep your build times super fast! ⚡
Data is hard right? I think so too, and with Gatsby there’s more than one way to boil that egg so in this series of blog posts I plan to walk you through the various methods you can use and explain ways you might like to use them.
Only want to build out the most popular pages as static pages? No problem, you can use your analytics tool to control the usage of Deferred Static Generation in Gatsby. In choosing what pages to defer you can improve your page on a granular and individual level -- but for how you'd do this the sky is really the limit. In this tutorial you'll learn how you can use data from your analytics tool.
Want to find out what's new in Gatsby 4? We've got you covered! Read on to find out more about new features like Deferred Static Generation, Server-Side Rendering, and Parallel Query Running.
Deferred Static Generation is a new rendering method from Gatsby that lands somewhere in between Static and SSR - but with that, where does it land for search engine optimization? How will it affect traffic? We'll dive into DSG and SEO in this article.
Dan Giordano • October 20th, 2021
# Deferred Static Generation, Gatsby Cloud