Flexport Performance Tuning Overview Optimize Flexport API integration performance. The API is rate-limited and serves logistics data that changes infrequently (shipments update hourly, products rarely). Cache aggressively for reads, batch writes, and use maximum page sizes. Instructions Step 1: Maximize Page Size Step 2: Cache Responses Step 3: Parallel Requests with Concurrency Control Step 4: Webhook-Driven Cache Invalidation Performance Targets | Metric | Target | Strategy | |--------|--------|----------| | Shipment list load | < 500ms | Cache with 5min TTL | | Product lookup | < 100ms |…