0% found this document useful (0 votes)
46 views

How To Improve Wordpress Speed and Performance

Benchmarking your site with tools like WebPageTest and Google PageSpeed Insights is important to understand where performance improvements can be made. Choosing a managed WordPress host like Flywheel that handles caching and other optimizations can significantly boost speed. Auditing plugins to deactivate unnecessary or slow ones can also increase performance. Enabling server-side caching through a plugin or host is key, as it allows content to be served without accessing PHP.

Uploaded by

Dejan Ostojic
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

How To Improve Wordpress Speed and Performance

Benchmarking your site with tools like WebPageTest and Google PageSpeed Insights is important to understand where performance improvements can be made. Choosing a managed WordPress host like Flywheel that handles caching and other optimizations can significantly boost speed. Auditing plugins to deactivate unnecessary or slow ones can also increase performance. Enabling server-side caching through a plugin or host is key, as it allows content to be served without accessing PHP.

Uploaded by

Dejan Ostojic
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

PAGE 1 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE

Ready to learn how to speed up your WordPress site and


increase performance? Follow along with the full guide, or
use these chapters to jump to the section you need!

1. Benchmark your site with testing


2. Finding a helpful WordPress host
3. Audit your plugins
4. Caching is key to great performance
5. The benefits of a CDN
6. Downsize your static assets
7. Write logical theme logic
8. Serve up static assets

PAGE 2 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


You’ve spent months designing a stunning WordPress site and working with clients and
collaborators to create something truly special. Now you’ve launched it to the public, and yay!
You’re all done. But, wait...it’s kind of slow. You know that site speed is crucial to the success
of your business (and that of your client’s). Time and time again, you’re hit over the head with
scary statistics like “nearly half of web users expect a site to load in 2 seconds or less,” and
“users tend to abandon a site that isn’t loaded within 3 seconds.”

It’s easy to feel frustrated at this point in the project, but don’t fret. Before you knock down the
door of your web host or add a ton of sketchy plugins, follow these easy steps to make your
WordPress site smooth, solid, and super speedy.

Benchmark your site


01 with testing
Before you get started and make any changes to your site, it’s important to take some
measurements and run a few tests to get some benchmarks. This will help you know exactly
where you’re at right now and make sure the changes you’re making are actually improving
your site (instead of making things worse)! To test the speed of your site, your best bet is a
combination of WebPageTest and Google PageSpeed Insights. WebPageTest gives you a good
idea of the actual time (in seconds) that a site takes to load, and these metrics will help you
know whether it’s the back-end or
front-end causing a site to load slowly.
Google PageSpeed Insights is best for
Before you make any
looking at how your site is rendered by the
browser and can help you identify what you changes, it’s important to
can improve on the front-end. benchmark where you’re at.
Once you have these benchmarks, you’ll be
able to start understanding where you can
make the biggest improvements in your site. And remember: Once you make a change to your
website, remember to test it again to see how it stacks up to your original numbers. This will
save you some major headaches, just in case something has the opposite effect and slows your
site down!

PAGE 3 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


02 Make sure you’ve got
the best host
Before we go any further, we need to talk about your WordPress host. No matter how much
work you do on your end, at the end of the day, your host also plays a critical role in the
performance of your site.

While the price tag of shared hosting makes it seem like a bargain, it comes at a different cost:
the risk of slow site speed, irregular performance, and frequent downtime. All things that affect
the reliability and speed of your site. The stress isn’t worth it, especially when you have the
ability to choose a managed WordPress host (like Flywheel!) that’ll take care of a huge chunk of
your performance woes.

With Flywheel’s managed hosting WordPress platform, you’ll get top performance out of even
the highest traffic websites. Robust caching comes standard on every site, and you can always
add a CDN to watch your site fly. Plus there’s always our top-notch support team, beautiful
dashboard, and a whole plethora of features to help you build blazing fast WordPress sites.

What is Flywheel?
Flywheel is a delightful platform that empowers designers, developers, and digital agencies to
focus on what they do best — building beautiful, functional sites for their clients. We make it a
breeze to create and develop WordPress sites, handle hosting, manage projects, and ultimately
scale your business.

Stop wasting time on server management, security plugins, caching, and all those other boring
repetitive tasks that take your focus away from growing your business and jeopardize your
relationship with clients. Get Flywheel and get back to doing what you love.
LEARN MORE

PAGE 4 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


03 Audit your plugins
The addition of plugins to a site can bring a lot of functionality and fun stuff that makes your
site far beyond basic, but unfortunately, many bring a performance overhead with them. We’ve
seen so many slow sites that are immediately cured just by deactivating a few plugins. The best
way to avoid a migraine from managing plugins is to keep performance in mind as you are
developing your site. You don’t want to spend weeks relying on a plugin, only for it to become
the bane of your existence when you find out it makes your site extremely slow. Read reviews,
test them regularly, and be sure you’re updating them to the latest version when it’s available.

All this negative talk about plugins is only


to make you aware of the potential risks
You don’t want to spend involved when using bad ones. These are
weeks relying on a plugin, usually plugins that are developed by
inexperienced programmers or those that
only for it to become the make a ton of database queries and require
bane of your site’s existance. intensive logic processing. However, there’s
good news! There are thousands of
worthwhile plugins that don’t make your
users and readers frustrated when they
crawl around your site. The magic trick is just to use those, and not the slow-performing ones.

You can track down which plugins might be causing performance losses on your site quite
easily. We generally use a plugin called Query Monitor that sifts through your whole site and
reports back what percentage of total load time each plugin is responsible for using. If you’re
serious about speed, you’ll run a test each time you activate a new plugin, to ensure you’re not
installing something that will sacrifice speed. Plus, by benchmarking your plugins right off the
bat, you won’t waste time messing with a plugin if it’s not going to perform well in the long run.

If there are plugins that you just can’t live without but still make your site slow, there are ways
to continue using them. Generally, if you determine that a plugin is loading slowly, the next
step is to talk to your hosting company to increase the memory on your server. With Flywheel,
that generally means upgrading your plan to the next level to get more memory and, thus,
more speed. Eliminating the need to do this is the best plan of action, but there probably are a
handful of plugins that you might find yourself not willing to ditch (WooCommerce, for
example).

PAGE 5 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


04 Cache everything
Caching, both on the server side and client side, is an important part of WordPress site
performance. Once a user loads your site for the first time, you can take advantage of browser
capabilities to cache the contents of that site locally, so on the next visit the user already has
them loaded.

Similarly, on the server side, having a caching layer works wonders for serving your site up very
quickly. The most common way to enable server-side caching with WordPress is by using the
W3 Total Cache plugin. This plugin (or one similar) is needed on almost all hosts.

The exception to this rule is Flywheel; we handle server-side caching for you behind the scenes
with Varnish. Using Varnish instead of a plugin can increase speeds dramatically because
Varnish never has to talk to PHP. It serves up cached static copies of your site immediately
(without even touching the PHP application layer), whereas plugins are still run by PHP. On
managed hosts like Flywheel, the server-side caching tells the browser how long to cache
things by setting “expires headers.” The browser won’t ask the server for more information if
those headers tell it not to ask.

You mainly have to start thinking about


caching when you start installing plugins or Server-side caching can
third-party themes. Theme and plugin de- drastically speed up your
velopers can set their own headers that can
override your host’s default settings, adversely
WordPress site.
affecting the caching mechanisms.

WooCommerce, for example, disables server-side caching by setting cookies. It’s typically not
very apparent when plugins or themes disable caching, so a good thing to do is reach out to
your hosting provider and ask that they force cache your site. Be careful not to force caching
on pages that truly need cookies to work, though, such as WooCommerce cart and checkout
pages.

PAGE 6 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


05 Use a CDN
A content delivery network (or CDN) is a network of servers that serves up your website and its
assets from different locations based on the user’s location.

For example, let’s say you’re not using a CDN and your site is hosted in San Francisco. When
someone from, say, Barcelona visits your site, they have to retrieve all your assets from your
server in San Francisco. The long distance between the two locations clearly takes longer than
if someone from San Francisco loads your site that’s hosted in San Francisco. A CDN, on the
other hand, serves your assets from a bunch of different servers based around the world, such
as New York, Seattle, Omaha, Paris, London, Beijing, AND San Francisco (and many more).

The idea is that users will hit the server closest to them and not sacrifice load time, since there’s
a smaller distance between them and the server. With a CDN, that same person from Barcelona
will now hit a datacenter in London or Paris, instead of San Francisco. Using a CDN will
definitely increase the speed of your site for users throughout the world!

Some of the most popular CDNs include Amazon Web Services, CloudFlare, and MaxCDN.
Most of them have free plans, but if you pull a lot of visitors and have lots of assets, you’ll most
likely have to pay for it. They’re typically pretty easy to set up, but if you want a super slick
solution, be sure to check out Flywheel’s MaxCDN add-on.

06 Downsize your static


assets
Now it’s time to take a look at your code. If you want to achieve optimal performance, there’s
some work to be done with static assets prior to uploading them to your server. This work
essentially comes down to compression and minification. You always want to serve the fewest
amount of assets possible, compressed as much as you can, in order to make your site as fast
as possible.

PAGE 7 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


IMAGES

Images are often the biggest files on a page, responsible for the largest delay in page load time.
The good thing about images, however, is that unlike CSS and JavaScript, most browsers load
them asynchronously. That at least helps with the perceived performance of a page, but you
still want to make sure that:

1. You’re serving as few images as possible and

2. Those images are compressed as much as possible

Compression tools are necessary for squeezing out as much excess as possible on images.
ImageOptim is a great Mac app that does this well, along with OptiPNG and jpegtran for use
with task runners like Grunt. TinyPNG is our go-to web-based compression tool. It can become
cumbersome doing this with every image, though, and sometimes not even feasible if multiple
people are contributing content. Thankfully, there are some WordPress specific tools available
to help with this.

When you have multiple sizes of images that are cropped upon upload (usually defined in most
themes), using an image compression WordPress plugin is particularly important. Even if the
initial image that you uploaded is as trimmed and compressed as possible, when WordPress
generates the new images from that, those new sizes won’t be compressed.

We have used and recommend TinyPNG for WordPress and Ewww Cloud Optimizer to handle
the compression and optimization of images uploaded to WordPress.

CSS

The most important thing to do with your CSS before it’s delivered to the browser is simply to
compress it and remove unused selectors. Getting a good development workflow down when
developing themes makes this process trivial, especially if you’re using a pre-processor like
Sass. We’d recommend Grunt, which is a JavaScript task runner that executes commands for
you while developing. There’s a plugin for Grunt called grunt-contrib-sass that simply compiles
all your Sass files down into one, minifies it, and compresses it. Throw in the
grunt-contrib-watch plugin on top of that, and it will run the Sass task whenever you save a file.

Don’t lose sleep if you’re not using the latest and greatest CSS methodology, but try to follow
some sort of standard while authoring CSS to avoid duplication and huge file sizes.

PAGE 8 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


JAVASCRIPT

The golden rules of optimizing JavaScript are simple: Serve as few JavaScript files as
possible, minify, and concatenate. Third-party WordPress plugins can be detrimental by
bloating your document with unminified blocking JavaScript files, so it’s important to be
mindful when choosing plugins. Ideally, you’d concatenate ALL JavaScript files into one and
then minify the heck out of it. For times when it’s not possible to concatenate all your les into
one, there are HTML attributes called “async” and “defer” that can be used to load JavaScript
files asynchronously or once the rest of the page is loaded.

Take care in writing


07 your theme logic
There are many things you can do from a theme development perspective to make your
back-end performance as high as possible. Nasty loops that do tons of comparisons and use
lots of memory (if, if, if, else, if, else, so on) can definitely slow down the loading of a page, as all
that logic takes time. There are lots of articles on performant PHP, but our best advice is to just
take care in writing your theme logic!

One tool that has saved us from a logic intensive loop taking forever to load is the Transients
API. WordPress transients store cached data in the database temporarily, which means your
logic only has to run once (whenever the first visitor loads the page) and then the results of that
are stored in the database. The Codex has good documentation on the usage of transients, as
well as a host of other articles found with a Google search.

PAGE 9 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


08 Serve up assets on a
silver platter
How you serve up static assets like images, CSS, and JavaScript is critical to the way your site
loads. Follow these tips to optimize each type of asset!

CSS

Once your stylesheet is compressed and ready to go, the easiest (and by far, the standard) way
to load it is to just reference it in the <head>. That way, the browser loads and parses it before
the rest of the DOM is loaded.

<head>

<link rel=”stylesheet” href=”path/to/style.css”>

</head>

However, there’s a fairly new technique where “critical” styles are inlined in the <head> and
then the full stylesheet is loaded asynchronously using JavaScript. Critical styles are defined as
those that are needed to paint everything that the user first sees (“above the fold”) when they
initially load your page. The best way to grab critical styles from a page is by using Grunt (or
another task runner) paired with a task like grunt-critical or grunt-criticalcss. The Penthouse
web generator is also a solid way of extracting critical styles.

Once you have the critical CSS ready, it’s as simple as inserting it into a <style> tag in the head.

<head>

<style>/* all of your critical styles go here

*/<style>

PAGE 10 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


Now to get the full stylesheet loaded, a JavaScript loader like loadCSS is required. The Filament
Group has a much more extensive article on using this technique, including examples with
loadCSS.

JAVASCRIPT

The most common place nowadays to reference JavaScript is at the bottom of your document,
right before the closing tag. However, there are more advanced techniques to load JavaScript.
Again, the Filament Group has done tons of research on this and has several open source
projects that you can use if you’re aiming for a super fast page load time (we’re in no way
affiliated with Filament Group, by the way; we just think their stuff is awesome). The best
approach seems to be to load scripts dynamically by inlining a small function in the <head>;
that then appends script tags without blocking the rest of the page.

For more information, check out the loadJS script.

After you’ve gone through these performance-enhancing practices, if your site is still really
slow, we’d recommend hiring a developer who can look into it and find the source of the
problem and/or choosing a new WordPress host.

PAGE 11 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE


Let Flywheel take care of
performance for you
Having a slow site can ruin both your business and reputation, so we work hard
to make sure your site is always blazing fast and performing at top speed. And
if things are ever running a little sluggish, you can always talk to our team of
WordPress experts to get it where it needs to be!

In addition to our suite of performance features, Flywheel offers you a profes-


sional managed WordPress hosting platform that’s packed with sleek workflow
tools. The result is a completely unique, next-level platform that allows you to
quickly and easily build, launch, managed, and ultimately scale any (and all!) of
your WordPress sites.

See how Flywheel can help boost your site speed and overall
workflow today!

CONTACT SALES

[email protected] | 402-223-6105

Or, sign up at getflywheel.com

PAGE 12 | HOW TO INCREASE YOUR WORDPRESS SPEED AND PERFORMANCE

You might also like