The Marketers Guide To Website Performance v1
The Marketers Guide To Website Performance v1
The Marketers Guide To Website Performance v1
The Marketer’s
Guide to Website
Performance
How to Optimise Your Site’s Speed and
Performance to Improve UX and Attract
More Customers
The Marketer’s Guide to Website Performance
Introduction
While design, layout, accessibility, and other aspects of your site play a
key role in that UX, there’s one thing that comes before all of those, and
that’s website performance. If your site isn’t performing well enough, that’s
probably the first thing your users will notice, and they won’t be happy
about it.
This eBook will examine what website performance means in today’s fast-
moving digital landscape, provide practical tips and guidance to help you
optimise the performance of your own website, and highlight some lesser-
known pitfalls you should avoid.
3
The Marketer’s Guide to Website Performance
Understanding
Website
Performance
These days, it’s pretty self-evident that you Poor performance, on the other hand, can
want your website to perform well. Even if you have a damaging impact on your business.
don’t have any technical knowledge of web Some potential outcomes of a slow website will
development, you’ll be aware from your own include:
experience as a consumer that it’s important
for websites to be fast and performant. • Frustrated website visitors and
unsatisfied customers
4
What Factors Influence
Website Performance?
Web Hosting
While numerous factors affect website uptime guarantees between different hosting
performance, your web hosting provider will providers), studying an uptime SLA closely is a
play a particularly important role. crucial step when deciding where to host your
sites.
In most cases, they will be responsible for the
server infrastructure your website relies on, Hosting services will also vary with the other
as well as uptime, scalability, security, and elements noted earlier. You should look for
support. a provider that offers the ability to scale up
server resources when you need them, keep
Good uptime is typically considered 95%, your site safe and secure, and answer the call
with higher or lower uptime guarantees found whenever you need support.
in different hosting providers’ service level
agreements (SLAs). While some web hosts may offer an attractive
price point upfront, it’s essential to do your
Higher uptime guarantees will generally come homework to ensure you don’t end up paying
from higher quality web hosts, as uptime for hidden costs and cut corners down the
corresponds to the strength of a provider’s road.
server infrastructure.
The right web host should serve as a natural
That server strength will also power your extension of your team, helping you work
page speed, as server requests that can be smarter, not harder, while providing you with
processed more quickly translate into faster- the expertise your site requires to perform to
loading pages. the required standards.. In short, your web
host is essential to website performance.
Given the importance of keeping your site
running smoothly (and given the variance in
5
The Marketer’s Guide to Website Performance
The images you use on your web pages will Your choice of web platform is also crucial to
play an influential role in site performance. website performance.
As you can probably guess, the bigger the For most businesses, this involves working with
image files you use on a web page, the slower a web design and development agency. In that
that page will take to load.
case, your choice of a specialist partner who
will support you in managing and maintaining
For this reason, it’s important to optimise
that platform is even more important.
every image you use on your website. The
optimum size, however, does vary based on
If a CMS isn’t configured, managed,
the image itself, your site, and so on. The type
maintained, or updated to the necessary best
of image files you use can also slow down
your web pages. practices, your website will inevitably suffer
from performance issues. This often requires
To help keep your images from dragging an experienced partner with technology-
your performance down, you can use specific expertise to build and manage your
compression tools on the files, crop them to site, giving you full confidence that it will
the right dimensions, and stick to reasonable perform as desired.
resolutions.
Of course, with technology advancing so
It’s also beneficial to limit the number of rapidly, some older, more cumbersome
images you use on any given web page, as a platforms are now simply less capable of
high volume will negatively impact speed. meeting the performance demands of today’s
users, regardless of who’s managing them.
6
Re-directs HTTP Requests
Re-directs quite literally re-direct your users HTTP requests occur when your users’ web
from one web page to another. If you have a browser requests information from your
high volume of re-directs in place, or you have site’s server. That server then sends data to
re-directs to non-existent pages, this may be the browser, and that data is displayed to the
slowing your site down. user as content on a web page.
It’s useful to remove any old, redundant re- Website performance improves when the
directs to improve your site’s performance. number of HTTP requests your users’ browser
You can also use a 301 permanent re-direct has to make is reduced. This can be done by
to tell Google that a new page is replacing an optimising image files, as discussed earlier, as
old one, and this will send all your traffic to the well as optimising your JavaScript and CSS
new page. files.
Images are one aspect of a wider issue, which Another important contributing factor to web
is page weight. This is the size of your web page weight is your use of JavaScript, which is
pages, determined by things like style sheets, one of the core programming languages that
documents, text, and the aforementioned the Internet is built on.
image files you use.
If your site uses too much JavaScript, or
The more content you include on a web page, applies JavaScript in complex ways, it can
the larger it will be in terms of its number of slow down the loading speed of your pages.
bytes. This will directly affect the page load It can also slow down the functionality of the
speed. on-page elements of your site, creating a
more frustrating UX for your visitors.
It’s been suggested that the optimum size for
a web page is around 1MB. This is something
to keep in mind when we come to the
measurement of website performance later
in the eBook.
7
The Marketer’s Guide to Website Performance
1
Conduct an assessment by testing your site’s current performance -
you can do this with tools like PageSpeed Insights or GTmetrix
2
Set KPIs for performance - for example, page load speed, average
session duration, bounce rate, conversion rate, and so on
3
Identify any problems and room for improvement,
and make adjustments to resolve these
4
Upgrade your server - for example, going from PHP
7.2 to 8.1 can give you a 40% boost
8
5
Optimise your images and any other media files
6
Remove unnecessary JavaScript frameworks and
rewrite your sites JS using vanilla JS
7
Minimise your HTTP requests
8
Reduce and remove re-directs
9
The Marketer’s Guide to Website Performance
Pitfalls and
Mistakes To Avoid
Once you understand the influencing factors
on the performance of your website, it also
becomes easier to identify certain mistakes
you may be making that hinder the speed of
your site.
10
Don’t select a hosting Don’t let too many plugins
provider that’s unable to meet bloat your platform and slow
performance requirements down your site
Since hosting provider will have a For businesses working without the
significant influence on your website’s guidance of an experienced agency, it’s a
performance, choosing a provider who common mistake to use an unnecessarily
is unable to meet your performance high volume of plugins, including plugins
requirements could be a recipe for that are low quality.
disaster.
The more plugins you use, especially
If you select a host you’re unable to trust if they aren’t up to the required
and their service ends up falling below development standards, makes you
standard, you risk downtime, slow page more likely to encounter problems with
loading, security vulnerabilities, and performance.
other problems.
Particularly with platforms like
To avoid this, you should emphasise WordPress, it’s important to choose your
your non-negotiable hosting needs as plugins carefully and ensure they’re not
early as possible, and select a host that slowing down your site. Continuing to use
specialises in your tech stack. plugins that aren’t kept updated can also
have a negative effect on performance.
If you work with WordPress, for example,
look for a provider offering specialised It’s worth noting that bespoke
WordPress hosting to ensure you can development may be a more suitable
optimise your sites efficiently. approach than using plugins for certain
requirements, and that will also deliver
greater performance.
11
The Marketer’s Guide to Website Performance
12
What’s the Relationship
Between SEO and
Website Performance?
13
The Marketer’s Guide to Website Performance
14
Website Performance
Within WordPress
15
The Marketer’s Guide to Website Performance
The Benefits of
Improved Website
Performance
Improving the performance of your website
is obviously a tremendous benefit to your
business. This ultimately comes down to the
fact that you should always be striving to
deliver the best possible UX for your visitors.
These include:
16
The Future of Website
Performance
Since the technology powering our websites Additionally, it means you can use your CMS
is now evolving so quickly, it’s important to to manage content for multiple front-ends
look ahead to trends that will have an impact at the same time. This is possible because
on your relationship with your target audience you’re not tying your content to a single
in future. layout structure or template, so it can be used
in different formats.
A trend that will continue to gain momentum
over the next few years is using a “headless” An example of this is where the same content
approach to website development and is presented on both a website and a mobile
content management. app, but displayed in a different layout on
each. This model improves the consistency
As we discussed in a related article, a headless of the content you create and reduces
CMS is an approach that separates the back- administration time.
end content management platform from
your front-end website. The CMS delivers As speed and convenience become
the content via data APIs, while the front-end increasingly important to users, there are
manages the rendering and presentation to benefits to be gained from considering a
visitors. headless CMS to manage your website.
17
The Marketer’s Guide to Website Performance
Final Thoughts
In today’s digital landscape, your target Your prioritisation for this process should
audience not only expects, but demands, rapid, become clear as soon as you conduct a
frictionless interactions with your business on performance assessment and determine all
your website. Any hint of poor performance your areas of weakness.
or slow page load speeds is likely to turn your
visitors away and send them straight to your Another proven, trustworthy way to maximise
competition. the performance of your site is to leverage the
experience and expertise of your web hosting
Clearly, a highly performant website is crucial partner or your web development agency.
to success online these days. Not only does it
provide a positive UX that will help you retain To gain a precise understanding of your
your direct visitors, but it will also help you website’s current performance, you can take
appear higher in SERP rankings, providing advantage of a free, no-obligation performance
exposure to a larger audience. audit with our team.
Of course, this is easier said than done. The This will help you identify room for improvement
most effective approach is to begin with the and take valuable opportunities to deliver a
quick, easy wins and low-hanging fruit. Once greater UX to your audience.
you’ve taken advantage of all those to boost
performance, you can then work your way up to
the more technical issues.
18
About Filter
About WP Engine
19
The Marketer’s Guide to Website Performance
Get in touch to
book a free website
performance
audit today.
+44 (0) 208 0883030
[email protected]
filteragency.com