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.
- Debug mode lets you combine files without Minifying them.
- Ability to include extra JS and CSS files for Minifying.
- Ability to exclude certain JS and CSS files for Minifying.
Changelog
- 0.4
- Automatically exclude CSS conditionals.
- Automatically exclude CSS media != all, or screen.
- Automatically exclude https URLs.
- Added sanity checking for buffer start & stop.
- Moved buffer start to init with priority 99999.
- Fixed "strpos()" warnings when settings have empty lines.
- 0.3.1
- Fixed "URL file-access disabled" errors.
- Fixed "implode()" warnings.
- 0.3
- WP 2.8 Compatibility
- 0.2.1
- Fixed another CSS exclusion bug (srcmatch -> hrefmatch).
- Fixed JS WP Minify bug passing double forward slashes when not needed.
- Added media="screen" for minified CSS reference.
- 0.2
- Changed the way CSS and JS files are picked up. No more wpenqueue*
requirements!
- Fixed exclusion bug where specified files are not excluded from
minification.
- Removed OMNINOGGIN dashboard widget.
- 0.1.1
- Fixed array_slice() warning in the admin dashboard.
- Fixed version check to not break page when $wp_version is empty.
- 0.1
- Initial release
Credits
This plugin utilizes the Minify engine
coded by Steve Clay and Ryan Grove
to perform all JS & CSS Minifying.