Skip to content

Speed up response #543

Open
Open
@robredpath

Description

@robredpath

As a developer of an application that uses the Validator API,
I want to get responses quickly
so that I can provide information to my users in a timely fashion .

In IATI/ckanext-iati#417 we're discussing using the Validator API to power a summary view of publishers.

In my testing this afternoon, the API seems to take 300-400ms to return results for a single file; this seems to be regardless of response size as both a 2kB and 40kB response took the same amount of time. This is fine for a single response, but in the use case we have in mind, it might be necessary to make tens or even hundreds of requests. Obviously these can be cached by the consuming application but even with moderate churn, this could be quite slow.

Alternatively, of course, we could look at offering bulk querying.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions