There are some issues with the HttpCompression module that comes with Dynamicweb.
- The default settings specify that it should use deflate compression, but gzip is recommended for various reasons - google it :)
- The default browser on most Android devices does not support deflate - only gzip is supported, but there is a problem with the gzip compression, so the browser will not display pages correctly (sometimes only part of the page is rendered).
Will you consider replacing the HttpCompression module with the standard IIS gzip compression? We can do this ourselves by modifying the default web.config, but it would be nice if Dynamicweb came with reliable compression by default.