Google pagespeed score improver plugin?

If you use Wordpress:

Recently found a neat plugin called Google Drive as CDN:
http://codecanyon.net/item/google-drive-as-wordpress-cdn-plugin/4931801

Only $14 on CodeCanyon, and you can use Google's servers for free to host your images / code. Really speeds up your site.

Another one I like is Ultimate Social Deux:
http://codecanyon.net/item/ultimate-social-deux/6556073

Also $14 on CodeCanyon, ultra fast social buttons. I use it on my site if you want to see it in action [link].

Both of these will drop your load time significantly.

Other things to reduce page load time:

? Move JS to footer plugin for Wordpress
? Minify code + cache with W3 Total Cache
? "Disqus Conditional Load" Plugin if you use Disqus (lazy loading of comments)
? "Lazy Load Images" plugin (also used on my example above)
 
w3 Total Cache is awesome or else you can use wp super cache.
 
Back
Top