Hi!
I'm using RequestReduce with success, few issues find, but...I can't figure out how to make it work on minified HTML pages...
I mean: I need to compress HTML and I do it with 2 classes: a Compressor.cs and a BaseClass.cs; the last one is inherited by my pages to be compressed (I can enclose the code, if needed).
It seems RequestReduce doesn't see js and css files...Can someone help me in understanding it?
Have you thought to implement HTML (and gzip compression) minification too?