mod deflate

Ich sinniere gerade über die richtigen mod deflate einstellungen in der htaccess… ich habe aus der htaccess von shopware 4 diese zeilen in meine shopware 3.5 htaccess kopiert: [code]# Enable gzip compression
# disable compression on iconset due to loading problems in google chrome on windows
SetEnvIfNoCase Request_URI icon-set.css$ no-gzip dont-vary

AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript application/json
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE text/xml application/xml text/x-component
AddOutputFilterByType DEFLATE application/xhtml+xml application/rss+xml application/atom+xml

[/code] In der original Datei waren die Deflate Optionen für Javascript, xml und xhtml rss auskommentiert. Sollte man die aktivieren oder deaktiviert lassen? So viel deflate wie geht?