Async Processing
← Back to Performance Optimization Patterns
Moving work off the critical request path using message queues, background workers, or event-driven architectures. Async processing reduces response latency by deferring non-essential work (email sending, analytics, notifications) to be completed later.