I need to measure how fast is Kingfisher with different configuration. I would expect `onSuccess` callback to provide timing information: ``` swift KFImage(url) onSuccess { result in { print("Loaded image in \(result.timing) milliseconds") } ``` I don't see it causing big performance issue at least for my case, so I suggest to have enabled by default.