Visiting with Umbraco
I’ve been a WordPress guy for 15 years now, but recently I was invited to attend an event for a very different CMS, Umbraco. Umbraco is an Open Source CMS …

I’ve been a WordPress guy for 15 years now, but recently I was invited to attend an event for a very different CMS, Umbraco. Umbraco is an Open Source CMS …

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.

As a seasoned developer, I can’t tell you how many times a new client has come to me and said, “My site is really slow—I think I have too many WordPress plugins,” or “I had a developer look at my site, and they said I have too many plugins. Can you delete some and see […]
The post The Myth Of Too Many WordPress Plugins appeared first on Performance Hub.

Most of the image types you’re probably familiar with on the web are JPG, PNG, GIF, and WebP. These image types are called “bitmapped” images, because every single pixel is assigned a color. This means when you zoom in, or make an image larger, those pixels simply get larger.
The post What Are SVG Images And Why Should You Use Them? appeared first on Performance Hub.

Content encoding makes every file on your entire site load faster. Does your server have it turned on?
The post Why Is Content-Encoding Important To Web Performance? appeared first on Performance Hub.

WebP images look better, load faster, have more features, and can save you in hosting costs.
The post Why WebP Is The Best Image Format For Performance appeared first on Performance Hub.