• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Enable GZIP compression on IIS 7.5

javii

New Pleskian
Hi, I'm having trouble enabling GZIP compression on IIS 7.5. I checked it is enabled on IIS Admin at server level and application level but I cannot see gzip enabled on headers accessing a 72kb .js file:

(Status-Line) HTTP/1.1 304 Not Modified
Accept-Ranges bytes
Date Tue, 28 Feb 2012 10:34:00 GMT
ETag "8272c720e4bbcc1:0"
Last-Modified Fri, 16 Dec 2011 11:16:16 GMT
Server Microsoft-IIS/7.5
X-Powered-By ASP.NET
X-Powered-By-Plesk PleskWin

Any idea?
Best regards
 
Hi,

Did you also add the following to your web.config?
<urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true"/>
 
Back
Top