Skip to content
Three build slots left this month — briefs close Friday
All articles
Design7 min read

Your Birmingham website is probably hosted in London. Here is what that costs.

Hosting, peering and edge caching decide how a Birmingham site feels on a phone in the Queensway tunnels. A practical look at where your site actually lives.

Designer working at a studio table

If someone told you your site is hosted "in the UK", the machine serving it probably sits in a data centre around Slough or east London, roughly a hundred miles from the customers you want in Birmingham. That is a reasonable place for it to be, and it is a decision worth making deliberately rather than inheriting, because most of what makes a site feel slow to someone in Digbeth or Solihull happens in the gap between that machine and their phone.

What "UK hosting" actually means

The mainstream cloud regions UK sites run on cluster in the south east. AWS calls its London region eu-west-2. Azure has UK South, which is the London area, and UK West in Cardiff. Google Cloud has europe-west2, also London. There is no hyperscaler region in the West Midlands. Birmingham has colocation and edge capacity, but unless someone deliberately put your site there, your origin is south of Coventry.

The raw distance is not the problem. Fibre from Birmingham to London adds single digit milliseconds each way. The problem is that loading a page is not one trip. It is a DNS lookup, a TCP connection, a TLS handshake, the HTML, then everything the HTML asks for. Each can be its own round trip, and on a mobile connection the per-trip cost is far higher than the fibre figure suggests.

The regional exchange changed. Most defaults did not.

Until fairly recently there was no internet exchange in the West Midlands at all. Traffic between two networks that both served Birmingham was routinely carried to London or Manchester to be handed over, then carried back. Proximity Data Centres launched IX Birmingham at its city edge site in 2023, described then as the region's first internet exchange, so regional traffic could stop making that journey.

That is genuinely useful, and it has probably changed nothing about your site, because your DNS, CDN and origin were configured before it existed and nobody has revisited them. Worth checking:

  • Which point of presence your CDN actually serves Birmingham visitors from, rather than the ones on its marketing map.
  • Whether your DNS is anycast or resolving from one location.
  • Whether an origin shield is configured, so cache misses do not stampede your origin individually.
  • Where your images come from. Plenty of sites host the HTML thoughtfully and then pull every photograph from a media library on the other side of the Atlantic.

What the edge can save, and what it cannot

A CDN with a strong London presence puts your images, CSS, JavaScript and fonts close enough to Birmingham that distance stops mattering. That part is solved by choosing a competent provider. The harder part is HTML. If every page view has to travel to your origin, run some server code, possibly query a database, and come back, then no amount of edge caching helps, because the first and most important response is the one that never gets cached. This is the single biggest performance difference between a site that feels instant and one that feels adequate.

  • Pages that do not change per visitor, which is most marketing pages, should be cached at the edge and never touch your origin.
  • Pages that do change, such as a dashboard or a basket, should be built so the shell renders immediately and the personal part fills in after.
  • Anything carrying a query string, including every Google Ads click with a gclid on it, misses the cache unless you tell the CDN to ignore those parameters. Paid traffic routinely gets the slow version of a site while the agency reports on the fast one.

The networks and devices people here are genuinely using

Ofcom's Connected Nations 2025 report, published in November 2025 on data collected that July, put gigabit capable broadband at 87 percent of UK premises and full fibre at 78 percent. Outdoor 5G from at least one operator sat in the 94 to 97 percent range. Urban Birmingham generally sits at or above those national figures. On paper, everyone here has a fast connection.

In practice a great deal of browsing here happens where that is not true. The Queensway tunnels under the city centre. The lower platforms at New Street, the busiest interchange outside London, where thousands of people stand still with a phone in hand. The Cross City Line through cuttings between Longbridge and Lichfield. Metro trams on Corporation Street. Commuters from Wolverhampton, Walsall, Coventry and Solihull spend twenty to forty minutes on a train each way, which is exactly when they research suppliers.

Test on a throttled connection on a mid range Android handset, not a new iPhone on office fibre in the Colmore Business District. The gap between those two experiences is where enquiries go missing.

UK cookie rules sit in the Privacy and Electronic Communications Regulations 2003, alongside the UK GDPR and the Data Protection Act 2018. The Data (Use and Access) Act 2025 amended all three, with most provisions in force from February 2026, and the Information Commissioner's Office has published guidance on storage and access technologies covering cookies, pixels and fingerprinting. It introduced narrow exemptions from consent, including analytics used purely for aggregate statistics, while advertising uses still require it. PECR penalties are now aligned with UK GDPR levels, up to 17.5 million pounds or 4 percent of global turnover.

The performance consequence is direct. On many sites the consent platform is the heaviest script on the page, loads before the content, and blocks rendering while it decides what to show. If some of your measurement no longer needs to sit behind it, take proper advice on your setup and then get it out from behind it.

The last two hundred milliseconds, where money changes hands

British customers pay in pounds, mostly by debit card, increasingly through Apple Pay and Google Pay, with pay by bank via Open Banking growing and Klarna or Clearpay expected on higher value retail. Recurring payments run on Direct Debit through Bacs. Strong Customer Authentication bounces the customer into their banking app and back, on infrastructure you cannot speed up. Do not add your own delay either side of it.

Load order also carries a compliance risk. Consumer provisions of the Digital Markets, Competition and Consumers Act 2024 came into force on 6 April 2025 and banned drip pricing, enforceable directly by the Competition and Markets Authority. The total price, including VAT at 20 percent, has to appear up front. If your price is injected by a late loading script, a customer on a slow connection sees the headline number and not the total.

A second language, if you actually need one

The 2021 census recorded around 85 percent of Birmingham residents speaking English, with Urdu, Panjabi, Bengali, Pakistani Pahari, Polish, Somali, Arabic and Pashto behind it. Most businesses here do not need a translated site. If yours does, it is an infrastructure question too: Arabic and Bengali scripts need their own font files, and shipping every script to every visitor doubles the font payload for the majority who never use it.

How we would make the call

  1. 01Decide whether your HTML can be cached. If it can, serve it from the edge and stop worrying about where the origin sits.
  2. 02If it cannot, put the origin in a London region and an origin shield in front of it.
  3. 03Configure the CDN to ignore advertising query parameters so paid traffic hits the cache.
  4. 04Set a performance budget before design starts, and measure it on a mid range phone on a throttled connection.
  5. 05Audit third party scripts quarterly, then re-check six months after launch. The analytics tag someone added for a two week test in 2024 is still running.

Working with us from Dubai

We are a Dubai agency with no office or staff in Birmingham, and would rather say so plainly. The time difference helps: Dubai runs three to four hours ahead depending on GMT or BST, and both cities work Monday to Friday, so our work is waiting when your day starts.

Hosting is invisible when it is right and impossible to ignore when it is wrong.

If you are commissioning a build, ask whoever is quoting where the site will be served from and which pages will be cached. If they cannot answer clearly, that is useful information. For a second opinion on an existing setup, send us the details.

FuturByte Team

Web design and development

Keep reading

Five minutes now, a full blueprint in your inbox within 48 hours, and a launch date you can put in the calendar.

Your Birmingham website is probably hosted in London. Here is what that costs. · FuturByte