Improving on performance of Drupal using contrib cache module

I have been working on upgrading the caching contrib modules to Drupal 6 and started to notice some patterns and duplicated code, which led me to think Drupal's approach to caching in general. We currently have a fairly limited API for caching, but we have a magic bullet that helps us overcome some of these weaknesses: the cache.inc override system.

Read full article: Drupal caching with Cache Router

CacheRouter is also available for Drupal 5, however, you'll need to patch the core to use it.

Trackback URL for this post:

http://duvien.com/trackback/180

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Pingback

[...] Go to the author’s original blog: Improving on performance of Drupal using contrib cache module [...]