Skip to content

Improve server logging performance #39

@tmadden

Description

@tmadden

The server's logging of requests right before it resolves them has a noticeable impact on performance when the requests are already in the memory cache. (At least when the logs are going out to a terminal, the logging takes about as long as the resolution itself.)

Rather than logging them textually, I wonder if they could instead be added to some internal record of requests that can be queried by introspection tools. Needs more investigation...

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