June 28, 2014

Textual description of firstImageUrl

How To Speed Up WordPress Loading Time That Works

|
One way to speed up WordPress load time is to remove render-blocking JavaScript file.

Here are three plugins which can do the job really well for my site.

1. WP Deferred  JavaScripts
2. Asynchronous Javascript
3. WP Fastest Cache

Before I installed both the plugins, this was the results from Google PageSpeed Insights:


speed up wordpress loading time plugins

After installed the first plugin, WP Deferred Javascripts at: https://wordpress.org/plugins/wp-deferred-javascripts/ 

improve wordpress loading time plugin

This is the results from PageSpeed Insights:

deferred javascript improve wordpress loading time

This is the results from Web Page Test:
faster wordpres loading time wp deferred javascripts


Then I installed the second one called Asynchronous Javascript at: http://wordpress.org/plugins/asynchronous-javascript/

increase page speed asynchronous javascript

This the results from Google PageSpeed Insights:

how to remove blocking javascript and css above-the-fold


The results still remains the same, but it has reduced the number of blocking JavaScript.

The third plugin is WP Fastest Cache. It is at: http://wordpress.org/plugins/wp-fastest-cache/

This is the results after installing this plugin:

eliminate render-blocking javascript css above-the-fold

As you can see above, the score is now 91/100 and the number of CSS blocking resources has reduced to four (4).

* Here is how to increase page speed by leverage browser caching guide.