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

Latest commit

 

History

History
19 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.06 KB

##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.