2bits: Drupal core caching and contributed content caching modules

2bits is spending a lot of time lately discussing how best to manage a high traffic Drupal site.  This particular article on Drupal's built-in caching caught my attention.
As a site grows, the overhead of executing so many queries per page against the database starts to add up. This is where caching can benefit a high traffic site. Drupal core caching Caching stores "elements" in a cache table in the database, so the data can be retrieved by a single query, rather that constructing the page from individual elements. Drupal's core cache has two parts, stuff that gets caches no matter what, and stuff that is optional via an administrator defined settings.

Complete Story

Your rating: None