- Issue created by @mstrelan
- Status changed to Needs review
6 months ago 2:09am 5 July 2024 - 🇫🇷France O'Briat Nantes
This checks values (24h, one month, one year) seem very strange if not dangerous.
$this->config->get('cache.page.max_age')
is the value that Drupal use asmax-age
in thecache-control
header of the response send to the client.
This value will be used by reverse proxy such as Varnish but also by the client browser which could not be purged by Drupal.Could someone explain these choices?
Do you rely on conditional request header (If-None-Match
, ...)?