You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: