Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs - Lighthouse audits #24779

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
13 changes: 13 additions & 0 deletions docs/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10920,6 +10920,19 @@
built_by: Simon Halimonov
built_by_url: https://simonhalimonov.com/
featured: false
- title: Personal Website of Suganthan Mohanadasan
main_url: https://suganthan.com/
description: >
Suganthan is digital marketing consultant who works with medium and large businesses. This Gatsby site uses Contentful as the CMS and TailwindCSS for the styling. It also uses i18n plugins to provide a site for Suganthan's Norwegian visitors.
categories:
- Blog
- Business
- Consulting
- Entrepreneurship
- Portfolio
- SEO
built_by: Shane Jones
built_by_url: https://shanejones.co.uk/
- title: Nagarjun Palavalli
main_url: https://nagarjun.co/
url: https://nagarjun.co/
Expand Down