Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

NopCommerce plugin that minifies HTML output and removes unwanted HTTP headers.

License

Notifications You must be signed in to change notification settings

tomvanenckevort/NopCommerce.HTMLOptimiser

Repository files navigation

##HTML Optimiser nopCommerce plugin

The HTML Optimiser plugin allows you to do the following things:

  • Minify the HTML output by removing unnecessary whitespace and line breaks.
    Depending on your theme and content this can reduce your HTML download size by up to 35%.
  • Remove unwanted HTTP reponse headers (for example: X-Powered-By, X-AspNet-Version).
  • Add extra HTTP response headers (for example: X-Frame-Options).

All this is possible without having to configure or have access to IIS.

###Compatibility This plugin is compatible with nopCommerce v3.40 (v1.4), v3.30 (v1.1) and v3.20 (v1.0).

If you require a version of the plugin that is compatible with an older version of nopCommerce, feel free to get in touch.

###License This plugin is released under the MIT license. For details, please refer to the license file.

The plugin uses the WebMarkupMin library created by Andrey Taritsyn (CodePlex), which is licensed under the Apache 2.0 license.

About

NopCommerce plugin that minifies HTML output and removes unwanted HTTP headers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages