Skip to content

Commit

Permalink
Docs - Lighthouse audits (#24783)
Browse files Browse the repository at this point in the history
* updating content and screenshots

* Fix linting

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Co-authored-by: Marcy Sutton <marcy@gatsbyjs.com>
  • Loading branch information
3 people authored Jun 10, 2020
1 parent f0cb87b commit 7f38822
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/audit-with-lighthouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Once this starts, you can now view your site at `http://localhost:9000`.

Now run your first Lighthouse test.

1. Open the site in Chrome (if you didn't already do so) and then open up the Chrome DevTools.
1. Open the site in Chrome (if you didn't already do so) and then open up the Chrome DevTools. (Lighthouse is also available for Firefox from [Firefox Add-ons](https://addons.mozilla.org/en-GB/firefox/addon/google-lighthouse/). )

2. Click on the "Audits" tab where you'll see a screen that looks like:
2. Click on the "Audits" tab, this may be a "Lighthouse" tab depending on which version you are using. You should see a screen that looks like:

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

3. Click "Perform an audit..." (All available audit types should be selected by default). Then click "Run audit". (It'll then take a minute or so to run the audit). Once the audit is complete, you should see results that look like this:
3. Choose whether to audit on Mobile or Desktop and then click "Generate Report". You will also see a list of all available audits that you can choose to run for this report. Once the audit starts it'll take around a minute depending on the site speed and which audits were selected. When that is complete, you should see results that look like this:

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

Expand Down
Binary file modified docs/docs/images/lighthouse-audit-results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/docs/images/lighthouse-audit.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 7f38822

Please sign in to comment.