> Async JS and CSS wordpress plugin resources analysis

Async JS and CSS wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Async JS and CSS
Version 1.7.13
Author elCHAVALdelaWEB
Rating 84
Last updated 2013-11-18 11:43:00
Downloads
31101
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Async JS and CSS plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

Async JS and CSS plugin added 5618 bytes of resources to the Home page and 5640 bytes of resources to the sample Post page.

Async JS and CSS plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Async JS and CSS plugin ads no tables to your Wordpress blog database.

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 your positions on search engines (yes, they preffer faster webs), just take a look on Google PageSpeed Insights - you'll see that one of the mos important things is fastenes and one of the reason why your page is not so fast - is "Render-blocking JavaScript and CSS".

This plugin makes ALL scripts loaded by other plugins to be loaded in asynchronous way just like Google PageSpeed Insights recommends. All CSS files will be inserted inline into the document code or moved from the document beginning to the end, just before closing BODY tag (or just where you placed wp_foot() function). There are various methods to do that - they are all in plugin's configuration page.

Plugin makes all scripts to be loaded asynchronously using wp_enqueue_script and also can detect scrips included inside of wp_head and wp_footer hooks.

All CSS files loaded using wp_enqueue_style can be loaded just before closing BODY tag by four methods:

* inserting <link rel="stylesheet" ...> tag

* inserting <style>@import url(...);</style>

* generating <link rel="stylesheet" ...> tag with javascript after all have loaded

* inserting ALL CSS CODE INLINE into the document (the fastest way)

I was inspired to create this small plugin by Asynchronous Javascript but it works in completely different way.

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
Dinky screenshot

Dinky

by: misamplus

18574
100%
Andrina Lite screenshot

Andrina Lite

by: InkThemes.com

123694
53%