How would you reduce HTTP server latency?
via2dbi
Question
How would you reduce HTTP server latency in the onboarding application?
Discussion points
- Status-code-based retries to avoid blocking on transient failures
- Long polling vs short polling trade-offs
- Connection reuse, caching, and payload size
- Identifying where latency actually comes from (network, server, DB)
asked …