WP Deferred JavaScripts

WP Deferred JavaScripts Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 157,653 downloads
WP Deferred JavaScripts Icon

Try plugin: WP Deferred JavaScripts

We'll create fresh WordPress site with WP Deferred JavaScripts installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP Deferred JavaScripts

Defer the loading of all JavaScripts added with wp_enqueue_script(), using LABJS (an asynchronous javascript library).

17


1


0


6


11

updated: 7 years ago
since: 11 years ago

Description

This plugin defer the loading of all JavaScripts added by the way of wp_enqueue_script(), using LABJS. The result is a significant optimization of loading time.

It is compatible with all WordPress JavaScript functions (wp_localize_script(), js in header, in footer…) and works with all well coded plugins.

If a plugin or a theme is not properly enqueuing scripts, your site may not work. Check this page: Function Reference/wp_enqueue_script on WordPress Codex.

LABjs (Loading And Blocking JavaScript) is an open-source (MIT license) project supported by Getify Solutions.

We performed a range of tests to determine the potential benefit of loading time. On wabeo we executed webwait (150 calls by test). Result is this plugin could improve your loading time by 25%!!
More information in the Screenshots section.

You can find more information about WP Deferred JavaScripts and technical information about asynchronous scripts on authors blogs.