a-r-m-i-n / min

TYPO3 CMS extension "min" - Compressed CSS, JS and HTML output for TYPO3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minifier for TYPO3 CMS

The t3/min extension compresses the TYPO3 CMS frontend output in several ways:

  • it minifies CSS and JS assets, which may safe you additional space of file size (TYPO3 "only" gzip them)
  • It compresses the HTML output for each page to a single line (formerly known as EXT:tinysource).

EXT:min uses the great matthiasmullie/minify package.

Requirements

  • PHP 8.1 or higher
  • TYPO3 CMS 12.4 LTS or 13.x

Use older versions of EXT:min for previous TYPO3 versions.

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/

Links

About

TYPO3 CMS extension "min" - Compressed CSS, JS and HTML output for TYPO3


Languages

Language:PHP 83.3%Language:Shell 11.0%Language:Dockerfile 5.8%