SQL Query Optimization for Faster WordPress Sites
A fast site means happier users, improved ranking from Google, and increased conversions. Maybe you even think your WordPress sites are as fast as they can be – you’ve looked… Read more
A collection of resources for WordPress Developers, written and curated by experts
A fast site means happier users, improved ranking from Google, and increased conversions. Maybe you even think your WordPress sites are as fast as they can be – you’ve looked… Read more
WordPress has come a long way towards its stated goal of democratizing publishing, powering roughly 43% of the websites on the web. However, that status makes it a prime target… Read more
You could just debug your PHP code using dump debugging functions such as error_log, print, and var_dump, and let’s be honest, we’ve all done it a lot! While helpful sometimes,… Read more
I recently built a command line daemon in PHP to emulate AWS SQSD for the purposes of testing in Mergebot. As it turns out, one of the benefits of building… Read more
React or Vue.js, which JavaScript framework should you choose? React powers WordPress’ new editor while Vue.js is a popular framework in the Laravel community. In this post we’ll go over… Read more
I’ve been bugging core contributors and plugin authors about background processing for a year and half now. To the point where Krogsgard even made fun of me for it at… Read more
It’s been a little while since our last major release but we’re very excited to announce the release of WP Migrate DB Pro 1.3. This update brings a slew of… Read more
I’ve attended many conferences in my time and watched every single speaker with admiration, because just the thought of getting up and talking to an audience myself leaves me in… Read more
In my last article I described how I built a cloud app using Laravel Spark. Web Uptime is a website uptime and monitoring app that checks your website’s status every… Read more
The staggering number of sites powered by speaks to its versatility, ease of use, and ecosystem. This widespread adoption introduces a paradox: its popularity makes it a frequent target for… Read more
You’re not going to get far in WordPress development without solid technical skills. They’re foundational, allowing you to build, customize, and optimize digital experiences. However, they’re only going to take… Read more
Headless WordPress unlocks a variety of powerful use cases that are often difficult or less efficient to build with a traditional setup. For example, developers and designers may feel constrained… Read more
Imagine launching a WordPress site you’ve poured months into—only to receive frantic emails weeks later about broken plugins, lost passwords, or a client accidentally deleting critical pages. Without a clear… Read more
Selecting the right theme transcends aesthetics and budget—it’s a strategic pivot point that can shape a site’s functionality, scalability, and long-term viability. The free vs. premium theme debate is not… Read more
Late yesterday we pushed out version 1.2 of WP Migrate DB Pro. We’ve been working on this release for the past two months, incorporating feedback received through customer support. Single… Read more
In this issue of Delicious Brain Bytes, we look into upcoming WordPress releases, the results of the 2024 WP Awards, and much more! Upcoming WordPress Releases WordPress 6.7.2 is scheduled… Read more
In this issue of Delicious Brain Bytes, we look into the upcoming release of WordPress 6.7, the results of the 2024 ACF survey, and much more! Template Registration API Coming… Read more
WP Offload SES 1.7 adds a new “Enqueue Only” mode that can be used to prevent sending accidental emails in development and staging environments or to temporarily pause all emails… Read more
In this issue of Delicious Brain Bytes, we open the doors on DE{CODE} 2024, look into the “sustainability crisis” in open source, and much more. Registration Open for DE{CODE} 2024… Read more
As WordPress sites become increasingly more complex, so do the tasks that they need to perform which can often be resource intensive or time consuming. I’m talking specifically about tasks… Read more
In this issue of Delicious Brain Bytes, we dive into changes with PHP_CodeSniffer, report on the WP Awards 2023, look at HTML hacks that helped build the modern web, and… Read more
In this issue of Delicious Brain Bytes, we take a look at what’s coming in WordPress 6.4, awards that honor the best in WordPress and awards that honor the ability… Read more
The web as we know it wouldn’t exist without our old friend Hypertext Transfer Protocol (HTTP). The latest iteration, HTTP/3, promises to revolutionize the way we interact with the web.… Read more
This is article 3 of 3 in the series “WP REST API” WordPress 4.4 is set to be released in the next couple of weeks, and is bringing with it… Read more