haempel
4. Dezember 2017 um 17:56
1
Hallo
SW-19755 - WOFF und SVG-Dateien werden nun bei der Übertragung komprimiert (tinect), ##Sample shopware.woff Original-size: 69,4 KB After Compression-Sample: 33,5 KB ,
funktioniert es irgendwo ?
hier unser htaccess Eintrag,
Enable gzip compression
AddOutputFilterByType DEFLATE text/html text/xml text/plain text/css text/javascript application/javascript application/json
Gruß Peter
Hallo,
du solltest erstmal deine .htaccess Datei mit der Aktuellen vergleichen. Vermutlich sind bei dir die entsprechenden Anpassungen gar nicht drin.
Das hat mit dem Changelog erstmal nichts zu tun, denn die Anpassungen wurden da auch gemacht. Siehe auch Github Ticket/Änderung https://github.com/shopware/shopware/blob/5.3/.htaccess
Sebastian
haempel
4. Dezember 2017 um 20:34
3
Hallo Sebastian
Danke für die Antwort, habe die htaccess erweitert, allerdings noch keine Änderung trotz cache Leerung, funktioniert es bei Euch ?
Enable gzip compression
AddOutputFilterByType DEFLATE text/html text/xml text/plain text/css text/javascript application/javascript application/json application/font-woff application/font-woff2 image/svg+xml
ExpiresActive on
ExpiresDefault “access plus 1 month”
Gruß Peter