A look at serverless WordPress

Some of us love to manage servers. But for a lot of WordPress developers, servers are something we’d rather avoid. We’re happy to pay hosting providers, so we don’t have to worry about it.

WordPress hosting doesn’t remove all your hosting headaches. You still have to worry about scaling. You’re often overpaying for hosting because you have to worry about the worst-case scenario.

Well, that’s what serverless WordPress tries to solve. With serverless WordPress, you only pay for what you use. Meanwhile, you get an infrastructure that can scale from handling zero traffic to thousands in seconds.

This talk will go over serverless WordPress and how it works. You’ll learn how it differs from regular WordPress hosting with a traditional server setup and why it’s a game-changer for WooCommerce hosting. We’ll finish by going over tools and projects you can use to deploy your serverless WordPress site.

Migrating WordPress Core to GitHub Actions: A Retrospective

In late 2020, WordPress Core started a multi-phase migration to move its automated testing to GitHub Actions. This talk will revisit this process to share what was learned along the way while gaining an understanding of the CI/CD concepts in GitHub Actions and how they can be used in your own projects.