carstenwindler / cwhtmlcompressor
gzip compress HTML output
Installs: 510
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
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.