2017 © Pedro Peláez
 

typo3-flow-package neos-compressor

Output compression for Neos CMS

image

conecto/neos-compressor

Output compression for Neos CMS

  • Wednesday, April 6, 2016
  • by conecto
  • Repository
  • 1 Watchers
  • 1 Stars
  • 690 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

CONECTO Neos Compressor

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)

Installation

composer require conecto/neos-compressor, (*2)

Usage

Just install it, there are no further steps to take., (*3)

Adjust compression

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)}

The Versions

06/04 2016

dev-master

9999999-dev

Output compression for Neos CMS

  Sources   Download

MIT

The Requires

 

06/04 2016

1.0.1

1.0.1.0

Output compression for Neos CMS

  Sources   Download

MIT

The Requires

 

05/04 2016

1.0.0

1.0.0.0

Output compression for Neos CMS

  Sources   Download

MIT

The Requires