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

Possible performance increases #71

Open
ElectricCookie opened this issue May 5, 2021 · 3 comments
Open

Possible performance increases #71

ElectricCookie opened this issue May 5, 2021 · 3 comments

Comments

@ElectricCookie
Copy link

Hey guys 👋🏻,

Just did a quick check with PageSpeed Insights:

  • Pictures could use updates in encoding and compression
  • Webfonts are render blocking
  • Caching is not present or could be optimised for many resources.

Full report is available here: https://developers.google.com/speed/pagespeed/insights/?hl=de&url=https%3A%2F%2Fwww.freecadweb.org

A total score of 75 is not bad - however, there's headroom for improvement. A good page score gives you a significant bump in SEO.

@yorikvanhavre
Copy link
Member

Oh thanks!! Lots of useful things there...

@chennes
Copy link
Member

chennes commented Aug 4, 2023

It looks like the single biggest thing is to resize the images so they are the actual size that gets rendered, and consider migrating to a more modern image format. We also are missing a few alt tags on images.

Latest report is at https://pagespeed.web.dev/analysis/https-freecad-org/g56zzrblcw?form_factor=mobile

@Reqrefusion
Copy link
Member

Related PR #178 solves most of the problems here. I don't find pagespeed a very good tool though. The errors it finds for the site are trivial.

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

4 participants