I\'m doing optimization and Google recommends Lossless compression to images, looking for a way to implement this in Django.
Here\'s the images they specified, I think f
You should try Django Easy Thumbnails app, it has some options to add a postprocessing to optimize uploaded images : PostProcessor documentation
I use it in production on several projects. It works well, image size is definitely smaller and page loading much more faster.