Cache timing allocation for transformed images
In i3, our image management solution, setting the max-age
and s-maxage
values in the Cache-Control
header is done through two custom headers: TCDN-i3-max-age
and TCDN-i3-s-maxage
, both with the same semantics.
For example, if we wanted to serve images on our domain mi-dominio.es
in WebP format with a max-age
of one minute (60 s) and an s-maxage
of one month (2592000 s), we would simply need to deploy a VCL configuration similar to the following from the dashboard:
Last updated