Implement html compression

This commit is contained in:
Björn Fromme
2021-12-26 17:34:59 +01:00
parent 4f23350b8f
commit 3d8e22c2fc
5 changed files with 2844 additions and 2 deletions
@@ -8,5 +8,14 @@ return [
'typo3/cms-frontend/site',
],
],
'ep/html-compress' => [
'target' => \EP\EpTheme\Middleware\HtmlCompress::class,
'before' => [
'typo3/cms-frontend/output-compression'
],
'after' => [
'typo3/cms-adminpanel/renderer'
],
],
],
];