December 17, 2020 — In this first-of-its-kind, distributed State of the Word Q&A, Matt and other WordPressers answer questions asked by WordPress enthusiasts around the world.
December 17, 2020 — In this first-of-its-kind, distributed State of the Word, Matt shares his thoughts on how WordPress has weathered 2020, and what the future holds for WordPress.
December 11, 2015 — Whenever a post is saved, a page is loaded, a comment is created or a template is loaded, WordPress fires off events that, as developers, we have loved and cherished. These events are hooks. While hooks have been the quintessential building blocks of WordPress for over a decade, they come with a cost. Often times, developers will hook functionality into the save_post event, for instance, to fire off a notification to an external service or perform some sort of background task. The more of these tasks are hooked into WordPress, the slower WordPress becomes.
In this talk, I will show you how to alleviate these bottlenecks with asynchronous hooks – hooks that can be used to perform the exact same tasks, but not block the rest of WordPress from running. Through a library created by 10up’s Eric Mann and John Bloch for TechCrunch on WordPress VIP, the overhead of running actions can be reduced to a negligible amount.
July 18, 2013 — The question & answer portion of the 2011 State of the Word.
May 12, 2010 — Matt Mullenweg discusses the year past and year ahead for the WordPress community in his keynote presentation at WordCamp San Francisco 2010.