“”

Minifier for TYPO3 CMS Minifier for TYPO3 CMS

min / stable

Extends TYPO3's compressor for JS and CSS with minifier. This may save you up to 70% of default compressed file size. Also compresses HTML output of TYPO3. Full composer support.

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req t3/min

Tags

#minifier #minify #css #js #gzip #html

Last upload comment

Skip already gzipped assets

Downloads by month

Download 3.0.1 Extension Manual Found an Issue? Code Insights Packagist.org Donate and Give Kudos
Author
Armin Vieweg
Company
v.ieweg Webentwicklung
Last update
02. Oct 2023
First upload
01. Dec 2016
Downloads
460,849
Category
Frontend
Dependencies
  • PHP (>= 8.1.0)
  • TYPO3 (12.4.0 - 12.4.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req t3/min to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (9)

Version history

Version Upload comment Works with TYPO3 Download
3.0.1 / stable
October 02, 2023
Skip already gzipped assets
12.4.0 - 12.4.99 Download
3.0.0 / stable
September 02, 2023
Added TYPO3 12.4 LTS support. Thanks to Benjamin Gries and Joel Mai for supporting.
12.4.0 - 12.4.99 Download
2.1.3 / stable
September 02, 2023
Backport of [BUGFIX] Fix priority check in AssetCollector EventListener and [TASK] Update matthiasmullie/minify library
10.4.0 - 11.5.99 Download
2.1.2 / stable
May 10, 2023
Bugfixes
10.4.0 - 11.5.99 Download
2.1.1 / stable
November 15, 2022
Bugfixes
10.4.0 - 11.5.99 Download
2.1.0 / stable
August 10, 2022
Addes AssetCollector support and fixes an issue with relative URLs in CSS files.
10.4.0 - 11.5.99 Download
2.0.3 / stable
May 05, 2022
Bugfixes
10.4.0 - 11.5.99 Download
2.0.2 / stable
March 24, 2022
Fixed undefined array key warnings in PHP8. Thanks to Chris Müller for reporting and fixing!
10.4.0 - 11.5.99 Download
2.0.1 / stable
March 15, 2022
Bugfixes
10.4.0 - 11.5.99 Download
2.0.0 / stable
March 01, 2022
TYPO3 11 support and rewritten documentation. Also, the typoscript default setup must get included manually now.
10.4.0 - 11.5.99 Download
1.9.0 / stable
June 23, 2020
Added TYPO3 10.4 LTS support
7.6.0 - 10.9.99 Download
1.8.0 / stable
December 27, 2019
Updated matthiasmullie/minify library, to support PHP 7.4 without deprecation errors. Also fixed a bug with minified inline code and add a new option (enabled by default) "removeTypeInScriptTags", which removes the type attribute from script tags, when enabled.
7.6.0 - 9.5.99 Download
1.7.0 / stable
December 21, 2018
Improve code protection & one line mode. "protectCode" setting moved up to "plugin.tx_min.tinysource" in typoscript.
Updated matthiasmullie/minify library. Happy Holidays!
7.6.0 - 9.5.99 Download
1.6.0 / stable
October 05, 2018
TYPO3 9.5 LTS compatibility fix.
7.6.0 - 9.5.99 Download
1.5.0 / stable
April 28, 2018
Added TYPO3 9 support. Updated matthiasmullie/minify library from 1.3.55 to 1.3.60. Also updated extension icon and change composer package name to "t3/min".
7.6.0 - 9.9.99 Download
1.4.0 / stable
November 08, 2017
Updated "matthiasmullie/minify" from 1.3.44 -> 1.3.55

Fixed major bug when replacing new lines.
Whitespace sensitive html will not break anymore!

New "stripSpacesBetweenTags" option added.
7.6.0 - 8.9.99 Download
1.3.2 / stable
May 05, 2017
Fixed major bug in protectCode functionality.
7.6.0 - 8.9.99 Download
1.3.0 / stable
March 19, 2017
Bugfixes and improvements. This version is for TYPO3 7.6+ only. For 6.2 support please use version 1.2.5.
7.6.0 - 8.9.99 Download
1.2.5 / stable
March 19, 2017
This is a special release for TYPO3 6.2. Version 1.3+ of min drops TYPO3 6.2 compatibility. This version is based on 1.3.0. Bugfixes and improvements applied.
6.2.0 - 8.9.99 Download
1.2.0 / stable
March 07, 2017
New Feature: Protected Code

You can configure code (using regular expressions) which should be protected.
Those code is not compressed. Important for some tags like "textarea" or "pre", which require whitespaces.
6.2.0 - 8.9.99 Download
1.1.1 / stable
December 29, 2016
Some fixes and adjustments
6.2.0 - 8.9.99 Download
1.1.0 / stable
December 29, 2016
Merged EXT:tinysource to min extension. You can configure tinysource as before with this typoscript path "plugin.tx_min.tinysource". So this extension becomes a central collection of tools to minify the output of TYPO3.
6.2.0 - 8.9.99 Download
1.0.0 / beta
December 01, 2016
Extends TYPO3's compressor for JS and CSS with minifier. This may save you up to 60% of default compressed file size. Full composer support.
6.2.0 - 8.9.99 Download