• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved GZIP compression does not work

Erick_Gomes

New Pleskian
Hello guys,

I need some help.

My server is not running GZIP compression.

It is all enabled as it shows in IIS.

Follow the code of the web.config

Code:
<httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files">
            <scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" />
            <dynamicTypes>
              <add mimeType="text/*" enabled="true" />
              <add mimeType="message/*" enabled="true" />
              <add mimeType="application/javascript" enabled="true" />
              <add mimeType="*/*" enabled="false" />
            </dynamicTypes>
            <staticTypes>
              <add mimeType="text/*" enabled="true" />
              <add mimeType="message/*" enabled="true" />
              <add mimeType="application/javascript" enabled="true" />
              <add mimeType="*/*" enabled="false" />
            </staticTypes>
          </httpCompression>
          <urlCompression doStaticCompression="true" doDynamicCompression="true" />


When I check in at GIDZipTest: Web Page Compression (Deflate / Gzip) Test - GIDNetwork, it always shows me disabled.


Anyone have any suggestions?
 
Back
Top