=== APH Merge Scripts === Contributors: agusph Tags: minify, merge scripts, merge styles Requires at least: 3.5 Tested up to: 4.5 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Merge and minify css & javascript files into one file. Simple and easy to use. == Description == 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. ** * Simple and easy to use * Merge all script and CSS 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. * You can choose whether to put the merged script into header or footer * Support localized script. * Support YUI Compressor. We don't use closure compiler as it is not 100% safe. read here * File cache always checked to make sure it match the scripts or styles required on the page * Auto-adjust CSS URL path == Installation == Install & activate the plugin. Modify some options in the settings page to suits your need. == How To Use == While loading a page, the plugin will automatically detect the scripts and styles used on the page using WP enqueue system. However, in certain circumstances, there are scripts and styles that are not detected automatically, such as aksimet-form that usually comes late in the wp_footer To check that kind of scripts, first, enable "Show Manage Scripts Menu on the Admin Bar" option in the plugin settings page. This option will add a menu to the admin-bar menu. This menu will appear when you open any page except for the admin page. Now, through that menu, you can choose scripts you want to merge or exclude easily. == Screenshots == 1. Admin Settings 2. Manage scripts loaded in a page through admin bar == Changelog == 1.0 Initial Public Release