Speed matters more for a locksmith than for almost any other trade, because your customer is stressed, on a phone, standing outside. They will not wait five seconds. They will hit back and call whoever loads first.
You can rank first and still lose the job to a slower competitor's faster site.
Test it properly
Run your site through Google PageSpeed Insights. Look at the mobile score, not desktop — desktop is not what your customers are on.
Most locksmith sites we test score somewhere in the thirties. If yours does, the good news is that the fixes are usually the same three things.
The three usual causes
1. Enormous images
Someone uploaded a 4000-pixel photo straight off a phone and the site is serving all of it to a 400-pixel-wide screen.
Nothing on your site needs to be wider than about 1400 pixels. Resize and compress everything. On most sites this single fix cuts page weight by half or more.
While you are in there, give every image a width and height in the HTML. Without them the page jumps around while it loads, which Google measures and customers hate.
2. A page builder doing too much
Drag-and-drop builders load scripts and stylesheets for every feature they offer, whether your page uses them or not. A simple locksmith home page can end up loading a megabyte of code to display a phone number and three paragraphs.
Sometimes you can strip this back. Sometimes the builder is the problem and rebuilding is cheaper than fighting it.
3. Cheap shared hosting
If the server takes a second to think before it sends anything, nothing you do on the page will save you. Check your time to first byte. Under 400ms is fine; over a second means move.
Things that help and cost nothing
- Lazy-load images below the fold so the browser only fetches what is on screen
- Self-host your fonts instead of pulling them from a font service on every visit
- Delete plugins you do not use. Each one is more code to load
- Drop the chat widget if nobody is answering it. Those scripts are heavy
- Cut tracking scripts down to the one or two you actually read
Then make the phone number impossible to miss
Speed gets them to the page. The page has to do the rest.
Click-to-call in the header, in the first screen, and at the bottom of every page. On mobile your number should never be more than a thumb away. A fast page that hides the phone number is still a lost call.
That is the whole idea behind how we do locksmith website design — every choice on the page exists to make calling easier.
What good looks like
Under two seconds to something useful on a phone, on a normal mobile connection. Not on your office wifi.
Test it on your actual phone, on mobile data, standing outside. That is the real condition your customer is in.