-
Notifications
You must be signed in to change notification settings - Fork 24
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
CLS optimization #21
Comments
Reducing the CLS to 0 by adjusting the cookie consent UI and removing using https://fonts.googleapis.com/css?family=Roboto:300,400,500 (FOUT)PR: #22 Before: After: FYI: We improved the LCP as well as CLS by not using https://fonts.googleapis.com/css?family=Roboto:300,400,500. cc @addyosmani |
FYI: Until #1 (comment) is clarified, I'm going to pause improving the CLS for now. |
I think we should fix this (in a way similar to what we did to the cookie consent UI element) on mobile cc @addyosmani |
On the person page e.g. http://localhost:3000/person/5470, there is a CLS on mobile view. Perhaps the aspect-ratio is broken there. cc @addyosmani @addyosmani |
position: fixed;
in order to reduce the CLS.cc @addyosmani
The text was updated successfully, but these errors were encountered: