vivomedia/neos-jpeg-pagespeed-optimization
composer require vivomedia/neos-jpeg-pagespeed-optimization
Neos CMS optimization of JPEGs for Google PageSpeed
dev-main
Readme excerpt
Neos CMS optimization of JPEGs for Google PageSpeed
As Google PageSpeed docs suggests to increase the Google PageSpeed, this Neos CMS plugin changes the sampling factor of images to 4:2:0 while resizing.
Works very well in addition to moc/imageoptimizer.
Supported Imagine drivers:
- Imagick (ImageMagick)
Install with composer
composer require vivomedia/neos-jpeg-pagespeed-optimizationIf you want to change all already created images, you have to clear all thumbnails and the cache.
./flow media:clearthumbnails ./flow flow:cache:flush --force ConfigurationIf you want to disable the image …
Read more
The same vendor provides 13 package(s).