WordPress Development Workshop

Background Processing & Queues

Jonathan Brinley

August 24, 2019

As a plugin or site developer, you can improve the user experience of your application by processing tasks in the background, or even on a separate server. Let’s take a look at the options, benefits, and trade-offs when implementing queues to handle background tasks.