Featured WordPress Plugin: W3 Total Cache

Let me be straight with you: Every WordPress blog on the web should have this plugin installed.

And, no, I’m also not being paid to say that. :)

W3 Total Cache is exactly what its name suggests: A total caching solution for WordPress blogs. WordPress is a good publishing platform and content management system (CMS) but runs into problems quickly when more than a few visitors hit your site. Even moderately busy websites can buckle under the strain of the database connection pools, stylesheets, Javascript, and HTML that WordPress uses.

Some of the neat features that W3 Total Cache includes:

  1. “Minifies” CSS, Javascript, and HTML by removing all whitespace. To see an example, view the source code of this page. This means there is less data to send to viewers of your website which also means your website loads faster.
  2. Final output is cached and then re-served to the next viewer without having to rebuild. This means that in many circumstances, your blog might only be recreating your site dynamically once an hour. Otherwise, the cached version will be served, greatly increasing the performance and stability of your site.
  3. Uses advanced disk caching techniques to cache output or can also take advantage of Memcache technology (if supported by your server) to increase speed even more.

Before W3 Total Cache I was a fan of WP Super Cache. And before that, I used WP Cache. Neither of the latter two can hold a candle to the capabilities and caching power of W3 Total Cache.

For more information on how this plugin can increase your website’s performance, take a look at W3 Total Cache on the WordPress Extend website.

Reblog this post [with Zemanta]

Add Jack of All Links to Social Bookmarking Reloaded

If you use the WordPress plugin Social Bookmarking Reloaded then you can benefit from the addition of the Jack of All Links social search engine icon on your pages. For the uninitiated, check out the previous article I wrote about the service. Otherwise, follow these instructions to add Jack of All Links support to Social Bookmarking Reloaded:

 

1. Update your sites.xml file.

Add these lines to the bottom of your “sites.xml” file just before the </social_sites> tag. The file “sites.xml” is located in the “./wp-content/plugins/social-bookmarking-reloaded” directory.

<site>
 <name>Jack of All Links</name>
 <url>http://www.jackofalllinks.com/action/submit?url={link}</url>
 <img>jackofalllinks_mini.png</img>
 <key>jackofalllinks</key>
</site>

 

2. Grab the Jack of All Links mini icon.

Download this image to your Social Bookmarking Reloaded directory (“./wp-content/plugins/social-bookmarking-reloaded”).

 

 

3. Enjoy!

After you do these two simple steps, logging into your blog’s administration panel will give you the ability to select Jack of All Links as one of the icons to show in your “Bookmark to:” bottom bar on each of your posts. For an example, look at the “Bookmark to:” bar on this post!