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

PageSpeed Insights: Performance #456

Open
throwaway-d opened this issue Feb 20, 2023 · 1 comment
Open

PageSpeed Insights: Performance #456

throwaway-d opened this issue Feb 20, 2023 · 1 comment

Comments

@throwaway-d
Copy link

https://pagespeed.web.dev/report?url=https%3A%2F%2Fkeepachangelog.com%2Fen%2F1.0.0%2F&hl=en

A.
image
Also see #454 (comment) about not using web font:

  1. Beautiful web fonts are not that necessary. Also system fonts is actually beautiful and nice to read. No need for downloading a web font and slowing down the performance.

  2. It is also better for accessibility since you can customize the font to the one that works well for you.
    image

Other than security, this also poses a threat to user privacy since Google can track your site visitors: https://fonts.google.com/analytics

I use uBlock Origin to block web fonts.
https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals#web_safe_fonts


B.
image
.webp has same quailty as .png but loads more efficently.

  1. https://en.wikipedia.org/wiki/WebP
  2. https://developers.google.com/speed/webp/docs/webp_study

C.
image

D.
image

E.
image

@throwaway-d
Copy link
Author

Related commits:

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