Cameron Lee
Cameron Lee
If the request has the `Accept-Encoding` header, will look for files in webPath that are pre-compressed with the specified encoding(s) before falling back to the file without any compression. Sets...
I ran into performance issues in prod because I'm using GELFUDPHandler with a host that requires a DNS lookup (our graylog server is available at something like `monitoring.prod.example.com`). This resulted...
I'd like to use statsd for an async codebase I have. Hoping to start adding proper support. I believe this can be done without doubling the API surface area (not...