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

Google Lighthouse audit results #11

Open
missmatsuko opened this issue Oct 15, 2019 · 0 comments
Open

Google Lighthouse audit results #11

missmatsuko opened this issue Oct 15, 2019 · 0 comments

Comments

@missmatsuko
Copy link
Contributor

missmatsuko commented Oct 15, 2019

This can be separated into different issues, but here are some areas to improve based on Lighthouse audit results:

Performance: 29%

Accessibility: 89%

  • Chat iframe missing title (maybe can't fix, I think it's added from an external script)
  • Several links don't have a discernible name:
    • "Get involved" in the header is actually a <button> in a <a>. The text in the button can stay, but the button shouldn't be there. "Discover speakers" has the same issue. Also, should probably change the date styles so they don't look like buttons.
    • AxiomZen linked logo image missing alt text (should be AxiomZen)
    • Slack and Meetup linked icons missing screenreader text (by the way, why not link the email address that's right above it, too?)
  • Credit text at the bottom of the site has insufficient contrast
  • <html> missing lang attribute

Best practices: 71%

  • There's a warning for using document.write() but probably can't do much about that because it's coming from messenger.js
  • Add rel="noopener" or rel="noreferrer" to any external links (the AxiomZen link)
  • [email protected] identified as having 2 vulnerabilities
  • Error logged to console: Error: Smallchat initialized without required config properties.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant