Hello, I was looking for a way to measure "how much backend time is saved" by a cached object during its lifetime, in VCL. Simple approach: In vcl_hit or vcl_deliver, look at saved_time = obj.hits * fetch_time Is there a way to get the time used for fetching from the backend? Thanks and regards, Torsten