Concatenation merges multiple JavaScript files into one. This means the browser downloads 1 file instead of 5, 10, or 20.
Minification removes all unnecessary space from a file. This means you only download the content you actually need.
To speed up your site, most developers will recommend you do both. But it can be time-consuming and frustrating to set this up – particularly as you install new plugins on your site.
Rather than forcing you to merge and minify files manually, this plugin will do it for you automatically. No configuration is needed, just activate and go.
This is very much a beta version of the plugin and is not expected to be stable. Please report any and all bugs to .
Download
Latest version: [zip]
MiniPress has been downloaded 2368 times so far!
Installation
Easy Installation
Search for “MiniPress” in the WordPress ‘Plugins’ menu.
Manual Installation
- Upload the entire
/minipress
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Changelog
0.5
- Remove
goto
statements.
0.4
- Add CSS minification.
0.3
- Update documentation before release to WordPress.org.
0.2
- Handle script dependencies with concatenation.
0.1
- Initial release