jacobsenj / min

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minifier extension for TYPO3 CMS (EXT:min)

This minifier extension compresses TYPO3 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.
  • 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.

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 80.3%Language:Shell 13.6%Language:Dockerfile 6.2%