carstenwindler / cwhtmlcompressor
This package is abandoned and no longer maintained.
No replacement package was suggested.
gzip compress HTML output
Package info
github.com/carstenwindler/cwhtmlcompressor
Type:typo3-cms-extension
pkg:composer/carstenwindler/cwhtmlcompressor
1.0.2
2019-02-27 22:19 UTC
Requires
- typo3/cms-core: ^6.2.0|^7|^8|^9
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: ^6
- squizlabs/php_codesniffer: ^2
- typo3/testing-framework: ^2
Replaces
- cwhtmlcompressor: 1.0.2
- typo3-ter/cwhtmlcompressor: 1.0.2
README
cwhtmlcompressor
Very simple Typo3 extension for the case that your provider does not offer gzip compression.
Will compress the html page content using gzip, if HTTP_ACCEPT_ENCODING is set accordingly. Otherwise it will do nothing. That's it already.
This is not to be mistaken with the JS and CSS compression Typo3 offers out of the box.
Installation
Just activate the extension in the Extension Manager. No further options available.