# mod deflate

**URL:** https://forum.shopware.com/t/mod-deflate/8400
**Category:** Shopware 3.5
**Tags:** general
**Created:** [4. September 2012 um 16:30 UTC](https://forum.shopware.com/t/mod-deflate/8400 "2012-09-04T16:30:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![don](https://avatars.discourse-cdn.com/v4/letter/d/ed655f/32.png) [@don](https://forum.shopware.com/u/don)
#### Post date: [4. September 2012 um 16:30 UTC](https://forum.shopware.com/t/mod-deflate/8400/1 "2012-09-04T16:30:20Z")

</div>

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?
