Site Caching

Email this post Print this post
By Barry Ritholtz - November 14th, 2008, 6:59AM

We just shifted to site caching last night.

It eventually will lead to faster loading, but expect to see a slow loading the first few times you reload the front page or any tabs.

More changes coming this weekend . . .

3 Responses to “Site Caching”

  1. batmando Says:

    Whew! for some time this morning, the site was loading only the header and tabs with no content displayed below. Finally it’s back up.

  2. mike j Says:

    I noticed a dramatic load time difference almost immediately. I love the new site, Barry! The cafe is fantastic.

  3. Mike Says:

    I see you’re using WP-Cache. Definitely consider taking a look at WP-Super-Cache. it improves on WP-Cache by making it a ‘layered’ cache. Anonymous visitors are show static html copies of pages that are updated when new comments are posted or changes are made. It even stores them in compressed format, making it trivial for the web server to return the content (instead of having to compress it on the fly - it’s already in that format so the web server just serves it up). GREAT for stories with lots of comments.

    Logged in users get handled by the normal WP-Cache system, allowing you to have dynamic sections, etc. in otherwise static cache copies. Some more load on the web server, but given that most of your visitors will NOT be logged in, worth it.

    If you find a story of yours is on Digg, or some other site bringing loads of traffic (and comments) you can even flip WP-Super-Cache into lockdown mode where the pages won’t refresh on every comment - instead expiring every X minutes which you set - great way to handle a huge traffic spike.