Skip to content

4.1.0 - Allow shortening of Cache Tags

Compare
Choose a tag to compare
@paxuclus paxuclus released this 07 Dec 08:56
· 37 commits to master since this release
b431dbb

Using the following configuration, a short md5 for each cache tag is used, greatly reducing the response header size:

MOC:
  Varnish:
    cacheHeaders:
      shortenCacheTags: true
      # Length of the short md5 if shortenCacheTags is enabled
      cacheTagLength: 8

See #53 for more details