Skip to main content
Feb 14, 2023

Debugging your render cacheable metadata in Drupal

One of Drupal's greatest features, and often mysterious underworking to many site builders and developers, are its caching layers especially render caching. We have all been there before: we have no idea why it's not quite working, so we press "Cache rebuild" (or more infamously, "Flush all caches" of the pre-Drupal 8 eras), and like magic, things are displaying properly.

#drupal  #caching  #cacheable metadata
Aug 22, 2022

Drupal: cache tags for all, regardless your backend

Phil Karlton is quoted as having said, "There are only two hard things in Computer Science: cache invalidation and naming things." As someone who suffers horribly from the latter, I'm glad Drupal's caching APIs make the former a breeze.

#drupal  #caching  #cacheable metadata