Skip to content

Commit

Permalink
docs(performance): Updates article link (#20772)
Browse files Browse the repository at this point in the history
Updates Addy Osmani's The Cost Of JavaScript to the 2019 release.
  • Loading branch information
pellizzetti authored and LekoArts committed Jan 23, 2020
1 parent 8ca920f commit 9b5d50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 😀

Expand Down

0 comments on commit 9b5d50f

Please sign in to comment.