WP Defer Loading

November 11, 2013 ยท View on GitHub

Defer loading javascript for WordPress. Without any additional library. Just the way Google ask you to do it.

Handles any javascript enqueued wp_enqueue_scripts.

Installation

Download the latest version as .zip file. Upload the .zip file to your Wordpress plugin directory (wp-content/plugin) and use the activate function in your dashboard. ( Plugins > installed plugins ).

Requirements

This plugin requires scripts are enqueued proper. Also read WordPress Development: Properly load your Javascript and set dependency.

Support

We are always happy to help you. If you have any question regarding this code. Send us a message or contact us on twitter @JamedoWebsites.

Changelog

1.0

  • First version