From e3096a43abccd4f8e9d77d0c7f7777feadaf3336 Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Mon, 9 Mar 2020 17:07:18 +0100 Subject: [PATCH] fix --- docs/blog/100days/performance/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/100days/performance/index.md b/docs/blog/100days/performance/index.md index 507d22316d48e..f076d973e9bae 100644 --- a/docs/blog/100days/performance/index.md +++ b/docs/blog/100days/performance/index.md @@ -30,7 +30,7 @@ You can also automatically run Lighthouse after every build if you [use Gatsby C #### B. Intelligent Preloading -By leveraging Google Analytics data and machine learning, Guess.js is able to determine which pages a user is most likely to navigate to from the current page and only preload those resources. Thus, there are fewer network requests which improves performance on slower networks. Learn more [about Guess.js](docs/optimizing-site-performance-with-guessjs/), and install [the Gatsby plugin](/packages/gatsby-plugin-guess-js). +By leveraging Google Analytics data and machine learning, Guess.js is able to determine which pages a user is most likely to navigate to from the current page and only preload those resources. Thus, there are fewer network requests which improves performance on slower networks. Learn more [about Guess.js](/docs/optimizing-site-performance-with-guessjs/), and install [the Gatsby plugin](/packages/gatsby-plugin-guess-js). #### C. CDN for Media Assets