[Fixed] This plugin uses the Minify engine to combine and compress JS and CSS files to improve page load time.
This plugin is a fork of WP Minify to fix bugs and add features, because it has not been updated since 2012-6-4.
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.
type="text/javascript"
WP Minify Fix 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.
You can also commit changes on our Github repository.
All contents under the wp-minify-fix/min/ directory is licensed under
New BSD License (which is
GPL compatible). All other
contents within this package is licensed under GPLv3.
If you are having problems with this plugin, please first take a look at the
various links under the “Documentation” section of the
plugin page.
Please take a look at documentation available on the
plugin page.
to see if any of them can help you. If not, feel free to post your issues
on the appropriate plugin support forum.
I will try my best to help you resolve any issues that you are having.
type="text/javascript"
<
header> conflict.
* Fixed bug from blog installed in subdirectory.
* Fixed localization.
This plugin utilizes the Minify engine
coded by Steve Clay and Ryan Grove
to perform all JS & CSS Minifying.