HTML Minifier 2.0 Removes clutter and redundancy from dynamic HTML responses.

Supported versions: Orchard 1.9.x, Orchard 1.10.x

Module designed to reduce size of output HTML to bare minimum while maintaining same functionality for your Orchard website.

Size for simple pages gets reduced by 10% (gzipped) or 20% (uncompressed) respectively. As page gets more complex with more shapes and content, reduction ratio grows considerably.

Minification makes full use of Output caching provided by Orchard.OutputCache module to prevent recurring minification for responses that were already recently minified.

Please refer to the project site for documentation.