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

Document how we are using Lighthouse #80

Open
morisy opened this issue Aug 28, 2019 · 1 comment
Open

Document how we are using Lighthouse #80

morisy opened this issue Aug 28, 2019 · 1 comment
Assignees
Labels

Comments

@morisy
Copy link
Contributor

morisy commented Aug 28, 2019

No description provided.

@L-e-N
Copy link
Collaborator

L-e-N commented Sep 9, 2019

Lighthouse is a Google service that has 5 categories of information that can be pulled from a url

  • performance
  • accessibility
  • best_practices
  • pwa progressive web app : relatively fast, mobile friendly, secure origin some best practices
  • seo search engine optimization

The scrapers I coded use Google Lighthouse to get in the Progressive Web App mode or the performance mode. More precisely :
Accessibility scraper:
performance['audits']['speed-index']['score'] the time to interactive
performance['performance']['score'] the general performance
pwa['audits']['content-width']['title'] the mobile_friendliness

Security and privacy scraper:
pwa['audits']['is-on-https']['score'] https criteria
pwa['audits']['redirects-http']['score'] hsts criteria

I can detail more in a README file that I can push if you'd like!

@L-e-N L-e-N self-assigned this Sep 9, 2019
@L-e-N L-e-N added the scraper label Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants