Combine JS Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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