dev-master
9999999-devOutput compression for Neos CMS
MIT
The Requires
1.0.1
1.0.1.0Output compression for Neos CMS
MIT
The Requires
1.0.0
1.0.0.0Output compression for Neos CMS
MIT
The Requires
Output compression for Neos CMS
This package enables gzip/deflate compression for the Neos output.
Additionally, the head
and body
section HTML of the TYPO3.Neos:Page
prototype is being minified using the compressor of wyrihaximus/html-compress
(borrowed from flownative/neos-compressor
), (*1)
composer require conecto/neos-compressor
, (*2)
Just install it, there are no further steps to take., (*3)
To disable the HTML minification/compression on head
and/or body
, simply override:, (*4)
prototype(TYPO3.Neos:Page) { head.@process.compression > body.@process.compression > }
To compress specific parts, use the compression helper like this:, (*5)
something.@process.compression = ${CONECTO.Compressor.compress(value)}
Output compression for Neos CMS
MIT
Output compression for Neos CMS
MIT
Output compression for Neos CMS
MIT