staticallyio / statically

The CDN for developers.
https://statically.io
MIT License
585 stars 91 forks source link

Images size increased if original is already compressed #54

Closed gijo-varghese closed 4 years ago

gijo-varghese commented 4 years ago

Original image (already compressed): https://wpspeedmatters.com/wp-content/uploads/2019/08/flying-birds-1160x680.jpg (18.0KB)

Same file delivered from Statically without ?quality: https://cdn.statically.io/img/wpspeedmatters.com/wp-content/uploads/2019/08/flying-birds-1160x680.jpg (22.7KB)

With ?quality=100: https://cdn.statically.io/img/wpspeedmatters.com/wp-content/uploads/2019/08/flying-birds-1160x680.jpg?quality=100 (217KB)

With ?quality=90: https://cdn.statically.io/img/wpspeedmatters.com/wp-content/uploads/2019/08/flying-birds-1160x680.jpg?quality=90 (14.1KB)

gijo-varghese commented 4 years ago

Seems to be fixed. Thanks