Sat, 05/20/2023 - 15:07 by Chris Burge
When the 'x-drupal-dynamic-cache: UNCACHEABLE' header is rendered for a Drupal page, that means the Dynamic Page Cache determined the page to be uncacheable. To figure out why, you'll need Xdebug and an IDE.
Fri, 03/31/2023 - 11:44 by Chris Burge
The Static Asset Cache Buster module addresses caching of static assets, such as images and PDFs, by appending cache busting query strings to static asset URLs.
Wed, 09/23/2020 - 10:28 by Chris Burge
The Views Data Export module is a very useful module for exporting large quantities of data from Drupal in formats such as CSV (comma-separated value) and TSV (tab-separated value). Altering headers and rows can be challenging, however. In this post, we'll discuss how to alter headers.