Skip to content
/ min Public
forked from a-r-m-i-n/min

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

Notifications You must be signed in to change notification settings

nwm-dev/min

 
 

Repository files navigation

Minifier for TYPO3 CMS (EXT:min | t3/min)

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.
  • 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/

Links

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.3%
  • Shell 11.8%
  • Dockerfile 4.9%