[TYPO3-german] BE compressionLevel auf 9 setzen (TYPO3 8.7)

Helmut Zötzl helmut.zoetzl at amcc-group.de
Wed Aug 29 15:21:11 CEST 2018


Hallo,

Google schlägt mir vor meine Seite besser zu machen, indem ich den 
Output komprimiere.
Unter anderem soll man das hier machen:

$TYPO3_CONF_VARS['BE']['compressionLevel'] = '9'
$TYPO3_CONF_VARS['FE']['compressionLevel'] = '9'

Für das FE funktionierts.

Nur wenn ich beim BE auch nur eine "1" angebe, funktioniert das BE nicht 
mehr. Es schaut aus, als würde CSS fehlen. Ist der Wert für die 
Frontend-Compression wichtig?

Oder gibt es für TYPO3 auch andere Wege?

Ich habe das alles schon gemacht:

Typo-Script:

config.compressJs = 1
config.compressCss = 1

.htaccess:

<filesmatch>
    AddType "text/javascript" .gzip
</filesmatch>
<filesmatch>
    AddType "text/css" .gzip
</filesmatch>
AddEncoding gzip .gzip

liebe Grüße
Helmut


More information about the TYPO3-german mailing list