Speed7 min read

How to choose hosting that does not slow you down

Hosting sets the floor. If the server takes 1.5 seconds to start responding, your LCP cannot be under 2.5 seconds without everything else being perfect — and no plugin, CDN or image optimisation removes that first delay.

It is also the cheapest thing to get wrong, because the difference between bad and good hosting is often a few hundred rupees or a few dollars a month.

Time To First Byte is the number

TTFB is how long the server takes to send the first byte after a request. Under 200ms is good, under 500ms is acceptable, over 800ms is a problem you should fix before anything else.

Measure it on a real page from a real location — a browser's Network tab, or any TTFB testing tool run from a city where your customers actually are. Testing from a datacentre next to your server tells you nothing.

The tiers, honestly

Shared hosting. You share CPU and memory with hundreds of sites. Cheap, and TTFB is unpredictable because it depends on what your neighbours are doing. Fine for a site with little traffic and no commercial pressure; not fine for a business site that matters.

VPS. Guaranteed resources, predictable performance. You are responsible for the server unless it is managed. Good value and the right answer for a lot of businesses.

Managed WordPress hosting. More expensive, and you are paying for someone else to handle caching, updates and server tuning. Usually genuinely faster than shared and worth it if nobody on your team wants to own a server.

Static / edge hosting. For pre-rendered sites — Vercel, Netlify, Cloudflare Pages. HTML served from a location near the user, so TTFB is very low almost everywhere. Only applicable if your site is built this way.

Location matters more than people expect

Every request between the user and the server crosses physical distance, twice, several times over the life of a page load. A server in the US serving customers in Hyderabad adds meaningful latency to every one of those trips, and vice versa.

Host near your customers. If they are in India, host in India — Mumbai regions are widely available now. If they are in the US, host in the US. If genuinely both, that is what edge hosting or a CDN with HTML caching is for.

A CDN caches static assets near the user, which helps images and CSS. It does not help the initial HTML on a dynamic site unless you configure HTML caching specifically — so the first byte still comes from wherever your server is. This is the most commonly misunderstood thing about CDNs.

What the cheap plans actually cost

A very cheap plan is not free — it is paid for elsewhere. Typically in TTFB, in support that takes days, in no staging environment, in backups that turn out not to have run, and in resource limits that throttle you exactly when a campaign is working.

The gap between a bad plan and a decent one is usually small in absolute terms and large in outcome. It is the single highest-return spend on this entire list.

Common questions

What is a good TTFB?

Under 200ms is good, under 500ms acceptable, over 800ms needs fixing. Measure from where your customers actually are, not from a testing service sitting next to your datacentre.

Does a CDN fix slow hosting?

Only partly. A CDN serves static assets — images, CSS, JavaScript — from a nearby location, which helps. The initial HTML on a dynamic site still comes from your origin server unless you specifically configure HTML caching at the edge, so a slow origin remains slow to first byte.

Should I host in India or the US?

Wherever your customers are. Latency is physical and it applies to every round trip. If your market is genuinely split, use edge hosting or a CDN configured to cache HTML, rather than picking one and accepting the penalty for the other half.

Is managed WordPress hosting worth the price?

If nobody on your team wants to own a server, yes. You are paying for caching, tuning, updates and backups being handled properly. If you have someone comfortable with a VPS, you can get equal or better performance for less money and more control.

Want us to look at your site?

We will tell you whether the problem is hosting, plugins, architecture or something else entirely — including when the answer is that you should not rebuild and should spend the money on traffic instead. No charge for the assessment.

Run the free audit tool

Pricing: US clients (USD) · India clients (INR)

Related guides

All 21 guides