How to Measure Gatsby Build Performance with New Relic
A Guide To Deferred Static Generation
What’s New in Gatsby 4
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.

How Does Deferred Static Generation Affect SEO?
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 CloudWhat Are Incremental Cloud Builds On Gatsby?
Reducing Build Times In Gatsby 4 With Parallel Query Running
The next innovation in the Gatsby framework: parallel query running. We’ve rearchitected the Gatsby data layer ( not a trivial thing to do! ) to allow page queries and static queries to occur in parallel, leading to a 40% reduction in build times for some sites! This innovation starts with allowing for parallel content queries, but positions Gatsby for a number of interesting use cases ( imagine what you can do with a portable data layer 🤔 ).
Dan Giordano • September 17th, 2021
# builds, Gatsby CloudSpeeding Up Publishing Time with Incremental Builds and Deferred Static Generation
With the launch of Deferred Static Generation in Gatsby 4, Gatsby Cloud has added another method of drastically reducing the time it takes to make updates to your static site - the biggest drawback of any SSG. Where Incremental Builds solved many of the long build problems for content creators, Deferred Static Generation is meant to help speed up the entire build process for development teams, even from a cold start.
Dan Giordano • September 16th, 2021
# Gatsby Cloud