
Got a slow site? Bounce rates higher than expected? Or are you frustrated at how slow it is to update your content? There’s probably a reason for that.
In my latest article, I’ll show you a bunch of tips we use at Fhoke to help you seriously speed up your WordPress site.
At first, it can be difficult to understand why improving your site’s performance (which nobody will really experience visually) can matter that much?
When it comes down to it, people are impatient. If they get bored because your site doesn’t give them at least a glimpse of what they’re after, within 2 – 3 seconds, they’ll leave and go elsewhere quickly.
People come to your website for one reason and one reason only, to find what they’re looking for. It doesn’t matter if it’s a video, written content or an image gallery. Your users are searching for content, so make it easier for them to get it.
If you have any video content on your site, then it’s in your best interest to host it elsewhere. The video takes up a lot of bandwidth, especially when many people are trying to play it at once, so you don’t want your server acting sluggish because it’s got to play your 6GB video to the masses.
Although some people are against it, YouTube is a great option for free videos. It’s fast at serving your videos, and YouTube is the second largest search engine in the world. If your video(s) are on there, your content will appear on Google searches. It’s another channel to get people to your site.
Not sure on YouTube? There are other options, such as Wistia. It’s not free, but you can upload a large number of videos for a great price and can even lock down your videos, so they only work on your domain name.
In the WordPress reading settings, you can set how many posts are shown on your home/blog page (depending on where your latest posts are shown, that is). This is really handy as changing it from the default 10 to 5 could save you a lot of load time, especially if thumbnails are being shown.
Go to Settings > Reading > Blog Pages Show At Most and change the value to show fewer posts. Bear in mind this may not work if your current WordPress theme has been coded differently.
This is a simple one but definitely worth doing at least once a month. Updating your core WordPress install has more benefits than just speed increases. It also improves your site’s security which should always be top of your priority list.
To update your version of WordPress to the newest one, go to Dashboard > Updates.
You might find your hosting provider already does this automatically for you. Services such as Media Temple and GoDaddy’s dedicated WordPress options offer this service.
A lot like updating your core WordPress install, updating your plugins can also give you a speed boost, so long as that’s the point of the update. When a plugin author updates their plugin, it’ll likely improve the code structure, meaning less work for your server when processing it.
To update your plugins to the newest versions, go to Dashboard > Updates.
Like we mentioned in our WordPress security post a while back, choosing a good host can make or break your site. Going with a better provider will make your site more secure, and the server specs will be a lot higher. Better servers mean a faster site.
Finding a decent web host is nothing but beneficial to you, your business and your users. A great host we recommend is Media Temple.
When you save an image, for example, in Photoshop, you can go to File > Export > Save For Web (Legacy). This gives you a few options to minimise the file size from what it currently is.
If you’ve already got a load of images on your site, you can use a plugin like WP Smush It to optimise them without having to save them and re-upload them.
Using a well-rounded theme is an essential part of having a fast site. If you’ve opted for a free theme or an older one because it was cheaper, then you may be setting yourself up for disaster.
Older themes tend to have outdated code that might not work well with your current set-up, leaving your server struggling to keep up. On top of that, a free theme might not follow best practices and include far too many files than it needs to, meaning the end-user has to download more than is necessary, slowing down their experience.
Why not get in touch with us for something much more bespoke and tailored to your business.
Plugins are great because they enable you to enhance and improve the great service WordPress already provides you. However, we’ve seen more than a few sites relying on 10 or more plugins to function. Each of these drags the performance of the site down considerably.
If you’ve paid someone to build you a custom theme, try asking if they can add this additional functionality to the theme instead of having to rely on a plugin. The general rule of thumb for using plugins is to ensure they’re safe and have a decent rating. Otherwise, you could be in for a lot of trouble down the line.
You can use a plugin like P3 Profiler to find out which of your plugins are slowing the site down and make an informed decision from there.
What is a caching plugin? It simply tells the user’s browser, once they’ve already visited you, to use the previously downloaded files, like the CSS and JavaScript, instead of downloading them again.
Just remember that if you’re using a caching plugin, you’ll need to clear the cache if you make any updates to your theme or activate/deactivate a plugin. There’s a lot more to it, but that’s the general idea.
We recommend using W3 Total Cache as it has a whole host of features you can take advantage of.
On the WordPress Post editor page, you may have noticed the revisions section over to the right, above the Publish / Update button. The problem is that each revision is a copy of the original post, so a large 2000 word article with 10 revisions is really a 20,000-word article, just separated into multiple parts.
If you add the following line to your site wp-config.php file, you can change the maximum amount of post revisions WordPress will store:
[php]define( ‘WP_POST_REVISIONS’, 3 );
[/php]If you’re unsure of what a CDN is, here’s a little primer: A CDN, which stands for content delivery network, adds your sites content to multiple servers around the world. The benefit of this, for example, is if a user is in Ireland, then they’ll download your site’s content from a server in Ireland (or as close as possible). This means they’ll get your sites content faster than if they were downloading the same content from a server in the US.
A decent CDN, like MaxCDN, can be relatively cheap if your website powers your business. However, If you’re just a blogger or have a smaller site with a low amount of traffic, a CDN isn’t necessary.
Like changing the number of revisions you store, optimising the rest of your database is essential to a fast site. WordPress is actually very clean and tidy when it comes to the database structure. However, over time, it can get a little clogged up with unnecessary information.
Don’t worry about getting your hands dirty by dealing with your MySQL database; a great plugin like WP-Optimise will do all the hard work for you.
This tip crosses over a little into the marketing space, but it’s still a useful tip to improve the speed of your site and the overall experience for your end-users.
If you run a speed test on your most trafficked pages using a tool like Google PageSpeed Insights, you’ll be able to optimise those pages to load as fast as possible. As these are your most visited pages, they’ll more likely explore the rest of your site if it loads faster, so they’re not waiting to get the content they want.
Every site has different size images, but people don’t realise that uploading a huge image that goes in a small space doesn’t make the image smaller. In fact, the user still has to download the large image, which is simply a waste of time.
Basically, don’t upload a 3000 x 3000px image that’s only going to show up at 100 x 100px.
A great online tool you can use to resize images is Pixlr. Think of it as a free web app that acts as a scaled-down version of Photoshop.
Over the past couple of weeks, we’ve been focusing on improving the load times of all our client sites. We always put a certain amount of focus into the performance of all our builds, but we also hope these tips will help everyone else to optimise their site further to load faster.
If your site is a little slow and you’d like it to be faster, then pick up the phone, drop us an email or pop in for a chat. We can have a completely free, no-obligation chat about making it quicker.