Skip to content

Commit

Permalink
docs(blog): recommend using [email protected] instead of 2.9.0 (gatsbyjs#1…
Browse files Browse the repository at this point in the history
…4769)

* feat(blog): don't recommend updating to [email protected]

Recomment updating to `2.9.1` instead, since the previous version contained a bug gatsbyjs#14707

* fix(docs): add missing space

* Update docs/blog/2019-06-12-performance-improvements-for-large-sites/index.md

Co-Authored-By: Sidhartha Chatterjee <[email protected]>
  • Loading branch information
2 people authored and GatsbyJS Bot committed Jun 13, 2019
1 parent 2c32061 commit 91bafd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Below is a [webpagetest.org](https://www.webpagetest.org/) comparison of [gatsby

### Don't we have to wait on a network request on each navigation now?

Prefetching FTW! Gatsby already prefetches any links on the page so that when the browser needs them, they're already in the cache. So when Gatsby makes a request for the `page-data.json`, it's already in the browser (assuming the user has been on the page long enough for the prefetches to finish). You can read more about this prefetching behavior in this blog[deep dive on Gatsby's performance optimizations](/blog/2019-04-02-behind-the-scenes-what-makes-gatsby-great/#gatsby-link-and-link-relprefetch).
Prefetching FTW! Gatsby already prefetches any links on the page so that when the browser needs them, they're already in the cache. So when Gatsby makes a request for the `page-data.json`, it's already in the browser (assuming the user has been on the page long enough for the prefetches to finish). You can read more about this prefetching behavior in this blog [deep dive on Gatsby's performance optimizations](/blog/2019-04-02-behind-the-scenes-what-makes-gatsby-great/#gatsby-link-and-link-relprefetch).

## Other benefits

Expand All @@ -80,4 +80,4 @@ Gatsby has been talking about incremental builds [since day one](/blog/2018-05-2

## Backwards compatible

To use these changes, simply update to the latest version of Gatsby. All changes are 100% backwards compatible. One of the key values of using Gatsby and keeping up-to-date is that we are regularly making these incremental improvements that you can deliver to your users just by upgrading your version of Gatsby. Upgrade to Gatsby v2.9.0 today--and keep those Gatsby applications blazing fast 🔥!
To use these changes, simply update to the latest version of Gatsby. All changes are 100% backwards compatible. One of the key values of using Gatsby and keeping up-to-date is that we are regularly making these incremental improvements that you can deliver to your users just by upgrading your version of Gatsby. Upgrade to Gatsby v2.9.x today--and keep those Gatsby applications blazing fast 🔥!

0 comments on commit 91bafd6

Please sign in to comment.