Build a habit of shipping by sharing your daily, incremental progress
See how other makers are growing their business
Members are invited by existing members
Receive outside perspective when you need it
Connect with others through weekly video hangouts
Get access to our members-only perks and discounts
👋 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…