Back
Question
We're a group of makers shipping together. We help each other stay accountable and reach our goals.
Apply for accessGo to Homepage | g h |
Go to Done Todos | g d |
Go to Questions | g q |
Compose a New Todo | n |
Go to Search | / |
Show this dialog | ? |
👋 Join WIP to participate
It depends on too many variables to give a singular answer.
I'd look at the overall load time and see if your current PNGs are substantial part of it. If not, I wouldn't worry about further optimizing them except for the bare minimum of throwing them through imageoptim.
If they do significantly contribute to your page load, then compress them to a point you're comfortable with. It's more of an art than an exact science. If you're an illustrator you might care more about pixel perfect images than an average blogger for example.
Ok, thanks man!
You could use something like www.imgix.com/ aswel. Realy like their service.
I am using Gulp Imagemin for that. I don't know if you're using Gulp, but this this package is great.
www.npmjs.com/package/gulp-im…