Tag: wordpress
-

Enhancing WP_Query Performance in WordPress
WP_Query is a powerful tool for fetching posts in WordPress. However, if you don’t carefully configure your queries, they can quickly become inefficient, particularly on larger sites. Whether you’re working on a high-traffic website, a REST API endpoint, or an Ajax-powered interface, the way you configure WP_Query can make a significant difference in performance. In…
-

Embracing the WordPress Community: A Year of Growth and Gratitude
As the sun sets on 2023, I find myself reflecting on a year filled with growth, learning, and immense gratitude. This past year has been a journey like no other, all thanks to the incredible WordPress community that has supported me every step of the way. I’ve delved into the heart of WordPress, contributed to…
-

Reviving the WordPress OAuth1 Plugin
The WordPress landscape is ever-evolving, and as technology advances, plugins that once thrived can fall by the wayside. One such plugin, the WordPress OAuth1 plugin, has been in need of attention, having last seen an update in March 2017. In this blog post, I’m excited to announce the release of the latest version, 0.4.3, breathing…
-

Improve front end performance with just one line of PHP
While working on WordPress core, I discovered a pretty amazing function: wp_maybe_inline_styles. This function hooks into the style enqueueing process in WordPress. Instead of outputting a <link> tag with an href attribute to a url of a CSS file, which when rendered in the browser requires a blocking HTTP request to get the CSS file…
-
Making WordPress Core faster
I had the chance to talk to Remkus De Vries on his podcast to talk about WordPress performance. This was recorded a while ago ( which is why I am wearing a christmas jumper ). Remkus is really doing great things and if you are not already following on twitter ( @remkusdevries ) or subscribe…
-

New role
Today, I am happy to annouce that I will working full time on the WordPress core performance project. I will be sponsored by XWP to work full time on work on WordPress core performance project and will be working closing with the Google and 10up teams. Working on open source full time, has been a…
-
REST API Performance with Jonny Harris
I am on this month’s Headless WP Podcast. We talk about performance, scaling and the REST API. Really interesting conversion.
-

Improve WP_Query performance if using external object cache
Are you using an external object cache, like Memcache or Redis? Is so, there is a little one line piece of code that can improve the performance of WP_Query and performance in general on your site. Why does this improve performance? See these lines in WordPress core. The filter split_the_query determinants if the database query…
-

Looking for a new role
I am sad to announce that XWP has not renewed my contract as of the end of January. This news came as a shock to me and many of my fellow XWP team members that received the news last week. I am currently in the process of looking for my next role in the WordPress…
-
Live stream: WordPress Performance Team: year 1
I am going to be involved in a live stream, where we talk about the first year of contributing to the WordPress performance project. Check it out. 🔗: https://twitter.com/i/spaces/1yNGaNlkBORJj?s=20📆: Monday Dec 19⏰: 2p EST
-
Dev notes for WordPress 6.0
The developer notes and I worked on / reviewed for WordPress 6.0. There is much work that goes into these.
-

Announcing the Classic Menu Block plugin
Today I am happy to announce a new plugin I have been working on called classic menu block. This is a very simple plugin that adds a new classic menu block to the gutenberg editor. The classic menu block, allows you to embed all the existing menus you have setup on your site, using the…
-

Becoming a WordPress core committer.
As you may or not have seen from my original tweet or from the make WordPress blog, in November, it was announced that I am now officially a WordPress core committer. It has been over a month, since I tweeted about this and a lot has happened. I have been very actively involved in the…
-

Becoming a maintainer of the REST API in WordPress Core
I am happy to announce that I am now officially a maintainers of the REST API in WordPress Core. I join a list of very well respected names in the WordPress community. The reason I have done this, is that the REST API is important to the future of the WordPress project and the open…
-

Open for sponsorship
I have been contributing to WordPress since 2015. In my 6 years of contributing I have worked on nearly all parts of core, spreading my contribution to the parts of WordPress I felt that needed me the most. In my time I have help land, some features I am really proud of. These include but…