TL;DR: Dramatically improved EVM execution engine performance when falling back to external aggregators, with p95 latency reduced from 1s to 200ms (5x improvement).Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
EVM Execution Engine Optimization
Aggregator Fallback Latency Reduction
Optimized the performance of the EVM execution engine specifically for cases where we fallback to external aggregators:| Metric | Before | After | Improvement |
|---|---|---|---|
| p95 Latency | 1000ms | 200ms | 5x faster |
Technical Improvements
- Faster aggregator communication: Optimized the request/response cycle with external aggregators
- Improved connection handling: Better connection pooling and reuse
🅱️ Shipped by Big S