Optimize Wordpress Internal Caching

This is not a post about WP-Cache The plugin. This is a post about wordpress own internal caching mechanism — WP-Cache functions and WP_Object_Cache class. The function used alot inside wordpress for making extensive function calls. The only shame is that the cache is not persistent between request. So, every request will have to generate its cache again. What I'm attempting to do, is implementing persistent cache that last between request.

The first thing before installing the custom cache script that one should check for existing persistence cache app such as Memcached, XCache or APC. Using one of those app is such a performance boost for PHP application. If you don't have those installed on your server, you can always ask the admin. And if all other options is failed. We can use the good-ol file cache. I'm using the combat-proven PEAR Cache Lite library for file caching mechanism.

The second, there are no flushing or expiring mechanism, so I have to create a small plugin for flushing the cache. Usually flushing is needed when you delete or add plugin or theme. Wordpress won't recognize your plugin, since the plugin list gets cached.

How to Try

  1. Download the cache manager plugin from the link below: http://herdian.ferdianto.com/media/object-cache-manager.php
  2. Upload the object-cache-manager.php into the wp-content/plugins/ directory
  3. Enable your plugin, you'll need to enable this first before installing the object-cache file.
  4. Download the pear Cache_Lite package from the http://pear.php.net/package/Cache_Lite page.
  5. Extract it, rename the Cache/Lite.php file to Cache_Lite.php
  6. Download the object-cache.php file from link below:
    http://herdian.ferdianto.com/media/object-cache.php
  7. Upload both into the wp-content directory on your server
  8. Create wp-content/pear-cache directory. This directory must be writeable by the webserver. It will store your cached data as file if you decide to use pear cache lite class.
  9. You;re good to go

15 Comments | [Put comments]

  1. gravatar mq hidayat - September 5, 2009

    Wah, apik kie mas.
    Tapi sayange basane ra tek paham :(

  2. gravatar ferdhie - September 6, 2009

    tinggal ikutin aja kok instruksinya, secara wordpress bikin frustasi soal CPU time tuh ..

  3. gravatar anton - September 21, 2009

    makasih mas...

    Setelah saya check dengan SQL Monitor Plugin ternyata sangat berguna sekali...

  4. gravatar chibunrenaibe - April 30, 2011

    http://webstergage.newmail.ru/skachatj-vindous-7-maksimaljnaya.html
    http://petershannon.hotbox.ru/valeriya-glaza-tsveta-neba-skachatj.html
    http://merit-1trey.hotmail.ru/skachatj-after-effects-cs3-torrent.html
    http://justytiger.pochtamt.ru/counter-strike-buka-skachatj.html
    http://curtiszander.front.ru/skachatj-master-server-dlya-cs.html

  5. gravatar skawnshek - July 28, 2011

    http://owdijfvcnid.com - efdnlwiernf BousiaRamma <a href=http://efdincaa.com>dkyubwvfcn</a> trisfasmitrup http://lirwjcnncvuier.com Asternspooste

  6. gravatar suemreern - August 8, 2011

    <a href=http://yikigook.livejournal.com/>yikigook</a>

  7. gravatar daymnengedy - January 30, 2012

    <a href=http://www.fruit-ninja-pc.com/>Ninja Fruit</a>
    <a href=http://www.fruit-ninja-pc.com/play-fruit-ninja-online/>Online Fruit Ninja</a>
    <a href=http://www.fruit-ninja-pc.com/fruit-ninja-pc/>Dowload Ninja Fruit PC</a>
    <a href=http://www.fruit-ninja-pc.com/fruit-ninja-download/>Download Ninja Fruit</a>

  8. gravatar escomoessedge - January 30, 2012

    <a href=http://angry-bids-play-online.com/>Angry Birds News</a>
    <a href=http://angry-bids-play-online.com/download-angry-birds/>Angry Birds download</a>

    <a href=http://angry-bids-play-online.com/play-angry-birds-online/>Play Angry Birds for free</a>
    <a href=http://angry-bids-play-online.com/angry-birds-walkthrough/>Walkthrough Angry Birds</a>

  9. gravatar incundflinees - January 30, 2012

    <a href=http://pac-man-online.com/>Play Pacman</a>

  10. gravatar lupemiree - January 31, 2012

    <a href=http://pac-man-online.com/>Play Pac man Online</a>

  11. gravatar cialis kaufen - January 31, 2012

    Could you write another post about this subject simply because this post was a bit difficult to comprehend?

  12. gravatar acculpalosy - January 31, 2012

    <a href=http://minecraft-play.com/>Minecraft blog</a>
    <a href=http://minecraft-play.com/play-minecraft-online/>Play Minecraft online</a>
    <a href=http://minecraft-play.com/download-minecraft/>Download Minecraft for free</a>

  13. gravatar cruchbync - February 1, 2012

    Top site dedicated to <b><a href=http://downloadcasinofree.com/harrah-s-casino-atlantic-city.html>harrah s casino atlantic city</a></b> you can find here:
    <b><a href=http://onlinecasino-ca.com>online casino</a></b> weekly no deposit bonuses destination, www.onlinecasino-ca.com

  14. gravatar unmamycrymn - February 2, 2012

    <a href=http://free-game-online-download.com/the-elder-scrolls-v-skyrim/>Download Skyrim</a>

  15. gravatar amia8161u - February 14, 2012

    What a perfect offer people!
    I just couldn’t to imagine the idea before.
    since now, I understand all vital nuances.
    I hope that target data at <a href="http://cellphonejammer.co.uk/">cell phone jammers for sale</a> will save you time while seeking for important solutions.

Leave a Reply