arrow left
Back to Developer Education

    How to Optimize WordPress Website Speed

    How to Optimize WordPress Website Speed

    The ultimate measure of website performance is loading speed. This is the amount of time it takes to load a webpage. Users are relying more and more on smartphones to access web content and services, thus, there is more demand for optimized websites, especially for users visiting through a mobile data connection. If you manage any websites, this is evident in your analytical data. <!--more-->

    Users are also demanding a better web experience thus there is a need to improve your WordPress website performance. To improve overall website performance, several measures need to be taken.

    This article is a comprehensive guide on the best ways to speed up a WordPress website.

    Why Website Speed Matters?

    If your website takes longer than 2 seconds to load, the bounce rate increases. This means you will have reduced conversions and a decrease in revenue.

    According to the Google SEO guide, the "page speed" of sites is among the parameters considered in their ranking algorithm since January 2018.

    Slower websites are ranked lower than faster websites. Fast webpages lead to improved user experience, rise in page views, and contribute to higher search engine rankings.

    Tools for Testing Website Page Speed

    Website speed isn't just whether it feels slow on the developer's computer. Browser caching may result in a website loading quickly, yet for a first-time visitor, it could be very slow.

    Speed testing tools come in handy when determining your page speed. It is also worth noting that the speed may vary with different geographical locations.

    If you're located closer to the data center where your website is hosted, you'll load the site quicker. Therefore, you need to test speed from different locations. This article will go on to talk about this further in the CDN section.

    The faster the website the better. Even improving your website speed by milliseconds matters. A load time under 2 seconds is recommended otherwise users will get impatient waiting for your site to load and exit before they've even viewed a page.

    There are several tools for testing website speed. Some of them are free and others are paid. You should test your website speed before and after optimization.

    Most of the tools work by entering the website's URL and submitting it for analysis. They also give recommendations on areas you need to work on to improve website performance.

    1. PageSpeed Insights by Google

    2. IsItWp

    3. GTmetrix

    4. Pingdom

    These tools give direction on which optimizations you still need to apply and to what element. Some of them even provide a waterfall view which tells you how long each element of your website took to load.

    How to Optimize WordPress Page Speed

    This list is not ordered by any criteria. All are good practices for website optimization and you should consider them when optimizing your WordPress website.

    Choose a Good Hosting Platform

    Web hosting services can be sorted into three categories;

    Shared hosting, VPS hosting, and managed WordPress hosting. Shared hosting is the most popular. Companies like Namecheap, Bluehost, HostGator, SiteGround, and GoDaddy offer shared hosting.

    Your website is likely to be hosted with more than 200 other websites on the same server. When the other sites are hosted together with yours, we get an upsurge in traffic, there is also a higher likelihood of the server performance being impacted thus making your website slower.

    VPS (Virtual Private Server) hosting provides you with your own server so only the sites you choose are hosted on it. It's a step up from shared hosting and cheaper than managed WordPress hosting but it requires you to be able to configure and manage the server (including updates and security) as well as installing WordPress.

    The most basic VPS costs around $5 a month but they can easily scale up and down to meet demand.

    Some popular VPS providers are Amazon Web Services, Linode, and Digital Ocean.

    Hosting providers such as Runcloud, SpinupWP, and GridPane provide a control panel that is tailor-made for hosting WordPress sites on VPSes. This makes them much easier to manage and a more viable option for tech-savvy developers.

    Managed WordPress hosting provides the best hosting with servers configured and optimized to run WordPress. Issues such as updates, backups, and other server management tasks are carried out by the hosting provider.

    This justifies the higher cost compared to VPS hosts which start at around $25 a month upwards. Some managed WordPress providers are WPEngine, Kinsta, and Liquid Web.

    Use an Effective Caching Plugin

    A cache is a collection of temporarily stored data for quick access upon request. WordPress pages and posts are built every time a user visits a page or post.

    This involves the retrieval of information to put the page together. When multiple users are visiting the website, the process involved can slow down the website.

    A caching plugin is used to remedy this. Caching plugins makes a copy of a page or a post on the first time load. The page is saved and the cached version will be served on subsequent loads.

    Among the most popular WordPress caching plugins are WP Rocket (paid), W3 Total Cache, LiteSpeed Cache, SG Optimizer, WP Fastest Cache, and WP Super Cache.

    Optimize Images

    An image is worth a thousand words so you cannot avoid using images on your website. Images increase engagement and bring life to web content.

    In their original formats, image files are huge and could be more hurtful than helpful. The most common image formats used for the web are PNG, JPEG, and WebP. The PNG image format is uncompressed while JPEG is a compressed file format.

    The PNG is of higher quality thus has a larger file size. WebP combines the features of PNG and JPEG to let you create richer images that are smaller in file size than both PNG and JPEG.

    WebP offers a 30% reduction in file size without compromising the quality. Just like PNG, WebP also provides transparency.

    WebP vs PNG

    The WebP file size is 26% smaller than a PNG file with the same quality. Due to the smaller file sizes, WebP loads faster than PNG.

    WebP vs JPEG

    The WebP file size is 25% to 35% smaller than a JPEG file with the same quality. However, not all browsers can load WebP images. All browsers will work with the JPEG file format.

    Tools to Optimize Images

    Reducing image size to reduce file size is also necessary on top of choosing the best file format. The main objective is to find a balance between file size and quality. Get the lowest file size and acceptable quality.

    It is recommended that you compress images before uploading them on WordPress. Photoshop, compressor.io, and BulkResize are some of the tools used for image compression.

    Plugins can be used to compress images already uploaded as well. Such plugins include Imagify, ShortPixel, Optimole, and WP Smush.

    Keep your image under 100 KB for the best performance.

    Delete Unused Themes, Plugins, and Media Files

    This is a crucial website maintenance task. You should get rid of themes and plugins that are not in use because plugins and themes take space in the server, which causes unnecessary strain and it's also a security risk.

    This involves deleting installed themes that are not in use and deleting deactivated plugins.

    Use Well-optimized Themes

    Don't select some beautiful and impressive looking WordPress themes at the expense of performance. Pay special attention to theme optimization. Your WordPress theme should be elegant, lightweight, SEO friendly, fully responsive, and mobile optimized.

    Some of the well-optimized WordPress themes are Astra, Udesign, and X Theme.

    Optimize WordPress Database

    Over time, the WordPress database will accumulate unnecessary data, clutter. This will slow down your website. The clutter could be post revisions, data that was created by uninstalled plugins, and WordPress sessions.

    To optimize the database, you can use optimization plugins. It is advisable to back up your database before trying to clean.

    Some of the plugins available for database optimization are WP-Optimize and WP-Sweep.

    See the screenshot above of WP-Optimize 3.1.2 free version database optimization

    Use Lazy Loading for Images and Videos

    Lazy loading is a web optimization technique where visible content is loaded first while content appearing below the fold is only downloaded and rendering when necessary.

    Instead of loading every image and video on a webpage, lazy loading downloads and render only what is visible to the user's screen.

    As the user scrolls down the page, more content is loaded. This significantly increases the loading speed of the content that is visible to the user.

    You can activate lazy-loading using plugins such as Lazy Load for Images, Image optimization & Lazy Load, and Lazy Load – Optimize Images.

    WordPress version 5.5 was released on August 11, 2020. One of the new features is lazy loading. Lazy loading is now a standard in WordPress. With WordPress version 5.5, you don't need a plugin to enable lazy loading. Images are lazy-loaded by default. More details on the lazy loading feature can be found on the WordPress official website.

    Limit the Number of Post Revisions

    WordPress has a very good feature called post revisions. Whenever you update a page or a post, another version of the post is created and saved in the database.

    Overtime, post revisions can increase to a point where they can slow down your WordPress database. In the screenshot below, post revisions have accumulated to 93.

    WordPress post revisions screenshot

    The solution for post revisions is to clean them from the database. You can use the WP-Optimize plugin to clean post revisions as shown in the screenshot below.

    WP-Optimize post revisions cleanup

    See the screenshot above of WP-Optimize 3.1.2 deleting post revisions

    The next step after cleaning post revisions is to limit the number of post revisions saved for each post. This can be done by adding this line of code to the WordPress wp-config.php file.

    Set the post revisions limit to a number of your choice. A maximum of four revisions is recommended. Note that if you limit the revisions to four, you will only be able to access the last for versions of your page or post.

    define('WP_POST_REVISIONS', 4 )
    

    WordPress wp-config editing

    Update PHP to the Latest Version

    WordPress is mainly written in PHP which is an open-source server-side scripting language. PHP is installed on your hosting server. PHP is undergoing active development to improve performance, fix bugs, enhance security, and other features.

    According to the official PHP website, the latest version is 7.4.10, released Nov 2020. Each version of PHP is fully supported for two years from its initial stable release to fix bugs and security issues.

    You should check when support for your currently installed PHP version will end.

    Most hosting companies use the latest and most stable versions of PHP on their servers. If your hosting provider is running a slightly lower version of PHP, maybe it is time to consider switching to another hosting provider. Siteground, Cloudways, Kinsta, and WP Engine are running PHP version 7.4 or greater.

    To check the PHP version on your WordPress website, you can make use of plugins such as Version Info, Query Monitor, and WP Health.

    Currently, WordPress works with PHP 5.6.20 or greater but the recommended version is 7.4 or greater. Refer here for more details about WordPress and PHP. Most hosting providers have PHP version 7+ available.

    Updating the PHP version of your site can be as simple as selecting the latest version. Check with your hosting provider on how to update PHP version.

    Later PHP versions are more enhanced in terms of performance compared to the previous versions. Keep your PHP version updated to get the benefits. PHP 7.4 is 3x faster than PHP 5.6. For more insights on different PHP versions, check Kinsta Blog.

    Use a Content Delivery Network (CDN) or Edge as a Service Provider

    CDNs and Edge as a Service providers offer a network of servers linked together in different locations around the world to deliver content and application logic as quickly, cheaply, reliably, and securely as possible.

    Each server stores a copy of 'static' files used to make your webpages. When you implement a CDN, users access your website from the server geographically closest to them.

    Page loading speed varies with the geographical locations of your hosting company server. For example, if your server is located in Sydney, Australia, users in Sydney will have a faster loading speed than users located in Germany.

    Some hosting companies such as Amazon and Linode have servers in different geographical locations. You are advised to select a server that is closest to the majority of your users.

    Some well known providers in CDN services include Cloudflare, Akamai, Amazon CloudFront, IBM Cloud Internet Services, Azure CDN, Google Cloud CDN, and Fastly. Edge as a Service is the next evolution of CDNs, with providers like Section expanding on the capabilities of traditional CDNs to provide more flexible deployment models for distributed application hosting.

    Conclusion

    Fast websites boost your search engine rankings, improve search engine indexing, reduce bounce rate, lead to increased conversion rate, and increases the time a user spends on your website. The overall effect is that you get a higher conversion rate and users enjoy visiting your website.

    I hope that the guide was helpful to you and have a great time optimizing your WordPress website.


    Peer Review Contributions by: Louise Findlay

    Published on: Sep 9, 2020
    Updated on: Jul 15, 2024
    CTA

    Start your journey with Cloudzilla

    With Cloudzilla, apps freely roam across a global cloud with unbeatable simplicity and cost efficiency