WordCamp US, 2026
WordCamp US was in Phoenix, Arizona this year. In August. Many people were quite wary of the heat, and I know people that didn’t even go because of it. Read …
WordCamp US was in Phoenix, Arizona this year. In August. Many people were quite wary of the heat, and I know people that didn’t even go because of it. Read …
Photos work this month was pretty routine. I moderated 30-40 “flagged” photos, none were actually objectionable. I moderated a bunch of normal photos as well.
I’ve begun a conversation with …
This month was a little slower for me, but I did some interested work and passed a significant milestone!
Flagged imagesI mentioned last month that I can moderate images …
I’ve been a WordPress guy for 15 years now, but recently I …
In February of 2025 I did a post about why you should use WebP for your website images. I think AVIF has its place, but WebP still has the widest feature set for the filesize. One of the problems with that is that most cameras provide images in JPG, or a lossless format that isn’t […]
The post Cimo: The Future Of Image Compression appeared first on Performance Hub.
Something that can significantly slow down your site speed is an overloaded server. If your site is overloaded because it is doing legitimate work (serving pages to real users) then you need to increase your system resources. That said, if it’s being overwhelmed by attack attempts, your site performance can drop significantly, even if there […]
The post Three unique WordPress plugins to make your website faster appeared first on Performance Hub.
The definition of the noun “cache” is “a secure place of storage”. In web development, keeping copies of data in secure places for future use can make the web a much faster place. While this post is written in the context of WordPress, but it really applies to nearly every web stack. Within WordPress it’s […]
The post More Than A Plugin: Caching At Every Level appeared first on Performance Hub.

The word “transient” is defined as “lasting only for a short time”. WordPress uses the term to describe bits of data that are stored in cache for a short time. Before I show you how this happens let’s talk about why you would want to do this. Why micro cache? When writing code, there are […]
The post Put Your WordPress Code Into Hyper Drive With Transients appeared first on Performance Hub.