From 765777ec0fd273f0fb33b4c875b5526ecee26a60 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 27 Jan 2020 13:38:49 +0100 Subject: [PATCH] Optimize assets even for future usage --- Configuration/TypoScript/Setup/Config.typoscript | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Configuration/TypoScript/Setup/Config.typoscript b/Configuration/TypoScript/Setup/Config.typoscript index 02abd5e..721f9a4 100644 --- a/Configuration/TypoScript/Setup/Config.typoscript +++ b/Configuration/TypoScript/Setup/Config.typoscript @@ -12,5 +12,15 @@ config { sendCacheHeaders = 1 + compressCss = 1 + compressJs = 1 + concatenateCss = 1 + concatenateJs = 1 + + moveJsFromHeaderToFooter = 1 + removeDefaultJS = external + removeDefaultCss = 1 + removePageCss = 1 + admPanel = 1 }