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

Improve website performance #5

Open
zarino opened this issue Apr 7, 2020 · 0 comments
Open

Improve website performance #5

zarino opened this issue Apr 7, 2020 · 0 comments

Comments

@zarino
Copy link
Member

zarino commented Apr 7, 2020

Page Speed Insights report isn’t pretty:

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fppe.doesliverpool.com%2F

image

Low-hanging fruit:

  • loading="lazy" on <img> elements.
  • We’re scaling down most of the images. Should instead be serving up smaller images, and scaling them less.
  • We’re requesting the 900 weight of Roboto from Google Fonts, but we don’t use font-weight: 900 anywhere. We’re also requesting italics, which we don’t use either. Could drop both for some savings there.
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