I’ve been eyeballing this conference for a couple of years now, but since they have a dedicated WordPress track on the Monday, I’ve decided to finally go. See what’s it about. Who will I see there?
When you’ve enabled plugins to be automatically updated by WordPress, you get a confirmation email every single time that happens. This may not what you want, so fortunately, we have a filter available to us: Just add this to your theme’s functions.php or site core functionality plugin. Either will do, emails will stop. Bonus If […]
I’m happy to announce I won’t just be going to WordCamp Switzerland, I will also be speaking! My topic of choice is titled “WooCommerce, but faster!”. It will cover the following: Remkus will cover everything about making WooCommerce faster. The things you have thought of, but also the things you have not thought of. Creating a […]
Today I discovered a bug in a WordPress plugin update that had a tremendous negative performance impact: Luckily the solution was an easy one to fix, but I’ve gotten some question about how I found out where the issue was, so I thought I take you along on some performance debugging steps I always take. Staging & […]
“What One Thing Would You Change in WordPress in 2023”. I answered that question for Jamie Marsland’s YouTube channel along with others. See what we have to say here:
Bob, of BobWP fame, shared an extract of some of the things I shared on the DoTheWoo podcast about know what your site’s performance means. Check it out!
Checking in on Twitter this morning, I saw twitter thread by Jb Audras hightlighting WordPress Core contribution data over 2022. I wanted to respond on Twitter with my thoughts, but that quickly become a Twitter thread as well, so I figured I’d hack my brain back to my blog and write up my thoughts here. […]
Whenever I need to do anything “bulk” in WordPress, I do this with WP CLI. It’s just a smarter, faster, and more performant way of doing things. Bulk deleting posts in WordPress with WP CLI then becomes a super simple exercise. Here’s How That’s it. Let me know if you’re running into any issues. I’d […]