-
Notifications
You must be signed in to change notification settings - Fork 0
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
Lazy load images #18
Comments
@DebsDee Upon further inspection, I don't think we're loading enough images to warrant lazy loading. The problem is with the size of the images that are currently being loaded. We're currently loading the avatars for the team as I think making each a |
Hey @libuk, I've changed team images to pngs and tinified all pngs on the site. Page speed performance still isn't great: https://developers.google.com/speed/pagespeed/ but file sizes are much smaller. |
@DebsDee Good stuff, I think the images could still be a lot smaller (< 10kb) but the page weight has improved a lot and won't eat into users data as much. The render blocking CSS is what I'll focus on next. I'll look into bundling the CSS and JS. |
Thanks @libuk I'll bear this in mind once we start uploading speaker profiles. |
Improve site performance by lazy loading images
The text was updated successfully, but these errors were encountered: