Skip to content

TYPO3 Extension for html output minification. HTTP middleware.

License

Notifications You must be signed in to change notification settings

pluswerk/minify

Repository files navigation

What does it do

The minifier middleware is aware of your HTML output of TYPO3 and removes unneeded characters.

These can be configured by extension configuration.

install

composer req pluswerk/minify

Benefits

  • Less Data to transfer
  • Nice looking code
  • voku/html-min used by this extension is resource efficient