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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an