Ich versuche, dies in web.config zu erledige:Wie führe ich IIS dazu, .svg-Dateien zu komprimieren?
<staticContent>
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
</staticContent>
<httpCompression>
<staticTypes>
<add mimeType="image/svg+xml" enabled="true"/>
</staticTypes>
</httpCompression>
<urlCompression doStaticCompression="true" doDynamicCompression="true"/>
Aber Content-Encoding: gzip
nie in Antwort-Header angezeigt wird. Die Komprimierung funktioniert jedoch auch für andere Typen wie CSS.
Haben Sie dieses Problem jemals gelöst? –
Was ist jemals behoben? – kumar
Mögliches Duplikat von [kann iis7 nicht zu gzip font-face font files bringen] (https://stackoverflow.com/questions/14410331/cant-get-iis7-to-gzip-font-face-font-files) – Cerbrus