Skip to content

Commit

Permalink
Add Cloud to Lighthouse Page (#22687)
Browse files Browse the repository at this point in the history
* Add Cloud to Lighthouse Page

* Update docs/docs/audit-with-lighthouse.md

Co-Authored-By: Aisha Blake <[email protected]>

* Update docs/docs/audit-with-lighthouse.md

Co-Authored-By: Aisha Blake <[email protected]>

Co-authored-by: Laurie Barth <[email protected]>
Co-authored-by: Aisha Blake <[email protected]>
  • Loading branch information
3 people committed Apr 6, 2020
1 parent b0c564f commit 87842fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/docs/audit-with-lighthouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,17 @@ Now run your first Lighthouse test.

![Lighthouse audit results](./images/lighthouse-audit-results.png)

As you can see, Gatsby's performance is excellent out of the box but we're missing some things for PWA, Accessibility, Best Practices, and SEO that will improve your scores (and in the process make your site much more friendly to visitors and search engines). To improve your scores further, see the links under "Next steps" below.
## Using Gatsby Cloud

Next steps:
If you use [Gatsby Cloud](https://www.gatsbyjs.com/cloud), a Lighthouse audit runs automatically every time your site builds. In Cloud, every code commit to GitHub triggers a build, allowing you to see any shifts in your scores and what code changes caused them.

![Lighthouse audit in Cloud](./images/cloud-lighthouse.png)

## Next steps

As you can see, Gatsby's performance is excellent out of the box but we're missing some things for PWA, Accessibility, Best Practices, and SEO that will improve your scores (and in the process make your site much more friendly to visitors and search engines).

To improve your scores further, see the links below:

- [Add a manifest file](/docs/add-a-manifest-file/)
- [Add offline support](/docs/add-offline-support-with-a-service-worker/)
Expand Down
Binary file added docs/docs/images/cloud-lighthouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 87842fa

Please sign in to comment.