=== Asynchronous Javascript === Contributors: parisholley Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paris%40holleywoodproductions%2ecom&lc=US&item_name=Paris%20Holley&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest Tags: async,js,headjs,asynchronous,javascript,performance Requires at least: 3.5 Tested up to: 3.5 Stable tag: trunk
Improve page load performance by asynchronously loading javascript using head.js
== Description ==
This plugin is meant to be a drop-in to your wordpress installation with no additional configuration. The goals/features of this plugin are:
Please submit bugs or contributions to the github location and not here on wordpress' system:
https://github.com/parisholley/wordpress-asynchronous-javascript/
SEO: async js, asynchronous js, async javascript
== Installation ==
asynchronous-javascript
folder to the /wp-content/plugins/
directory== Frequently Asked Questions ==
= Is there any potential problems with other plugins? =
As long as those plugins are using the built-in wordpress script queuing and not attempting to output scripts manually (such as invoking wp_print_scripts()), you should have no problems. If you find plugins that don't work properly (or without modifications), let me know and I will maintain an incompatibility list.
== Incompatibility ==
This plugin will not work out the box with the following plugins (unless they are modified to support asynchronous loading).
== Changelog ==
= 1.3.5 =
= 1.3.4 =
= 1.3.3 =
= 1.3.2 =
= 1.3.1 =
= 1.3.0 =
= 1.2.1 =
= 1.2.0 =
= 1.1.2 =
= 1.1.1 =
= 1.1 =
wp_enqueue_async_script()
, should be able to use normal wordpress method wp_enqueue_script()
= 1.0 =
== Upgrade Notice ==
= 1.1 =
wp_enqueue_async_script()
is no longer available for use in the theme