-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Optimize images #4
Comments
One specific image that would save them a lot of bandwidth: The Grady College of Journalism and Mass Communications image in the sidebar, at https://www.ghn.test/wp-content/uploads/goliath/Grady-01.jpg, is 429kb and nearly 2700x980px. That could be reduced to 600px or 300px. |
Expanding on @benlk's point above, a good chunk of the images that Google is complaining about are in the sidebar. We can probably reduce the size of and optimize all of the sidebar images then go from there. |
These have been updating on the staging site and Google is no longer complaining about them. Next up is the sponsor images. |
Sponsor images have been reduced in size and also optimized, most of them going from 250-350KB to around 30-40KB. I've updated them on the staging site. |
Next up: They have Smush installed but not active. I'm going to activate it and enable lazy loading and image resizing (if possible). |
I've configured Smush to automatically optimize images as they're uploaded, but we'll probably want to ask/decide if we want to "smush" (optimize) existing images. They currently have 5,991. Smush lets you optimize 50 at once, so that would take 120 runs. Or, they could sign up for the $7/mo plan that would let them do it all at once. Although, I'm not 100% sure it's needed. Lighthouse is only complaining about 6 images on the homepage now. All are under 45KB except one that is 160KB which I will optimize now. |
No description provided.
The text was updated successfully, but these errors were encountered: