Apparently I've made the same mistake that a lot of users make, when avoiding to cache data that should be constantly live. I'll often overlook caching in these situations, because I want it to reflect the most current information at that time. But would I be able to live with a seond or two delay in that data?
The author of this article runs a side by side comparison of a non cached, and micro cached page, and I was surprised with the large performance increase. Next time I come across live data, I'll have to give this technique a go.
How many of you are reaping the benefits of micro caching?