Concept Flow - Why background processing improves performance
User sends request
Main app receives request
Check if task is heavy
This flow shows how a web app handles a heavy task by sending it to a background worker, allowing quick user response and separate task processing.