Head.WP

Head.js is a script to asynchronously load and manage dependencies of javascript and CSS assets.

This plugin loads the scripts and styles enqueued in footer with the head.js loader. It does not include head.js' feature detection.

Head.js.wp assumes that scripts are loaded via wp_enqueue_script() and that any script enqueued in the <head> intends to be loaded before the rest of the page.

WP HeadJS

This plugin uses the wp_print_scripts action hook, as opposed to output buffering and regex used by alternative implementations. The downside of this method is that only scripts loaded via wp_enqueue_script will be affected by the plugin, the upside is better performance by avoiding output bufferin.........

Similar: 84%

Asynchronous Javascript

This plugin is meant to be a drop-in to your wordpress installation with no additional configuration. The goals/features of this plugin are: Load javascript files in an asynchronous manner to improve time to DomReady/OnLoad Use existing wordpress APIs for backwards compatability and prevent coupli.........

Similar: 67%

MooTools

This WordPress MooTools plugin simply provides you with the latest MooTools JavaScript framework on the front-end of your WordPress website. It makes use of the wp_head WordPress action hook in order to insert code into the <head> section of your layout. The MooTools framework will be referenc.........

Similar: 60%

Async JS and CSS

When your page is loaded by browser - all that stuff placed in HEAD tag is loaded before the page content - in blocking way. So the content is delivered to user in the last moment, after all javascript and css files are loaded. If you are a webmaster or just want to make your web to make better you.........

Similar: 40%

JavaScript AutoLoader

This Plugin allows you to load additional JavaScript files without the need to change files in the theme directory or to install several plugins to add all the desired functionality. See also Plugin Homepage To load additional JavaScript files just put them into a directory named jsautoload. T.........

Similar: 40%

Debug Bar List Script & Style Dependencies

We all know that when we're add a script or style to WordPress, we should use wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ) and wp_enqueue_style( $handle, $src, $deps, $ver, $media ) as in: function themeslug_enqueue_style() { wp_enqueue_style( 'core', 'style.css�.........

Similar: 30%

Scripts and Styles

Inject JavaScript and CSS files into your website without having to know the details of the underlying HTML. Paste the URLs to external files into the WordPress Admin Settings, and Scripts and Styles will create and insert <script> and <link> tags for you. Banner image by JD Hancock (ht.........

Similar: 22%

WP Scripts & Styles Optimizer

Optimization of included JavaScript- and CSS-files is a very important thing. Many WordPress plugins comes with multiple third-party and/or own JavaScript-files that are then often included on every page of your site. In worst cases you have more than one of the same file included on your site. Tha.........

Similar: 18%

Protocol Relative Theme Assets

This plugin transforms any registered, enqueued CSS or JavaScript URLs into their "protocol-relative" equivalent. Consider the following examples: Protocol Relative CSS URL <link href=https://wordpress.org/plugins/protocol-relative-theme-assets/"//example.com/wp-content/themes/twentytwelv.........

Similar: 15%

PUZZLER is JS + CSS combine

Puzzler - it excellent js/css aggregator for advanced users: Automatically combines all enqueued scripts/styles into a single file, for faster loading blog. Starts immediately without setting. You can adds scripts and styles in queue, change the order, edit - and Puzzler automatically make recombi.........

Similar: 13%