[Hack] Speed up your WordPress Delivery
Here’s a how-to from AskApache.com which shows you how to improve the delivery of your WordPress blog. The article oulines a few hacks to the WP-Cache plugin to improve the cachability of WordPress. After the Wp-Cache hacks they go on to give you a few lines which you can add to your .htaccess file which
- Set the a future expires headers which Apache sends out to the browser while serving content
- Disabled ETag headers
- Removes last modified Header
- Adds cache control headers
These quick hacks ensures that the browser keeps the downloaded files ( htmls, css, images,..) and pulls them from cache next time to improve the speed at which your blog displays to the users.
Head over to the article and get started with your hacks: Hack WP-Cache for Huge Speed Increase
Related articles by Zemanta
- Three tips to protect your WordPress installation
- How To Redirect Permalink Using .htaccess
- Super Cache Makes Your WordPress Blog Super Fly
- WordPress Hacks: Moving a Static HTML Site to WordPress



