Combining and minifying javascript dan stylesheet files can improve the speed the website as it will reduce the number of HTTP Request and reduce the size of the downloaded file.
This plugin helps you to do all of that. It will automatically detect and combine javascript and CSS files loaded by a page, into a single file javascript and CSS.
** Features. **
- Easy to use.
- Merge all CSS and Javascript files into one file - Automatically detect scripts and styles that are required on a page, and then combine them into one file.
- There is a tool in the admin bar that makes it easy to add / manage scripts loaded by a page.
- Support localized script.
- Support remote scripts (Javascript and CSS files hosted on CDN). Built-in parallel download for optimum download time.
- Support YUI Compressor. We don't use closure compiler as it is not 100% safe. read here
- CSS & Script files URL cleaned from query string, leverage browser cache.
- Easy to view and manage merged files.
- There is an option to put merged script to the header or footer
- Automatically unload CSS and Javascript files that are not found
Install & activate the plugin. Modify some options in the settings page to suits your need.
1.3.1 - September 4, 2016
1.3 - September 1, 2016
- Add support to remote scripts (Javascript and CSS files hosted on other servers or CDN)
- Add option to manage remote files
- Add option to 404 page
- Fix some issues
- Minor performance improvements
1.2 - August 21, 2016
- Remove "File name & location" option, as now, we use predefined file name + hash to force user to download the latest merged file
- Disable creating merged file on 404 HTTP Response, as it caused some problems when WordPress load non-existing CSS or js files
- Use JShring as default Javascript Minifier, as it safer than the current one.
- Fix issues on "APH Show Scripts" Menu on Admin Bar
- Add "Show Handles" link to show handles of merged files
- Fix other issues
1.1 - July 31, 2016
- Add support to YUI Compressor
- Remove query string from CSS and javascript's file URL
- Fix some issues
- Add uninstall file
- Rewrite source code to meet WordPress coding standard
- Change admin options interface
1.0
Initial Public Release