web60

SEO & PageSpeed

How Fast Should a Business Website Load? (And What Happens When It Does Not)

Graeme Conkie··8 min read
Abstract teal arrows accelerating upward through geometric shapes on a warm grey background suggesting website speed and performance

If your business website takes more than three seconds to load, you are losing customers right now. Not next month. Not gradually. Right now, with every visitor who lands on your page and leaves before they see a single word you wrote.

That is not opinion. That is arithmetic.

Google's own research, published through their Think with Google initiative, found that roughly half of all mobile visitors abandon a page that takes longer than three seconds to load. Half. And as load times creep from one second toward ten, the probability of someone bouncing increases by well over 100%. Those are not marginal losses. Those are the majority of people who went looking for your business and left before they found it.

I have spent over twenty years building hosting infrastructure in Ireland. The single most common problem I see with business websites is not bad design, not poor content, not missing SEO. It is that the site loads too slowly for anyone to care about any of those things.

What Three Seconds Costs a Real Business

Here is where this gets uncomfortable. According to data published on web.dev, Google's own performance resource, a website that loads in one second converts at roughly three times the rate of one that loads in five seconds. Three times. That is not a rounding error. That is the difference between a website that pays for itself and one that quietly bleeds money every month it exists.

Think about what that means in practice. A Kilkenny craft brewery selling online watches the same number of people click through from Google. Same products, same prices, same intention to buy. But half of them never see the checkout page because the site took four seconds to render on a phone over a mobile connection. The sale was there. The intent was there. The infrastructure was not.

And it compounds. Google now uses Core Web Vitals as a ranking signal. As their Search Central documentation confirms, metrics like Largest Contentful Paint (under 2.5 seconds), Interaction to Next Paint (under 200 milliseconds), and Cumulative Layout Shift (under 0.1) directly feed into how your pages rank. A slow website does not just frustrate the visitors who arrive. It tells Google to show fewer people your site in the first place.

If you want the full picture of what these metrics mean and how Irish business sites perform against them, our complete WordPress performance guide covers it in detail.

Why Your Site Is Probably Slow (and Whose Fault That Is)

Most business websites in Ireland sit on cheap shared hosting. That means your site shares a server with hundreds, sometimes thousands, of other websites. Picture a motorway at rush hour. Your page is trying to load, but it is stuck behind every other site on that server competing for the same processor time, the same memory, the same bandwidth. At peak times, everyone slows to a crawl.

Then come the problems that stack on top of bad hosting. Unoptimised images, sometimes 3MB or 4MB each, when the HTTP Archive's latest data shows the median page weight is already sitting around 2.4MB for desktop. Add a few oversized photos and your page is enormous before it has rendered a single headline. Too many plugins, each injecting its own JavaScript and CSS that the browser has to download and process. No caching, so the server rebuilds the same page from scratch every time someone visits.

Most business owners do not know any of this is happening. They paid someone to build their site, or they picked a cheap hosting plan, and they assumed it was fine.

It is not fine. It is the digital equivalent of a beautiful shop front with a door that takes thirty seconds to open. By the time it swings, the customer has walked next door.

I recommended shared hosting to a client seven or eight years ago because the price looked right and the site was simple enough. Within six months their WooCommerce store was crawling during peak hours. Took me longer than it should have to connect those dots. That lesson stuck.

Flat illustration of parallel horizontal lines flowing at different speeds with teal accents on warm grey background suggesting fast and slow data pathways
The gap between shared hosting and an optimised stack is the gap between a traffic jam and an open road.

The Stack That Actually Delivers Speed

A fast website is not about one trick. It is a stack of technologies working together, each solving a different part of the speed problem.

Start with the web server. Most cheap hosts run Apache, which handles requests sequentially. Nginx, which W3Techs reports now powers roughly 4 in 10 websites globally, handles requests concurrently. In practical terms, it serves static files (images, CSS, JavaScript) dramatically faster under real-world load. Your visitor does not know the difference. They just know the page appeared.

Then there is caching. Redis object caching stores your database queries in memory, so your server is not querying the database from scratch every single page load. In our testing, we have seen time-to-first-byte drop by between 40% and 55% with Redis enabled, though results vary depending on site complexity and query load. FastCGI page caching goes further, serving entire pre-built pages without running PHP at all. The combination means your production environment responds in milliseconds rather than seconds.

PHP-FPM manages how the server processes PHP, the language WordPress runs on. Instead of spinning up a new process for every request, it keeps a pool of workers ready to go. The result is consistent, fast response times even when dozens of visitors hit your site simultaneously.

One thing worth knowing: aggressive page caching occasionally serves a logged-in user a stale version of a page. It is rare, and a cache flush fixes it in seconds. But if you run a site where logged-in customers see personalised content, you want a hosting setup that handles cache exclusions properly. That is the tradeoff, and it is worth understanding before a customer reports it first.

These are not exotic technologies. This is the stack that serious WordPress hosting uses. The problem is that most business websites in Ireland are not running on it.

Web60 runs every site on this exact stack: Nginx, Redis object caching, FastCGI page caching, PHP-FPM, all on enterprise-grade Irish hosting infrastructure. WordPress powers 43% of the world's internet, as W3Techs has tracked for years. When you run it on a properly optimised stack, it is genuinely fast. Your AI-built site deploys on this infrastructure from the first sixty seconds, for €60 a year. No separate hosting plan, no performance add-ons, no renewal surprises.

Our analysis of how Irish WordPress sites perform against Core Web Vitals benchmarks shows just how wide the gap is between optimised and unoptimised hosting environments. The difference is not subtle.

I will be straight about where this stack is not the answer. If you are running a high-traffic eCommerce operation processing thousands of orders daily with a dedicated DevOps team managing custom deployment pipelines and autoscaling, enterprise-tier managed hosting with granular server configuration genuinely suits that workload better. But that is not most Irish businesses. Most need a website that loads fast, stays secure, and does not cost a fortune. That is exactly what this infrastructure delivers.

Conclusion

Three seconds. That is the line between a website that works for your business and one that works against it. Every fraction of a second beyond it costs you visitors, costs you rankings, and costs you revenue you never even knew was there.

The technology to build fast websites is not new. It has existed for years. The issue has never been the technology itself. It has been the gap between what business owners pay for and what they actually receive from their hosting provider.

Most business owners have never tested their own site on a phone over a mobile connection. That sixty-second experiment might be the most revealing thing you do for your business this week.

Sources

Graeme Conkie
Graeme ConkieFounder & Managing Director, Web60

Graeme Conkie founded SmartHost in 2020 and has spent years building hosting infrastructure for Irish businesses. He created Web60 after seeing the same problem repeatedly — Irish SMEs paying too much for hosting that underdelivers. He writes about WordPress infrastructure, server security, developer workflows, managed hosting strategy, and the real cost of hosting decisions for Irish business owners.

More by Graeme Conkie

Ready to get your business online?

Describe your business. AI builds your website in 60 seconds.

Build My Website Free →