這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP-Compress-HTML

外掛說明

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

安裝方式

  1. Download the 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. 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. Don’t worry – these configuration tags will be stripped out by the plugin.

常見問題集

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 do I mark areas that should not be compressed?

Look at the screenshot at http://www.mandar-marathe.com/img/wp-compress-html-screenshot2.gif to see how to mark areas in your template that should not be compressed.

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

The plugin has been tested upto WordPress version 3.3.1.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WP-Compress-HTML〉的開發相關工作。

參與者

將〈WP-Compress-HTML〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄