Combine JS

WordPress plugin that combines, minifies, and compresses JS files.

Author:Convoy (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.9.1
Plugin version:2.1
Added to WordPress repository:11-10-2012
Last updated:17-07-2014
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, %:58
Rated by:7
Plugin URI:http://www.weareconvoy.com
Total downloads:18 743
Active installs:100+
plugin download
Click to start download

WordPress plugin that combines, minifies, and compresses JS files. The JS files that this plugin combines and minifies must be enqueued by using wp_enqueue_script. The plugin combines and minifies JS and writes the output into files in the uploads directory. This plugin uses jsmin.php - PHP implementation of Douglas Crockford's JSMin. This plugin combines all local JS files into a single file and includes the file in the footer of the theme (requires wp_footer being used in your theme files). Also see the companion plugin, Combine CSS.

Features include:

  • option to change the JS domain if a CDN is used
  • option to change how often JS files get refreshed
  • option to exclude certain JS files from combining
  • option to turn on/off GZIP compression
  • option to move all enqueued JS files to the footer of the site
  • option to turn on debugging