flownative/neos-compressor
composer require flownative/neos-compressor
Output compression for Neos
1.0.1
Readme excerpt
Flownative Neos Compressor
This package by default compresses the head and body of the Neos.Neos:Page prototype using the default compressor of wyrihaximus/html-compress.
Installationcomposer require flownative/neos-compressor
UsageAs soon as the package is installed, the Neos.Neos:Page prototype is amended with @process instructions on the head and body elements. This will compress and "regular" output without any further steps to take.
Adjust compressionTo remove the default compression, simply override:
prototype(Neos.Neos:Page) { head.@process.compression > body.@process.compression > }To compress specific parts, use the …
Read more
The same vendor provides 44 package(s).