Skip to content

Commit 91bafd6

Browse files
Gustav Purschesidharthachatterjee
authored and
GatsbyJS Bot
committed
docs(blog): recommend using [email protected] instead of 2.9.0 (#14769)
* feat(blog): don't recommend updating to [email protected] Recomment updating to `2.9.1` instead, since the previous version contained a bug #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]>
1 parent 2c32061 commit 91bafd6

File tree

1 file changed

+2
-2
lines changed
  • docs/blog/2019-06-12-performance-improvements-for-large-sites

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Below is a [webpagetest.org](https://www.webpagetest.org/) comparison of [gatsby
5656

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

59-
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).
59+
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).
6060

6161
## Other benefits
6262

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

8181
## Backwards compatible
8282

83-
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 🔥!
83+
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 commit comments

Comments
 (0)