Skip to content

[Feature request] Ability to log timing of image loading #2412

@bogdan

Description

@bogdan

I need to measure how fast is Kingfisher with different configuration.

I would expect onSuccess callback to provide timing information:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions