vivomedia/neos-jpeg-pagespeed-optimization

Last activity 20 Jul 2021 4 2388
composer require vivomedia/neos-jpeg-pagespeed-optimization

Neos CMS optimization of JPEGs for Google PageSpeed

2.1.5

Version
2.1.5
Type
neos-package
Release Date
Jul 20, 2021 06:52
Source
git
Distribution
zip
Requires
MIT 56608928152c7ff8855c81978eb851a910c0b88b

Neos CMS optimization of JPEGs for Google PageSpeed

Latest Stable Version Total Downloads License Maintainability

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:

Install

Install with composer

composer require vivomedia/neos-jpeg-pagespeed-optimization 

If 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

Configuration

If you want to disable the image optimization in development context, you can set up following configuration in your /Configuration/Development/Settings.yaml

VIVOMEDIA:
  GooglePageSpeed:
    JpegOptimization:
      enabled: false

TODO

Imgine drivers:

The content of the readme is provided by Github
The same vendor provides 9 package(s).