add beresp.http.Server-Timing = if (
  beresp.cacheable && beresp.ttl > 0s,
  "cacheable",
  "uncacheable"
);