A Guide To Moving WordPress Sites

A Guide to Moving WordPress Sites

If you work with clients using WordPress in any capacity, or even if you are a solo site owner, at some point, you will probably need to move a site from one server to another (also known as migrating).

Moving your WordPress site around can be an intimidating process at first. In this guide I’ll show you 3 different ways to do it, so you’ll be equipped for any scenario!

Read more
The 7 Most Customizable, Free WordPress Themes

The 7 Most Customizable, Free WordPress Themes

When building their site, many people want a beautiful design, and the ability to customize that design any way they would like.

Navigating the free themes in the WordPress directory can be a bit of a minefield and it’s hard to know what you’re actually getting. So here are 7 of my top picks for free themes that are solid choices with lots of flexibility.

Read more
How Will Google’s Core Web Vitals Affect Your WordPress Site?

How Will Google’s Core Web Vitals Affect Your WordPress Site?

Core Web Vitals are the 3 key metrics that Google believes indicate healthy performance for your web site.

Whether you agree with their selection of metrics or not, soon you will not really have a choice.

Unlike their previous PageSpeed metrics, which did not impact ranking at all, Core Web Vitals will eventually be used as a ranking signal.

In this post we’ll look at what the metrics are and how to check your site’s performance.

Read more
How To Preload Key Requests In WordPress

How to Preload Key Requests in WordPress

If you run Google PageSpeed tests on your website, you may have seen the recommendation to “Preload Key Requests.”

This post explains what that recommendation means, the advantages as well as the pitfalls, and most importantly, how to do it.

Read more
What’s Making Our Websites Slow? We Are!

What’s Making Our Websites Slow? We Are!

I’ve been working in customer support for a premium caching plugin (WP Rocket) for several years now. I’ve seen a lot of websites and helped a lot of customers. Every day, many times a day, in our ticket queue, we receive some version of this question:

“Why isn’t my site faster?”

Depending on the site there may be many answers to this question. However the answer is almost never anything to do with caching.

A caching plugin, nor any one optimization technique can fix all performance issues. In fact, as site owners we can be our own worst enemy when it comes to speed, due to all the content we’ve put on our pages.

Read more
How To Update Old Content On Your WordPress Site

How to Update Old Content on Your WordPress Site

Maintaining a steady flow of traffic to your WordPress site isn’t only dependent on constantly producing brand new content. Updating old content is a great practice to keep benefitting from the posts you’ve already worked on. It’s possible to take advantage of Google’s freshness algorithm and generate a new burst of traffic for the updated content, as well as provide a better user experience for visitors to your site ensuring they never find old or irrelevant information. 

In this post I’ll cover:

  • The easiest way to update existing posts in WordPress
  • How to push your content to the top of your blog feed again
  • How to let Google know your content has been updated without pushing it to the top of your blog feed again
Read more
Google PageSpeed Insights – A Guide For WordPress Users

Google PageSpeed Insights – A Guide for WordPress Users

I’ve updated this guide based on the recent changes to the PageSpeed tool.

Listen, let’s keep it real, PageSpeed Insights is a tool best used by developers. Its intentions are good but it’s not targeted at the average WordPress site owner. Even with the recent introduction of some WordPress-specific messaging, many aspects of the report are too technical to be clearly actionable.

In this guide I’ll try to translate what PageSpeed is talking about and let you know which factors you can control, as a WordPress site owner, and which you can’t.

The basic message of PageSpeed Insights could be translated as follows:

  • Keep your pages light and simple.
  • Avoid unnecessary fanciness.
  • Consider mobile users, particularly those who pay for every byte of data.
Read more
Will HTTP/2 Make Your WordPress Site Faster?

Will HTTP/2 Make Your WordPress Site Faster?

Without boring the pants off you, HTTP/2 is an updated and more efficient way of delivering web site components from server to browser. There are 3 conditions:

  • Browsers have to support it – most of them do now.
  • Servers have to support it. Many do, ask your host about it. If they don’t, using Cloudflare will enable HTTP/2
  • Your site has to use HTTPS

Now that it’s becoming increasingly widespread, most articles on the topic make sweeping promises of faster performance, “just like that”, simply by enabling it. But there are fewer articles which actually back up these claims with test results.

I recently converted a couple of sites from HTTP to HTTPS and decided to take the opportunity to see what difference, if any, enabling HTTP/2 made.

Read more
WordPress Speed Optimization Glossary

WordPress Speed Optimization Glossary

Trying to make your WordPress site faster is an already technically complex process, further obscured by all the jargon you have to understand. Here’s an overview of some commonly used site “speed up” terms. I hope it helps demystify the process!

Browser caching

Imagine your web page is like a puzzle. The puzzle pieces are CSS, JavaScript and image files. When you visit a web page, the browser has to retrieve all those puzzle pieces from the server, then assemble them correctly to make your web page.

Browser caching allows the browser to keep some of those puzzle pieces in place, that is, stored in the browser itself (on your computer), so that the next time you visit that page, it doesn’t have to fetch them again from the server.

The purpose of browser caching is to make repeat visits to the same site much faster for the visitor.

Read more