This is the homepage of the WP-Compress-HTML plugin for Wordpress.

WP-Compress-HTML

WP-Compress-HTML reduces HTML file size by removing unnecessary white space from the HTML document created by the WordPress blog.

What is WP-Compress-HTML all about?

Coders and template designers like to use spaces, carriage returns, new lines, tabs and indentation to make their HTML documents human-readable. This helps collaboration and debugging of the HTML document. However, all these features add to the filesize of the resultant HTML document. This structural information is totally ignored by browsers.

This plugin removes spaces, carriage returns, new lines and tabs from your HTML document. You can therefore freely use these features while writing HTML, safe in the knowledge that it will not bloat the final HTML document.

With this plugin you can also mark areas of your HTML template where you want to preserve white space - for example - in areas containing Javascript which needs carriage returns and new lines to function correctly.

HTML Comments are not affected by this plugin.

Installation instructions

  1. Download the WP-Compress-HTML plugin.
  2. Extract the wp_compress_html.php file and upload to the ‘/wp-content/plugins/’ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. If there are areas which you do NOT want compression to be applied, simply enclose each area with a pair of < ––wp-compress-html––> tags. Use one at the beginning and one at the end of the area you want to protect. Drop in a < ––wp-compress-html no compression––> tag within each area marked in this way to tell the plugin that area is not to be compressed.

Frequently Asked Questions

  • Why do I need this plugin?

    When you are coding your HTML template, you will almost certainly want to add spaces, tabs and carriage returns to the document. This helps you to read it, but this information is ignored by the browser and transmitting it to the browser is a waste of bandwidth. It bloats your files and slows your site down. This plugin will remove all this unnecessary “white space”.

  • How much savings can be achieved with this plugin?

    We have seen savings of upto 5-10%, depending on how much “white space” is in your HTML templates. Even if this does not sound like much, it certainly adds up on a busy site with a high number of page views.

  • How do I mark areas that should not be compressed?

    WP-Compress-HTML screenshot showing how to mark areas that should not be compressed
    Look at this screenshot to see how to mark areas in your template that should not be compressed. Simply add the tags in red to wrap around areas that should not be compressed.

  • Does it work for WordPress version x.x.x?

    The plugin has been tested with WordPress version 2.5 only.