We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PageSpeed and smushit still detecting the sprite is not optimized enough.
Image 1 The sprite was generated with optimize arg True. It's have 40.8kb http://s.glbimg.com/es/ge/f/mosaico/mosaico/1/201309031416/sprite.png
Image 2 And this one was generated with optimize arg False, 41.2kb. http://s.glbimg.com/es/ge/f/mosaico/mosaico/1/201309031418/sprite.png
When I analyze the above images at pagespeed:
Image 1 can be 3.6kb off and Image 2 4.1kb
At smushit: Image 1: 4.01kb Image 2: 4.45kb
These numbers represents around 10% of each image.
We need improve the compression rate!
The text was updated successfully, but these errors were encountered:
Maybe change to libpng... Pillow doesn't compresses as well
Sorry, something went wrong.
No branches or pull requests
PageSpeed and smushit still detecting the sprite is not optimized enough.
Image 1
The sprite was generated with optimize arg True. It's have 40.8kb
http://s.glbimg.com/es/ge/f/mosaico/mosaico/1/201309031416/sprite.png
Image 2
And this one was generated with optimize arg False, 41.2kb.
http://s.glbimg.com/es/ge/f/mosaico/mosaico/1/201309031418/sprite.png
When I analyze the above images at pagespeed:
Image 1 can be 3.6kb off and Image 2 4.1kb
At smushit: Image 1: 4.01kb Image 2: 4.45kb
These numbers represents around 10% of each image.
We need improve the compression rate!
The text was updated successfully, but these errors were encountered: