Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
So I had gzip working in everything. Without editing the config. However without adding any resources are not been gzipped.
So I added
<system.webServer> <urlCompression doStaticCompression="true" doDynamicCompression="true" /> <httpCompression directory="%SystemDrive%\websites\_compressed" minFileSizeForComp="1024"> <scheme dll="%Windir%\system32\inetsrv\gzip.dll" name="gzip"/> <dynamicTypes> <add enabled="true" mimeType="text/*" /> <add enabled="true" mimeType="message/*" /> <add enabled="true" mimeType="application/javascript" /> <add enabled="true" mimeType="application/json" /> <add enabled="true" mimeType="application/json; charset=utf-8" /> <add enabled="false" mimeType="*/*" /> </dynamicTypes> <staticTypes> <add enabled="true" mimeType="text/*"/> <add enabled="true" mimeType="message/*"/> <add enabled="true" mimeType="application/javascript"/> <add enabled="true" mimeType="application/json"/> <add enabled="true" mimeType="application/json; charset=utf-8" /> <add enabled="false" mimeType="*/*"/> </staticTypes> </httpCompression> ... </system.Webserver>
Which results in
All the scripts/css are in the same folder. with a location section of
<location path="common"> <system.webServer> <urlCompression doStaticCompression="true" doDynamicCompression="true" dynamicCompressionBeforeCache="false" /> <staticContent> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="300.00:00:00" /> </staticContent> </system.webServer>
As you can see some of the scripts/css have not been compressed neither has the document request.
Any ideas?
Thanks Matt
Hey,
Did you get this to work ? :)
Contacted Cloud support and they fixed it on their end.
Matt
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Gzip compression on Umbraco Cloud
Hi all,
So I had gzip working in everything. Without editing the config. However without adding any resources are not been gzipped.
So I added
Which results in
All the scripts/css are in the same folder. with a location section of
As you can see some of the scripts/css have not been compressed neither has the document request.
Any ideas?
Thanks Matt
Hey,
Did you get this to work ? :)
Contacted Cloud support and they fixed it on their end.
Matt
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.