The Ultimate Guide To WordPress Speed Optimization

Good post it looked like you where reading my mind as we do everything you are talking about... lol the only difference is we have a raid server setup in case a traffic spike that balances the load. Basically site can run on 2 servers at the same time serving the same content.
Oh yes, load balancing is awesome. I've setup web applications to be load balanced by an Apache server and then the traffic was redirected to one of two servers with Jboss AS running on them. It really is a great configuration.

Regards!
 
Yes, we are aware of it but this article is very informative mate :). Thanks for effective sharing.
 
Hey man! Cool tutorial.
Honestly i never bothered to optimize a WP database, the plugin suggest in there (wp-optimize) works like a charm.

Cheers,R
F
 
Hey man! Cool tutorial.
Honestly i never bothered to optimize a WP database, the plugin suggest in there (wp-optimize) works like a charm.

Cheers,R
F
Glad you took your speed to the next level mate!

Regards!
 
That article had some really good tips! And the amount of change which by the loading speed improved is simply unbelievable. Some tips which every should be implemented by every Wordpress blogger!
 
That article had some really good tips! And the amount of change which by the loading speed improved is simply unbelievable. Some tips which every should be implemented by every Wordpress blogger!
Exactly mate. Glad you liked it!
 
Your guide is complete, thanks for sharing ... let me share with you some things I use and I think you have missed:

Async Javascript:[TABLE="class: form-table, width: 100%"]
[TR]
[TD="colspan: 2, align: left"]When you enable Async Javascript, when a script is loaded via the 'wp_enqueue_script' method, this plugin will add a 'async' or 'defer' attribute.[/TD]
[/TR]
[TR]
[TD="colspan: 2, align: left"]This action helps to eliminate render-blocking JavaScript in above-the-fold content. This can also help to increase your pagespeed which in turn will assist in improving your page ranking.[/TD]
[/TR]
[/TABLE]
There is a plugin that does all the work for you. I hope you learn.
 
Your guide is complete, thanks for sharing ... let me share with you some things I use and I think you have missed:

Async Javascript:[TABLE="class: form-table, width: 100%"]
[TR]
[TD="colspan: 2, align: left"]When you enable Async Javascript, when a script is loaded via the 'wp_enqueue_script' method, this plugin will add a 'async' or 'defer' attribute.[/TD]
[/TR]
[TR]
[TD="colspan: 2, align: left"]This action helps to eliminate render-blocking JavaScript in above-the-fold content. This can also help to increase your pagespeed which in turn will assist in improving your page ranking.[/TD]
[/TR]
[/TABLE]
There is a plugin that does all the work for you. I hope you learn.
I did try that mate (probably should have mentioned that in the article), however, it messed up the website. There are a lot of stuff loading in on it with Enfold's Avia framework, jquery, and a billion other scripts, so something got fucked up and I removed the plugin.

Regards!
 
Back
Top