EclipseFdn / solstice-assets

Assets for the Eclipse Foundation look and feel called Solstice.
https://eclipsefdn-solstice-assets.netlify.app/
Eclipse Public License 2.0
1 stars 13 forks source link

Render improvements. #264

Open jmcc0nn3ll opened 3 years ago

jmcc0nn3ll commented 3 years ago

https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.eclipse.org%2Fjetty&hl=en

Looks like some more low hanging fruit related to image sizes not being set (one of ours and one of yours)

However, there is a big one related to the font loading and rendering.

https://web.dev/font-display/?utm_source=lighthouse&utm_medium=unknown

Basically putting this into the fonts CSS we should be able to improve by a couple hundred ms on render time.

font-display: swap;

FWIW: there are more things you can do by just checking out the www.eclipse.org site through the pagespeed tool that everyone will benefit from, but these two seem the the biggest ones we are worried about

jmcc0nn3ll commented 3 years ago

I'll see about making a PR with this later today/early next week.