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

Fix issues reported by lighthouse #44

Open
mvpoyatt opened this issue Mar 5, 2024 · 0 comments
Open

Fix issues reported by lighthouse #44

mvpoyatt opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request medium priority Important, not necessarily urgent

Comments

@mvpoyatt
Copy link
Collaborator

mvpoyatt commented Mar 5, 2024

Description

  • On public explorer, go to dev tools and run lighthouse for desktop. SEO and Best Practices are both 100%, but accessibility and performance are both 90-97%. These are good numbers but the test results also provide areas for improvement. Implement these changes where possible to improve score.

Reasoning

  • Better UX and page ranking

Acceptance Criteria

  1. 95+ for performance and accessibility. Why not 100? Sometime the desired styling choices lower accessibility score, for example if contrast isn't high enough between background and text because a button is disabled. For performance higher is always better but things outside of UI code can impact this.
  2. Once this is done create a new issue to do the same for mobile.
@mvpoyatt mvpoyatt added enhancement New feature or request medium priority Important, not necessarily urgent labels Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority Important, not necessarily urgent
Projects
None yet
Development

No branches or pull requests

1 participant