Speed Up WordPress

speed up wordpress guide

Level:Intermediate
Time: 1-2h

This guide will teach you how to speed up wordpress step-by-step. Optimizing WordPress Speed is one of the most important upgrades you can perform on your site for better Google Rankings, reducing bounce rates, and having an overall better user experience. In this step-by-step guide you’ll learn how to pinpoint what’s slowing your site down, and how to speed things up.

Goal

Speed up wordpress and optimize your current WordPress setup and content for faster page load times.

Ideal Outcome

Your users experience faster page load times and your server resources are more efficiently used, while your website still looks exactly the same to the end-user.

Prerequisites or Requirements to Speed Up WordPress

This exact process only applies to WordPress.org sites.

Why its important to speed up WordPress

As page load time goes from one second to five seconds, the probability of bounce increases by 90%. Without requiring a server upgrade, you can optimize your WordPress website so that it loads faster, therefore retaining more of your users.

Where This Is Done

On your WordPress Admin Panel, on Pingdom.com, on Google Chrome.

When This Is Done

Whenever there are pages that can still be further optimized. Whenever your page load times are too high.

Who Does This

The person responsible for Website Management, or a Web Developer?

Environment Setup

1. Before starting the process to speed up wordpress, backup your website. You can do so by following the “Create a manual backup” section of How to Backup and Restore your WordPress website.

Note: While this procedure is not likely to affect your website’s behavior and functionality there is a small chance it might be incompatible with your current server settings, current theme, or plugins and cause your website to be partially or completely unavailable.

Checking Your Website Performance

Using an External Tool:

Note: Using an external tool like Pingdom allows you to test your website by using a third-party server on a designated part of the world, ruling out the possibility that the cause for your website’s poor performance might be due to your current poor internet connection, device, or location in the world.

1. Using Pingdom:

i. On your browser head over to https://tools.pingdom.com/;

ii. Insert the page that you would like to test on the URL field → Select the location that is closer to where you target audience is → Click “Start Test”;

Note: If you don’t know which pages to test, they should be the most important pages on your funnel. (E.g: Homepage, Sales pages, Checkout, etc)

Speed up WordPress using Pingdom
iii. You will get a summary table with some key metrics you are looking for on the top:

A. Performance grade: Your Google PageSpeed score. The higher the better.

B. Page size: The total size of your page, the amount of data a user would have to download if they requested your page. The lower the better.

C. Load time: The time (in seconds) it takes for your page to load under great network conditions. Bear in mind that depending on how your page is setup this result may appear to be slightly lower than what it really is. The lower the better.

load time summary
iv. Save the URL of your test, you will use it later. You can find it on your browser navigation bar on top.
v. Repeat the procedure for each of your core pages.

Using a Local Tool:

1. Using Chrome’s built-in Performance Audit feature:

Note: Using a local tool, allows you to get real data of how long is taking for the website to load on your connection, as well as emulating devices or connections that might be popular among your user-base.
i. On Google Chrome, using incognito mode open the page you would like to test.
Note: You can open incognito mode by pressing Ctrl + Shift + N on Windows or ⌘ + Shift + n on a Mac.

ii. Right click anywhere on the page and select “Inspect”.

iii. Click “Audits”

Note 2: If you do not see some of the features shown on this chapter, make sure you are running the most up-to-date version of Google Chrome.

local tool audits
iv. If you want to test how your website performs on a specific device category or connection you can select it on the dropdowns:

Note: If you are not sure, select:
– Emulation: Desktop
– No throttling
– Clear storage

local tool website performs
v. Click “Perform an audit…”

vi. Select “Performance” and “Run Audit”

speed up wordpress audit
vii. Once your audit is ready you will be able to see a performance report on how your page loaded:

Metrics:

Here you are able to see on a timeline how a visitor would see your page at each moment before it is fully loaded. Along with the following metrics:

Evaluating Your Website Performance

Note: Once the core pages have been tested, It’s important to understand if there is a need to take any action. If you have a low-traffic website the performance gains might not be as noticeable as if you have a high-traffic one and a server that is under heavy load.

1. Open your Pingdom results page by referring back to the URL you’ve saved on the first chapter of this ‘Speed up WordPress’ Guide.

2. You will benefit the most from this ‘Speed up WordPress’ Guide if your Pingdom metrics for your core pages are:

a. Load Time: > 3s
b. Page Size: > 3MB
c. Performance Grade: < C

3. Compare your performance against your competitors, and some major websites:

Speed up wordpress

4. If you believe your metrics are way off compared to the ideal ones or your competitors, keep following this ‘Speed up WordPress’ Guide. If not, if you already have good metrics, consider whether your time or the investment in hiring someone to improve your page performance will be worth it.

Further Auditing Your Website Performance Reports

Open your pingdom results page by referring back to the URL you’ve saved on the first chapter of this ‘Speed up WordPress’ Guide.

Locating Your Largest Content:

1. Scroll down to “Content size by content type” and lookout for an entry that might be responsible for a big share of your page size. Typically those will be images or videos.
Speed up wordpress content size by content type

2. Now scroll down the report to the “File Requests” section, and sort by “File Size”, you will be able to see on the top the files that are impacting the page size the most.

Speed up wordpress file requests section sort by file size

3. Ask yourself and your team:

a. Do we absolutely need to have this file on this page?
b. Have we optimized this file the best that we could already?

Note: If the files are images, there will be a section on this ‘Speed up WordPress’ Guide to optimize images.

4. If you conclude that you can remove them, go ahead and ask your developer to do it, or edit your page and remove them.

Locating tools and scripts that you might not be using anymore:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

1. Scroll down the report to the “File Requests” section and analyze the names of the files and the domains and see if you can recognize some tools or scripts that you might not be using anymore.

Example: If you find a request for http://load.sumo.com you know that it is your website loading that tool. If you are not using the tool anymore you should go ahead and remove it, for both performance and security reasons.

2. Create a list of those, and ask your developer to remove them from your website, or remove them yourself. If you are using Google Tag Manager to deploy your Tool’s scripts this task is typically much easier to perform.

Note: If you don’t have Google Tag Manager on your website already, you can follow Adding Google Tag Manager to a WordPress website

Locating bad response codes:

1. Scroll down the report to the “Response codes” section and lookout for response codes that are not “200 OK”, If all your response codes are “200 OK” you can move to the next chapter of this ‘Speed up WordPress’ Guide.

response codes report

2. If you have other response codes, locate the individual requests by scrolling down to the “File Requests” section and looking out for highlighted files, or the exclamation exclamation icon on the left. ()

exclamation icon

3. Make a list of those requests. And ask your developer:

a. 301/302/307 Redirects: Assess if it is possible to link to the final destination and avoid a redirect.

b. 404 Not Found: This resource is not being loaded most likely because the file does not exist anymore or there is a typo. If the resource is not necessary this request should be removed from the page.

Decrease Your Homepage Size by Showing Less Blog Posts Upfront

Note: Depending on your WordPress theme, the steps below might vary slightly. Additionally, it might be the case that you are not currently displaying blog posts on your homepage or your theme does not allow changing this setting. If that is the case there is no gain in following this procedure—just skip to the next section of this ‘Speed up WordPress’ Guide.

1. On your browser, login to your WordPress Admin Panel.

2. On the sidebar click “Settings” → “Reading”
wp reading settings

3. Locate the field “Blog pages show at most” and edit its value. The less blog posts you are showing on the front page the faster your page will load, but your readers will also have to use pagination, or your homepage links to find your blog posts. Taking this into consideration lower the value to one that you feel comfortable with.

blog pages show value

Auditing your WordPress Plugins

Note: This step should be performed not only for performance reasons but also security reasons. Ideally you will want to perform this audit at least every 3 months.

1. On your browser, login to your WordPress Admin Panel.

2. On the sidebar click “Plugins”

3. Filter by “Active” by clicking on the link on the top:

Note: If you have inactive plugins that you are not using and do not expect to use in the future, you should delete them for security reasons.

filter by active plugins
4. Scroll down the list and look out for plugins that you are sure you are not using anymore, or that you could remove without affecting your website core features. When you find those, tick the box on the left.

Note: Make sure that you fully recognize the plugin and what it does before checking it. If you are not sure, ask your developer or website administrator about it.

speed up wordpress guide plugin
5. Once you have selected all the plugins that you are not using anymore, head over to the top, click the dropdown “Bulk Actions” → Select “Deactivate” → Click “Apply”.
speed up wordpress guide plugins
6. After you have deactivated the plugins that you are not using anymore, scroll down the “Active” list and lookout for outdated plugins. Those will be marked by a beige background with a prompt to update to the most recent version. Click “Update Now”.

Note: While not always, the most recent versions usually carry performance improvements. Plugins should also always be kept up-to-date for security reasons.

update active plugins

7. On your browser, navigate to your website and open a few pages to make sure everything is still working as intended after the plugin removals and updates. Visit your core pages (sales pages, checkout, forms) and make sure everything is still fully functional.

Note: If you are facing any issue you should first go ahead and re-enable any plugins you might have just disabled, that should fix the issue. Isolate which plugin is causing the malfunction by disabling them back one by one and checking when your issue arises again.

Note 2: If, for some reason, re-enabling your plugins does not fix your issue you can always restore your website from a backup by following the “Restoring from a backup”.

Install the WordPress W3 Total Cache Plugin to Speed up WordPress

Note: While installing a performance optimization plugin like W3 Total Cache can have a very significant impact on your website performance and speed up WordPress, it can also cause your website to malfunction. Before proceeding to this step make sure:

If you are not working on a local development environment, but you are fine with having a bit of downtime until you restore the data from your latest backup you can also proceed to this section.

This ‘Speed up WordPress’ Guide tries to cover the best settings that would work for most websites, but compatibility with every possible website/server setup can’t be achieved. If you are having trouble setting up your cache plugin contact your web developer or hosting company.

Note 2: Make sure you are not using any cache plugins already since that might conflict with this chapter of the ‘Speed up WordPress’ Guide. To do that go back to the “Auditing your WordPress Plugins” section of this ‘Speed up WordPress’ Guide and make sure you do not find any plugin that mentions any cache feature.

1. On your browser, login to your WordPress Admin Panel.
2. On the sidebar click “Plugins” → “Add New”
add new plugins speed up wordpress
3. On the search bar on top type “W3 Total Cache”
search bar W3 Total Cache

4. On the search bar on top type “W3 Total Cache” → Click “Install Now” → “Activate”

Install W3 Total Cache Plugin speed up wordpress
5. On the sidebar click “Performance” → “Dashboard”
Performance Dashboard
6. Click “Compatibility check” on top:
compatibility check
7. On the list lookout for incompatibilities of your server settings with the “enhanced page and browser cache”:
Note: If you have an incompatibility with the enhanced page cache feature inquire your webhosting company about it and ask if they can provide you with a solution.
enhanced page and browser cache
8. On the sidebar click “General Settings”.
general settings speed up wordpress

9. Select the following settings:

a. Page Cache: Enable

b. Page Cache Method: Disk: Enhanced.

Note: If on the previous step you’ve detected that your server settings are not compatible with the “Enhanced” option and your current webhosting provider can not offer you a solution, select “Disk: Basic”. Also note that there is a small chance that the W3 Total Cache’s “compatibility check” tool’s alert is a false flag and your server actually supports the enhanced mode.
W3 Total Cache Setting

c. Minify: Enable → “I understand the risks”

i. Note: While this option will work for most websites, it might cause your website to malfunction.

ii. Note: If you are already using a minification plugin or service do not enable this feature.

Minify Enable
d. Database Cache: Enable
Database Cache speed up wordpress guide
10. Click “Save Settings and Purge Caches”

Note: If afterwards you still see a notification on top prompting to empty the cache, go ahead and do so:

Save Settings and Purge Caches
purge caches notification

11. Open your website, navigate through your core pages and make sure everything is still functional.

Note: If parts of your website are no longer working, you can revert the changes you made by either disabling individual features or disabling the whole plugin.

Note: Since you’re now displaying a cached version of your website to your users everytime you make a change to your website (e.g: editing a page) you will want to purge that page’s cache so that your website refreshes the content that your users are seeing. You can do that by either hovering the WordPress Admin header’s “Performance” icon and clicking “Purge All Caches”. Or purge only specific caches (more efficient) by clicking the “Purge from cache” next to your WordPress posts and pages.
Purge All Caches speed up wordpress guide

Installing the Shortpixel Image optimizer plugin

1. On your browser, login to your WordPress Admin Panel.

2. On the sidebar click “Plugins” → “Add New”

add new plugins speed up wordpress
3. On the search bar on top type “ShortPixel”
4. Click “Install Now” → “Activate”
Install and Activate ShortPixel Plugin speed up wordpress guide

5. On the sidebar, hover “Settings” → Click “ShortPixel”

ShortPixel Plugin Settings
6. You will be prompted to add an API key or request one. If you don’t have one yet, enter your email address, tick the box to accept the TOS and the PP, and click “Request Key”.
ShortPixel Plugin API key request speed up wordpress guide
7. You should see a “Your API key is valid” message and be redirected to the Plugin Settings page.
ShortPixel Plugin valid API key
8. Select the compression setting that you would rather see on your website:

Note: You can test the three different settings live on ShortPixel’s website here.

Note 2: If you are not sure, select “Lossy”. This will offer you the best results while still making sure your images look good.

ShortPixel Plugin Compression Setting
9. Click “Save and Go to Bulk Process”
speed up wordpress guide

10. Click “Start Optimizing”

Note: The free plan allows users to optimize up to 100 images per month. If you already have more than 100 images when you’re starting out, you may want to purchase a “One-Time” plan that suits your needs, afterwards, if you don’t plan on adding more than 100 images per month, the free plan will be enough.

Note 2: If by including thumbnails you go over your allowed monthly quota, you may choose to disable that option.

ShortPixel Optimizing
11. Leave the tab open while the plugin optimizes your images. Depending on the amount of images you are optimizing it may take several minutes.
speed up wordpress guide short pixel optimizing
12. That’s it! Your images are now optimized and your pages and posts should now be lighter and faster to load. To the right of the success notification, you should see a percentage indicating the average image reduction.
Note: If you are using a cache plugin you might need to purge all caches before your newly optimized images are live.

Re-Test your pages:

After you have applied all, or some of the optimizations of this guide, retake the tests that you have performed on your pages on the first chapter of this ‘Speed up WordPress’ Guide and compare the results to see how much your page performance metrics improved.

Note: Make sure you select exactly the same server locations when performing the new tests.

website speed test speed up wordpress guide

That’s it! If you’ve implemented all the chapters of this ‘Speed up WordPress’ guide you should already have gained a considerable performance improvement.

Note:
If your page load times are still not at the level you would want them to be consider different additional solutions (outside of the scope of this ‘Speed up WordPress’ guide: