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

Mobile Performance Audit #288

Open
fiddleHeads opened this issue May 10, 2021 · 0 comments
Open

Mobile Performance Audit #288

fiddleHeads opened this issue May 10, 2021 · 0 comments
Labels
effort: 3:3rd_place_medal: (high):3rd_place_medal: Put on some coffee and clear your afternoon. priority: 0 (wishlist) Some day!

Comments

@fiddleHeads
Copy link
Collaborator

Documenting results of a Lighthouse audit run on May 5th, 2021.

Mobile Performance Scores Low

I received an email notification from Google Search Console regarding a Redirect Error and ran an audit using Lighthouse in Chrome Developer Tools. The map on mobile scored very low on performance.
image
image

Email from Jason in response to audit results

I have not noticed any performance problems so take the metrics with a grain of salt. Also keep in mind that the welcome screen is the first thing users will see, and it should appear immediately. And even if they click out of it right away, that will still buy some time while the map loads. If they revisit the site later and do not show the welcome screen, much of the site should already be cached and therefore show up very quickly on subsequent visits.

The number of elements looks unsettling, and my guess is that it’s all because the table is loading in the background, along with the hundreds of elements inside it. Even though it doesn’t appear, it’s still happening in the background.

If that’s the culprit of that metric, it’s part of a much larger problem that’s always been on my radar but would take a very long time to fix, and it ties in closely with the broader goal of filtering and where/how I am pulling the data.

At any rate, serious effort and time would be required to address this but I wouldn’t mind if it was documented at least, so yes please create an issue and thanks for letting us know!

@fiddleHeads fiddleHeads added priority: 0 (wishlist) Some day! effort: 3:3rd_place_medal: (high):3rd_place_medal: Put on some coffee and clear your afternoon. labels May 10, 2021
@fiddleHeads fiddleHeads changed the title Mobile Performance Audit #288 Mobile Performance Audit May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: 3:3rd_place_medal: (high):3rd_place_medal: Put on some coffee and clear your afternoon. priority: 0 (wishlist) Some day!
Projects
None yet
Development

No branches or pull requests

1 participant