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 score is low #58

Open
timotheeg opened this issue Aug 12, 2021 · 0 comments
Open

PageSpeed score is low #58

timotheeg opened this issue Aug 12, 2021 · 0 comments

Comments

@timotheeg
Copy link
Contributor

The OGP website is our window to the world, and we are an organisation which prides itself in adopting the best web dev practices for government, we should have a high 90+ score at least.

image

Run the page speed test here

Some low hanging fruit are present, at least for images:

  • All png images should be optimized with pngout
  • Many png should actually be jpeg files instead .e.g. The image OGP Website Banner is a 3MB png, which could be reduced to less than 500k as a jpg.
  • Image resolutions are often much larger than what we display them at, so there is room to reduce image size. That being said, on retina displays, or mobile, the added resolution can look nice, so care should be applied when reducing resolution.
  • Many images are displayed with large plain background colors, this can be easily achieved with css and much smaller images
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