Network Optimization Articles
Route Prefetching and Request Merging for Faster First-Screen Data
Page speed depends not only on API latency, but also on whether requests start early enough and whether duplicate calls are suppressed. This article combines PrefetchRouterInterceptor at the routing layer with MergeHolder at the network layer.
Read Post
Android Network Stack Optimization: DNS, TLS 1.3, HTTP/3, and QUIC
A practical guide to Android network stack optimization, covering DNS resolution, DoH and HttpDNS, TLS 1.3 handshakes, HTTP/3, QUIC, and 0-RTT.
Read Post