how to Minify html such as WebMarkupMin library? #5727
Unanswered
Mostafa-Moafi
asked this question in
General
Replies: 2 comments 4 replies
|
I'm not familiar with this library, and I'm not sure that minification of HTML is going to provide a significant benefit when the content is already gzipped. However, it looks like you could probably add the assemblies from the WebMarkupMin.AspNet4.HttpModules NuGet package and then register one of its HTTP modules in the |
4 replies
|
DNN used to have a minify HTML process, but it created more problems than it helped, and as @bdukes mentioned I believe the usage of gzip etc which is managed by IIS etc it isn't worth it |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
How can I Minify html such as WebMarkupMin library?
more information:
WebMarkupMin
All reactions