Welcome

The minifier extension for TYPO3 CMS (EXT:min) reduces the output of TYPO3 in several ways:

  • it minifies CSS and JS assets (TYPO3 “just” gzip them), which may safe you additional 60% of file size
  • and it also compresses the HTML output for every page, to one single line (formerly known as “tinysource”)

EXT:min uses the great matthiasmullie/minify package.

Features

  • Additional minification of JS and CSS assets
  • HTML output compression
  • Highly configurable
  • Full composer support

Since version 1.1 the extension tinysource has been merged and you can also minify html output of TYPO3.

Roadmap / Missing Features