Speed work has a bad reputation because it is usually done as an endless list. There are three metrics and about six fixes. This module is those six.
PrerequisitesModule 04 · How search works
Three metrics matter: Largest Contentful Paint, which should be at or under 2.5 seconds; Interaction to Next Paint, at or under 200 milliseconds; and Cumulative Layout Shift, at or under 0.1. For a clinic site the fixes that account for most of the improvement are image discipline, removing unnecessary third-party scripts, setting dimensions on media, and not loading fonts in a way that blocks rendering.

By the end of this module you will be able to:
Two reasons, and the second is larger than the first. Speed is a ranking consideration, modestly. And a slow page loses readers before they read anything, which matters much more, particularly on a phone on mobile data, which is how a large proportion of clinic traffic arrives.
The practical framing for a clinic is that speed work is worth doing once, properly, and then protecting. It is not worth doing continuously, and the industry habit of chasing a score is a distraction from the modules that produce more.
Largest Contentful Paint measures how long until the largest thing on the screen appears. On a clinic page that is nearly always the hero image or the first heading. Slow LCP is almost always an image problem.
Interaction to Next Paint measures how long the page takes to respond when somebody taps something. Slow INP is almost always a script problem: too much JavaScript running on the main thread, usually from third parties.
Cumulative Layout Shift measures how much the page moves about while loading. It is the metric that produces the experience of tapping a button and hitting an advertisement that appeared underneath your thumb. It is caused by media without declared dimensions, by fonts swapping, and by content injected after load.
A laboratory test runs your page once, on a simulated device, on a simulated connection. Field data records what actual visitors experienced. They frequently disagree, and when they do, the field data is the one that matters.
Search Console's Core Web Vitals report shows field data grouped by page type, which is the most useful view available to a clinic because it tells you whether the problem is your treatment template or your homepage. Use the laboratory tools for diagnosis, after the field data has told you where to look.
web.dev's guidance on optimising Largest Contentful Paint is the reference for the first four, and it is written for people who are not specialists.
A typical clinic site accumulates: an analytics tag, a tag manager, a chat widget, a booking widget, a review widget, a social feed, a cookie banner, a heat-mapping tool somebody installed during a trial, and a remarketing pixel from an advertising campaign that ended two years ago.
Each was added for a reason and most of the reasons have expired. Every one of them costs loading time and several of them cost interaction responsiveness. The exercise below is an audit with a simple rule: anything nobody can name a current use for is removed.
Every third-party script is a permanent tax on every page load, paid by every visitor, in exchange for a benefit somebody assessed once and never revisited.
Chat widgets deserve a specific note. They are heavy, they frequently sit in front of the content on a phone, and they are only worth their cost if somebody is actually answering them quickly. A chat widget nobody staffs is worse than no chat widget, a point Module 30, Enquiry forms, phone and messaging returns to.
When all three metrics are in the good band on field data for your main page types. That is the finish line, and there is no prize for going further.
Protect it rather than improving it: check the field data monthly as part of the review in Module 31, What to measure, and what to ignore, and check it specifically after adding any new tool. Most regressions on clinic sites are caused by somebody adding a widget, which is why the audit is worth repeating annually rather than the optimisation.
Ninety minutes. You will need whoever administers the site, and permission to remove things.
Field data lags by design, because it is a rolling window of real visits. Do not judge the work for a month.
Modestly, and less than the quality of the page. It affects whether people stay, which is a larger effect and one you can observe directly. Treat it as a usability obligation with a search side effect rather than the reverse.
Neither is a verdict. Laboratory tools measure one simulated load; field data measures your actual visitors. Where they disagree, act on the field data and use the laboratory tool only to work out which change to make.
You may have obligations that require one, and the ICO is the right source on that rather than a marketing course. What you can do is ensure it is implemented lightly, does not shift the layout when it appears, and does not block the content on a phone.
Some are heavier than others, and none is so slow that image discipline and script removal will not bring a clinic site into the good band. Changing platform for speed alone is rarely justified and carries the migration risk covered in Module 22.
Disclosure. This module contains no commercial links of any kind. This course is published by Northbank Media, is free to read, and is funded by the workbook pack and by clearly labelled series sponsorship. We do not rank, review or recommend agencies or clinics.
Module 21 of 32