Speed up your site with WP Super Cache

Here’s a plugin you really need to know about if you have a popular site. It’s called WP Super Cache and is the best way to handle a surge of traffic that could bring your servers to their knees. The plugin works by generating a static HTML version of your page, which can be served to a user at a fraction of the machine load of a normal PHP page. When a user hits the site, the page is generated, handed to them and kept in storage in case another user turns up asking for the same page.

It’s pretty useful if you have lots of traffic and can make your website leaner and meaner than any diet pills you know about. Check it out if you’re expecting your site to be popular!

Optimise your WordPress Performance

I came across a great article that talks about some performance improvements that one can put into place on a WordPress blog. The headline things to look at are:

  1. Enable WordPress caching
  2. Use a caching plugin like WP Super Cache
  3. Minimise the number of high performance plugins
  4. Turn on MySQL caching
  5. Tweak your PHP settings

Just keep in mind that you don’t need to be looking at these things until you’re receiving hundreds of thousands of hits a day. But it’s good to know in case you notice performance issues on your blog. You don’t need slimming pills to make your blog lean and mean. Just implementing a few tweaks can make a world of a difference. Read the complete article here