Getting Started
Load testing helps ensure your Unpod applications can handle concurrent user traffic and maintain optimal performance under various load conditions.Performance Targets and SLAs
The platform guarantees 99.99% uptime with automatic failover. SLA documentationMetric Commitment
Baseline Performance Metrics
The following metrics represent measured performance under optimal baseline conditions single session, warm cache, optimal network:Concurrent Load Test Results
Platform stability validated under concurrent session load:Infrastructure Robustness
Scalability Architecture
- Horizontal Scaling: Native HPA Horizontal Pod Autoscaler for all stateless components
- GPU Node Affinity: Dedicated GPU pools with NVIDIA A10G L4 for inference workloads
- Regional Infrastructure: Automatic routing through worldwide infrastructure for optimal latency
- Database Scaling: Postgres read replicas, MongoDB ReplicaSet with automatic failover
- SaaS Auto-scaling: Instant autoscale vs manual capacity planning for self-hosted
Latency Optimization Techniques
- Streaming STT TTS: Real-time processing without full-file buffering
- Speculative Decoding: Parallel token generation for faster LLM responses
- Same Availability Zone: Co-located services to minimize network latency
- gRPC WebSocket: Low-overhead protocols for inter-service communication
Notes
- End-to-End latency includes external service providers STT, LLM, TTS which contribute to variability under load.
- Platform orchestration layer maintains less than 15ms latency regardless of concurrent load.
- Performance optimizations for high-concurrency scenarios are actively being deployed.
- Custom SLA tiers available for enterprise customers with dedicated infrastructure.