a developer works on his laptop to speed up his WordPress site

How To Speed Up WordPress Sites

In today’s fast-paced digital world, website speed is critical. Slow-loading pages are a major cause of WordPress site abandonment, impacting everything from user experience to customer retention.

If your website loads slower than it should, there’s little doubt that it’s directly affecting your traffic and your bottom line. After recognizing this fact, many developers and business owners are left wondering how to speed up WordPress sites. This guide will help you understand the importance of fast loading times and provide tips for increasing your WordPress site speed.

Why speed up WordPress sites?

WordPress is a powerful CMS that has taken the world by storm, powering over 800 million websites—that’s more than 40% of the entire internet!

However, the very themes, plugins, and tools that enhance your site’s functionality (and help make WordPress so popular) can also slow down performance, leading to higher bounce rates, lower user retention, and poor search engine rankings.

Optimizing these elements is crucial when it comes to speeding up your WordPress site. Proper management of themes, images, plugins, and other content ensures a seamless user experience and better SEO.

It’s important to note that every content management system must load all related items, whether visible on the page or running in the background, before delivering the full experience to site visitors. Fast-loading speeds are essential here because slow pages frustrate visitors, leading them to leave your site before fully engaging with your content.

With that in mind, making sure your site loads quickly can significantly enhance visitor satisfaction and keep them on your site longer.

The importance of accelerating your WordPress site speed

The nostalgic screeching of a dial-up modem signaling that your page will load eventually is now the stuff of technological history. These days, consumers expect web pages to load quickly every single time. In fact, 40% of this survey’s respondents said they would abandon a site if it takes longer than three seconds to load.

The best thing you can do for your business is have a fast WordPress site. Without it, you’ll almost certainly lose valuable traffic and even more valuable revenue. That’s because online consumers are slightly impatient—over half of all mobile users admit to abandoning a page based solely on its slow loading time. It’s also worth noting that for every second a site loads faster, the conversion rate of that site improves by 17%.

Even worse, if your websites have slower speeds, that fact may prevent potential consumers from ever even finding you. For Google, page speed has been a ranking factor for mobile searches since July 2018. This means a slow site will negatively affect your SEO ranking. If there was ever a time to learn how to speed up WordPress sites, now is that time.

Essential tips to drastically speed up WordPress sites for mobile users

While the ubiquity of mobile devices and mobile use isn’t exactly news, you might not know that speed plays a huge role in the way Google indexes mobile searches. If your site is a little slow but still strongly relates to certain search terms, you can achieve a decent ranking. However, Google does prioritize faster mobile sites.

About 15% of Americans identify as “mobile-only” internet users. So, selecting plugins grounded in responsive design principles can effectively speed up WordPress site performance, providing a smoother experience for the majority of your users.

Effective strategies to speed up WordPress site loading time

So, just how fast is fast enough? Google reports that the best practice is to keep your loading times at three seconds or less.

Pages that take five seconds or more to load have a drastically increased probability of a bounce. If you want to retain visitors rather than drive them away, you need to strive for average loading times of less than three seconds (and ideally quicker than that).

Effective methods to speed up WordPress site performance

If you want to do your part to increase your WordPress site speed, there are a variety of simple tactics you can try on your own. Allowing your site to be cached by your host is one of the simplest ways. Here are a few other tips you can use, but please note that we recommend testing any changes in a local development environment before updating anything on your live site.

1. Enable Page Speed Boost for your
WP Engine-hosted sites

Page Speed Boost is an all-in-one tool that allows you to optimize your code, significantly improve page load times, and supercharge your SEO in minutes, all without technical expertise.

Available on WP Engine’s managed WordPress platform, Page Speed Boost increases PageSpeed scores by up to 60% and enhances Core Web Vitals metrics for a better user experience. Faster-loading pages boost SEO, leading to higher search engine rankings. Optimized site code and images ensure a smooth experience across desktop and mobile devices.

Featuring more than 30 automated enhancements, Page Speed Boost reduces plugin conflicts and improves overall site performance. And unlike other optimization plugins, it operates as a background service, ensuring it doesn’t slow down your WordPress application while handling the majority of optimizations listed below

With an easy, one-click activation in the WP Engine User Portal, Page Speed Boost simplifies effective site optimization for marketers and developers alike. Find out more here!

2. Conduct a site speed diagnosis to accelerate your WordPress performance

Understanding how fast your website loads is the next step towards improving site performance. Tracking site speed is advisable should you install a plugin or make some other change to your site and want to see how it affects site load times.

To analyze load speed, most people rely on Google PageSpeed. But you can also try using a tool like the WP Engine Website Tester for WordPress-specific site speed tips on how to make your site run better. After you insert your site’s URL, you’ll be emailed a custom analysis regarding how fast your site loads and specific recommendations to speed it up. You can also input a specific page to analyze its page load time.

3. Delete unused plugins and themes

Aside from the fact that you should always keep your plugins and themes up to date, deleting unused ones is the next step to a speedy site. Not only do unused plugins and themes present security vulnerabilities, but they can also detract from WordPress website performance.

To delete the unused WordPress plugin, you’ll first need to deactivate it. Then you can go to your inactive plugins list and delete the ones you no longer want.

To remove an unwanted WordPress theme, simply go to Appearance > Themes to delete the ones no longer in use.

4. Clean up your media library

Another simple solution to resolve performance issues is to remove unused media. Over time you might start to accumulate images that are no longer used. To free up space, you should consider removing unused media.

To remove unused media manually,  You can use a plugin like Media Cleaner to dispose of unused media or you can do so manually. To manually remove unused media, simply go to Add Media -> Media Library -> Unattached and then delete those files no longer in use. 

To learn more about how to clean up your WordPress media library, check out this helpful article.

5. Clean up your database

If left unchecked, your WordPress database will start to accumulate clutter over time. This unnecessary bloat can slow down your site. However, with regular cleanups, you can reduce your database size for faster loading.

For instance, post revisions can take up a huge chunk of unneeded space. If you have a post which is 100KB of data and there are five revisions of that post, the total space wasted is about 500KB.

Cleaning up your database can be done manually through phpMyAdmin, although the process can be tricky and damaging if you don’t know what you’re doing. If you aren’t a technical whiz, installing a plugin to accomplish this task is the safer way to go. WP-Sweep and Advanced Database Cleaner are both safe bets for combing through your database and getting rid of things like old revisions, spam comments, MySQL queries, and more.

6. Remove render-blocking Javascript and CSS

If you’ve been using page test tools to test your website’s speed, you may have run across this recommendation which can be difficult to understand. If you look at your page’s waterfall view using a tool like webpagetest.org or Pingdom, you’ll likely see that there’s a number of JavaScript files (.js files) loading before your “start render” line. This is known as “render-blocking JavaScript”.

The core function of JavaScript is to perform an action on a web page, like a popup or rotating images in your slider. In reality, these actions don’t need to be loaded until your site fully loads the content and styles. So by “Defer JavaScript Parsing,” these tools are really saying, “load this stuff later on in your page instead of at the top.”

7. Minify CSS, HTML, and JavaScript

Over time, CSS, HTML, and other source code files can build up and cause your site to run like molasses. To give your site a speed injection, you should consider minifying its code.

Through minification, the backend of your site will be optimized to be a lean machine. This technique works by reducing the file size of HTML, JavaScript, and CSS files and removes unnecessary characters, like spaces, line breaks, and comments. The result is a reduced amount of data transfer required so that files run quicker and your web pages load faster. While WP Engine’s Page Speed Boost minifies code as part of its wider feature set, there are also a number of plugins built for this specific task. WP Rocket, which helps with site optimization, including minification, is a popular choice, while CSS Compressor is another good option that simplifies CSS code.

8. Optimize images

Images are imperative to keeping a site visitor engaged. While your site may contain a ton of beautiful imagery, it’s a good idea to optimize these images to achieve faster page load times. There are multiple ways you can optimize your images, including compressing images, adding alt text and titles, and creating an image sitemap. To learn more about how you optimize images, check out this article, How To Optimize Your Images For WordPress.

9. Lazy-Load long pages

For one-page sites and sites which have a long home page, Lazy Loading can be a real time saver. Lazy Loading essentially prevents the elements lower down on your page from being loaded until the visitor scrolls down to see them. By not loading all of the content of your long page at once, your site can begin rendering faster. A common plugin used for lazy loading is Lazy Load by WP Rocket.

10. Limit comments per page

While it’s awesome to get so much attention on your blog posts, a ton of comments can also slow page load time down. Breaking the comment section into pages is a good idea to shave off the time it takes for them to load.

To limit the number of comments that appear per page, simply go to Settings -> Discussion and check the “Break comments into pages” box. You can then select the number of comments per page (default is set to 50).

This should help improve memory consumption and boost page load times for posts and pages with tons of comments.

11. Reduce redirects

Redirects have some uses, but unnecessary redirects, such as 301 redirects and redirect chains, can really slow things down. It’s best to reduce the amount of additional information requests that your server undertakes.

12. Reduce post revisions

Post revisions save every content edit you make infinitely, which can make your site run slower. To speed up your site, you can choose to limit the number of revisions per post.

To do so, open the wp-config.php file and add this line of code to limit the number of post revisions:

define( ‘WP_POST_REVISIONS’, 4 );

The number, in this case, denotes four, which means there will be four revisions created per post. You can change this number or even switch revisions off by setting the value to 0 or false.

13. Disable pingbacks and trackbacks

While you might have never heard of pingbacks or trackbacks before, some consider them a legacy feature. However, it’s still a good idea to make sure they are turned off, as they can slow down page speed.

To disable pingbacks and trackbacks, simply go to Settings -> Discussion and make sure “Allow link notifications from other blogs…” is unchecked.

How To Speed Up WordPress Sites. Screenshot showing Discussion Settings within WordPress dashboard with the "Allow Link Notification from Other Blogs (pingbacks and trackbacks) on new articles" option de-selected

14. Run the latest version of PHP

Running the latest version of PHP can significantly affect your site’s speed. To determine if your site is ready to switch to the latest PHP environment, try using WP Engine’s PHP Compatibility Checker plugin.

Updating to the latest version of PHP on your own is also easy and can be done by going to your WP Engine user portal.

15. Choose a fast, lightweight theme

Not all WordPress themes are created equal—some are written better than others, and a beautiful UI design is meaningless if your site fails to load fast.

Rather than opting for a feature-rich theme (which involves a lot of code that has to be loaded every time someone visits your site), take a minimal approach by using a theme that contains the bare bones of what is necessary to function well.

Of course, you want the theme to look good. Make sure and check out WP Engine’s suite of premium WordPress themes, which are available to customers at no extra charge.

16. Use a CDN

No matter a user’s location, your content should be delivered blazing fast. Sometimes this isn’t always feasible, though—that is, if your site isn’t on an infrastructure that contains data centers in other parts of the world. Distance can mean lag in content delivery, which is where a content delivery network (CDN) becomes handy.

A CDN leads to faster page load times because when configured, your website will use an optimized server that’s closest to your site visitor. The data center will store static content and files, and then deliver them to users based on their location. This can help reduce external HTTP requests because the static content is already ready to go instead of requesting tons of HTTP at once.

Choosing a CDN depends on your site’s popularity and needs. Some WordPress CDN solutions include MaxCDN, Cloudflare, or CacheFly. WP Engine uses Cloudflare’s CDN for our customers.

17. Leverage browser caching

When your web server has HTTPS headers set up to specify cache expiration time, it also includes browser directives on how long the web page should be cached in your visitor’s browser. This tells your visitor’s browser to download the elements of your website (like CSS, JavaScript, and images) from their machine’s local disk rather than from the network. Since this means the browser has fewer network connections to make, this will help ensure your web page loads faster for them.

It’s also important to ensure your HTTPS headers include an expiration date so the browser knows when to get the resources from the network as if they were new, rather than getting them from their local machine.

At WP Engine, we take care of this piece for you since our servers are already optimized to serve WordPress websites. By default, pages are set to expire every ten minutes, and static resources are set to expire every 365 days.

18. Move to a dedicated server

If your site receives a lot of traffic, it’s a wise idea to host it on a dedicated server, where server resources are not shared.

When uptime is crucial, a shared server could be troublesome. Even though shared hosting is affordable, being on the same server as others can lead to clogging of CPU and RAM. It’s like being in an apartment complex and you only have so much water to share—if another site hogs up all the server’s bandwidth, then you are left with a slow running site/server and potential downtime.

To ensure your site has maximum uptime, it’s worth investing in a hosting plan where you receive the full resources of a single server.

19. Consider your hosting infrastructure

The hosting environment you choose can dramatically impact site speed in a positive way. Depending on the server and technology, managed WordPress hosting is necessary for a faster WordPress site.

Sites on WP Engine’s hosting environment have shown an average site speed improvement of 68%. Here are just a few of the ways WP Engine helps with site speed:

  • EverCache: Our comprehensive multi-tier caching system, EverCache helps serve more cached pages to your end users. When cached, your pages are served in a few milliseconds, compared to a few full seconds when generating the page without cache. EverCache also caches the results of repeated queries to your database for faster performance. These layers combined mean faster performance and a more lightweight website that can support your site through waves of high traffic.
  • Caching: We disallow caching plugins on our platform because we do it better. Our WordPress hosting platform provides caching for pages, objects, CDN management, URL rewriting, and more.
  • Sophisticated infrastructure: All web traffic is handled by our sophisticated front-end system. This proprietary layer is built off of thousands of carefully designed code rules which are continually audited and adjusted for maximum performance and finely tuned for WordPress.

Want a third-party perspective on the pros and cons of using WP Engine? Check out this WP Engine review.

20. Speed up your site with a WordPress plugin

WordPress has a huge plugin ecosystem that can make performance optimizations easier. Here are a few plugins focused specifically on speeding things up.

  • Perfmatters: This plugin allows you to disable WordPress default options that you’re not using.
  • WP Super Minify: This tool allows you to combine and compress files for quicker loading.
  • Smush: This plugin optimizes your images so they don’t slow down your page.

While each of these plugins offers a straightforward way to optimize particular aspects of your WordPress site, it’s important to note that they’re focused on individual, specific areas and will optimize only those parts of your site.

Boost your WordPress performance: Speed up WordPress with WP Engine

All of the steps contained in this guide can help you improve the speed of your WordPress site as well as the user experience you provide to site visitors.

If you’re looking for the most effective way to speed up your WordPress site(s), WP Engine’s powerful WordPress platform and extensive set of developer tools are the way to go. Find out how our industry-leading WordPress hosting and solutions like Page Speed Boost can help you speed up your website today!

Get started

Build faster, protect your brand, and grow your business with a WordPress platform built to power remarkable online experiences.