Tag: opensource

  • Embracing the WordPress Community: A Year of Growth and Gratitude

    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

    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

    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…

  • New role

    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…

  • Improve WP_Query performance if using external object cache

    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…

  • 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.

  • Web Stories for WordPress

    The team at XWP has written a great case study of the web stories plugin, I have been working on since 2019. Well work a read.

  • Becoming a WordPress core committer.

    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

    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

    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…

  • What have I been working on in WordPress 5.5

    What have I been working on in WordPress 5.5

    WordPress 5.5 is fast coming around the corner and in my opinion, it is going to be a massive release. There is a lot in this release. With all the extra time I have on my hands, now that I am unable to travel, I decided to focus my energies on open source. This gives…

  • What am I working on

    What am I working on

    This is the first in a series of posts about what I am working on in the open source community. I am currently in a maintainer on WordPress core and have a number of open source projects on the go at any given time. I thought I would start to highlight some of the code…