devbridge / BetterCMS

A publishing focused and developer friendly .NET Open Source CMS.
GNU Lesser General Public License v3.0
375 stars 151 forks source link

Add option to "Optimize image, then uploaded" #1475

Open VaclovasV opened 8 years ago

VaclovasV commented 8 years ago

Add checkbox in cms options, where user could select to optimize on not to optimize images by defaul, then they are uploaded to bettercms. For jpg - just clear metadata. For png, use safe optimization (as in google page speed insights, this can be achieved with imagemin). Lots of bcms pages are suffering from non optimized images and this option could solve this issue.