conecto / neos-compressor
Output compression for Neos CMS
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/c0necto/neos-compressor
Type:typo3-flow-package
pkg:composer/conecto/neos-compressor
Requires
- typo3/neos: ~2.0
- wyrihaximus/html-compress: ~1.2
This package is not auto-updated.
Last update: 2025-11-23 00:24:02 UTC
README
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)
Installation
composer require conecto/neos-compressor
Usage
Just install it, there are no further steps to take.
Adjust compression
To disable the HTML minification/compression on head and/or body, simply override:
prototype(TYPO3.Neos:Page) {
head.@process.compression >
body.@process.compression >
}
To compress specific parts, use the compression helper like this:
something.@process.compression = ${CONECTO.Compressor.compress(value)}