Return to All tags

74 posts tagged with "Gatsby Cloud"

Update Week: Gatsby’s Greatest Hits in 2021 and 2022

By Josh Johnson on September 26th, 2022

Over the past year, I’ve been working on the framework squad, and one of the streams of questions we often receive is about the benefits of updating to Gatsby v4 (and soon, v5!). We often see user complaints about the experience on older versions, which motivated me to write this blog post walking everybody through all of the changes that we’ve made since then and what I wish I knew more about in my previous role. Through this writing, I hope to show the Gatsby of two years ago is not the same Gatsby we know today.

Read more

Reducing Build Times In Gatsby 4 With Parallel Query Running

By Dan Giordano on September 17th, 2021

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 🤔 ).

Read more

Speeding Up Publishing Time with Incremental Builds and Deferred Static Generation

By Dan Giordano on September 16th, 2021

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.

Read more

Gatsby, United: Introducing a new Gatsbyjs.com, Gatsby Cloud plan updates, and a view of our roadmap

By Ashley Smith on August 12th, 2020

Starting today there is a single source of truth for all things Gatsby. The new Gatsbyjs.com brings together the open source Gatsby (.org) and the Gatsby, Inc. (.com) sites in a unified domain so all Gatsby users are set up for success with the same resource. Unified Gatsby is a big step toward our goal of making Gatsby 1000x easier to use -- our guiding vision for the future of Open Source and Gatsby Cloud. We want to share this vision with our community, so today we are also offering a preview roadmap of the functions and features we'll be releasing in the next few months. We are also excited to announce a brand new right-fit pricing plan (including permanent free tier) for Gatsby Cloud to make sure every user has access to the ideal platform for building, deploying and collaborating on Gatsby sites.

Read more

Introducing Will It Build: A new builds benchmarking service for Gatsby Cloud

By Dustin Schau on May 26th, 2020

The first -- and only -- publicly available static site benchmarking service, Will It Build demonstrates the progress of build times for sample Gatsby benchmark sites on Gatsby Cloud. Thanks to our new Incremental Builds feature, data and content changes now go from edit to live in seconds! See for yourself: all of our data can be queried right on the site using our exposed GraphQL API at willit.build/api-playground.

Read more