Expand description
Performance optimizations for Guts node.
This module contains:
- Connection pooling for efficient resource management
- Request coalescing to deduplicate concurrent identical requests
- CDN-friendly cache headers
- Archive pre-generation
Structs§
- Coalescer
Config - Configuration for request coalescing.
- Coalescer
Stats - Statistics for request coalescing.
- Connection
Pool - A generic connection pool.
- Pool
Config - Connection pool configuration.
- Pool
Stats - Statistics for a connection pool.
- Pooled
Connection - A pooled connection wrapper.
- Request
Coalescer - Request coalescer for deduplicating concurrent requests.
Enums§
- Cache
Control - Cache control directives.
Functions§
- add_
cache_ headers - Adds cache headers to a response.
- cache_
control_ layer - Axum middleware layer for automatic cache headers.