-
Notifications
You must be signed in to change notification settings - Fork 468
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
Small Lighthouse audit details #12
Comments
Thanks for the feedback, @jeanlucaslima! The missing As for loading text before the font loads, I added the One last question, I'm not sure what a “Lighthouse audit” is. Can you please fill me in? Thanks again for the feedback! Hope you enjoy the theme :) |
@patdryburgh lighthouse is a tool that Google develops to "audit" pages in how fast they load and shows you a report on what points are not in best performance. That's also where I got the font-auto tip. You can try it on Google Chrome console, go to "Audits" tab and generate a new report. |
Just two items from Lighthouse that may impact score and performance could be added, they are:
font-auto
attribute to load text before the font loads<meta>
description attribute (maybe with variable added to_config.yml
I added this in my instance, leaving it up as suggestion.
The text was updated successfully, but these errors were encountered: