WP Minify

This plugin uses the Minify engine to combine and compress JS and CSS files
to improve page load time.

Author:Thaya Kareeson (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:3.3.2
Plugin version:1.2.0
Added to WordPress repository:22-04-2009
Last updated:04-06-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:78
Rated by:62
Plugin URI:http://omninoggin.com/wordpress-plugins/wp-mi...
Total downloads:452 150
Active installs:6 000+
plugin download
Click to start download

This plugin integrates the Minify engine into your WordPress blog. Once enabled, this plugin will combine and compress JS and CSS files to improve page load time.

How Does it Work?

WP Minify grabs JS/CSS files in your generated WordPress page and passes that list to the Minify engine. The Minify engine then returns a consolidated, minified, and compressed script or style for WP Minify to reference in the WordPress header.

Features

  • Easily integrate Minify into your WordPress blog.
  • Minifies JavaScript, CSS, and HTML.
  • Debug tools to help you debug your issues.
  • Ability to include extra JS and CSS files for Minifying.
  • Ability to exclude certain JS and CSS files for Minifying.
  • Minified JS and CSS files can be placed wherever you want.
  • Support for to minifying external files via caching.
  • Ability to pass extra arguments to Minify engine.
  • Expire headers for minified JS and CSS files.
  • Detection and elimination of duplicate sources.
  • Plugin hooks!