Optimize images

Posted in: Newspaper
Post count: 10

Howdy,

I already set up: add_filter( ‘jpeg_quality’, create_function(”, ‘return 50;’ ) ); on my site. Do I (or should I) also need to use something like Smush.it? Or does that compress code suffice?

Thanks!

Post count: 9544

works for me.
Of course you would need to re-generate your old thumbs to compress them.

Trick is making sure the images you upload in first place are optimized as best as you can, using Photoshop, GIMP, or similar.

Post count: 10

Got it. What settings do you suggest for GIMP? Also, do I need to add that code to the functions.php file every time the theme gets updated?

Thanks!

Post count: 9544

Yep. Each time you upload new theme it overwrites edited file. Most smarty pants now make a custom plugin for all function edits. Really easy.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.