t3 / min
Extends TYPO3's compressor for JS and CSS with minifier. This may save you up to 60% of default compressed file size. Also compresses HTML output of TYPO3. Full composer support.
Installs: 328 034
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 3
Open Issues: 5
Type:typo3-cms-extension
Requires
- php: >=7.4
- matthiasmullie/minify: ^1.3
- typo3/cms-core: ^10.4 || ^11.0
Replaces
README
The t3/min
extension compresses the TYPO3 CMS frontend output in several ways:
- It minifies CSS and JS assets (TYPO3 "only" compresses them), which can save you an extra 60% of file size.
- Including files added to AssetCollector
- It compresses the HTML output for each page to a single line (formerly known as
EXT:tinysource
).
To achieve this, the great package matthiasmullie/minify is used.
Requirements
- PHP 7.4 or higher
- TYPO3 10.4 or 11.5
Documentation
This extension provides a ReST documentation, located in Documentation/ directory.
You can see a rendered version on https://docs.typo3.org/p/t3/min/main/en-us/