From 9b5d50fce61c7f02ba269f13975d89bf1593ee34 Mon Sep 17 00:00:00 2001 From: Guilherme Pellizzetti Date: Thu, 23 Jan 2020 06:40:02 -0300 Subject: [PATCH] docs(performance): Updates article link (#20772) Updates Addy Osmani's The Cost Of JavaScript to the 2019 release. --- docs/docs/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/performance.md b/docs/docs/performance.md index cc49c73ee4501..469fd96c5abd9 100644 --- a/docs/docs/performance.md +++ b/docs/docs/performance.md @@ -5,7 +5,7 @@ overview: true While performance is already at the heart of Gatsby, it's important to ensure you are doing all you can to make your content available to your users as fast as possible. Not all users are enjoying high speed connections, or browsing from a desktop. It's important to make no assumptions, and serve the smallest and fastest site possible, to provide an optimal experience for wherever your users might be coming from. Since Gatsby is already doing a lot of the heavy lifting for you there isn't a lot required to make your site blazing fast, but by following these guides you can ensure the best possible performance and delivery of your content to your users. -In this section we'll cover some ways you can optimize caching, set up `https` on `localhost` for easier testing of performance features, as well as how to measure the performance of your websites, giving you all the tools you need to max out your website's performance. If you would like a more in-depth explanation of why performance matters so much, check out [this article](https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4) by Addy Osmani on the Cost of JavaScript. +In this section we'll cover some ways you can optimize caching, set up `https` on `localhost` for easier testing of performance features, as well as how to measure the performance of your websites, giving you all the tools you need to max out your website's performance. If you would like a more in-depth explanation of why performance matters so much, check out [this article](https://v8.dev/blog/cost-of-javascript-2019) by Addy Osmani on the Cost of JavaScript. May your Lighthouse scores all be in the green. 😀