-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels