How to get WordPress to stop micro-managing your weblog

A word to the wise: WordPress (the software that manages all of the content you see herein) comes with a plugin (wp-cache) that’s activated by default. What this means is that the system does server-side caching of the site content, only giving you the latest version if you edit a post or if 3600 seconds (one hour!) elapse since the last time that page was refreshed. This probably works fine for individual posts, but it doesn’t work at all if you edit the theme/framework files… which aren’t tracked in the same way. (I spent a good deal of time this evening tweaking the site to add the sidebar content (at left) that shows the last few books I read, and I was mystified as to why my changes weren’t showing up.)

So here’s my solution:

Deactivate the caching while I’m editing, then turn it back on when I’m done. Because caching is good, since it helps the pages load faster for visitors like you, gentle reader. When it’s on, I have it set down to 5 minutes before the cache expires and it will reload the latest version. If you experience any problems with this, let me know in a comment.