Bandwidth and storage are rarely what constrains a small business site. Processing limits, database connections, and how many visitors can be served at once are what actually cause failures, and they are the numbers hosts advertise least.

What unlimited means

It means no stated number, governed by an acceptable use clause.

That clause typically allows the host to restrict or suspend an account using resources considered excessive for the plan, without defining excessive anywhere you can read.

In practice this is fine for a normal small business site and it is not a guarantee. A site that grows or has an unusual month can find itself throttled or asked to upgrade, and the position is not one you can check in advance.

The honest reading is that unlimited means enough for typical use, decided later by somebody else.

The limits that actually bite

Processing allowance

How much computation your site may use. This is what constrains most content-managed sites, and it is where a plugin-heavy site or a busy period causes trouble.

Exceeding it produces slow responses or errors under load rather than a clear message, which makes it hard to diagnose.

Concurrent connections

How many visitors can be served simultaneously. A site can be well within its bandwidth allowance and still fail when twenty people arrive at once.

This is the limit that breaks sites during a promotion or after any burst of attention.

Database connections and queries

Where a dynamic site actually spends its resources. A store or a booking system hits these before it hits anything advertised.

Inodes, or file count

A limit on how many individual files an account may hold, regardless of their size. Sites accumulating thousands of small files, including cached images and backups, can hit this while using little storage.

It is a real and unfamiliar failure, and it produces errors nobody expects.

Email sending limits

Hourly or daily caps on outgoing mail. A site sending order confirmations or form notifications can hit these, and the symptom is messages silently not arriving.

Why bandwidth is rarely the problem

A typical small business site serves modest amounts of data, and the allowance on almost any plan covers far more traffic than most local businesses receive.

The exceptions: sites serving video directly rather than through a video platform, sites with very large uncompressed images, and sites hosting large downloadable files.

All three are better solved by not doing that. Video belongs on a video platform, images should be compressed, and large files can sit on storage designed for them.

Which means a business worrying about bandwidth is usually worrying about the wrong limit.

What actually causes the failure

Worth being clear about, since the response differs.

Most resource problems on small business sites are not caused by traffic. They are caused by the site being inefficient: too many plugins, an unoptimised database, no caching, or a badly behaved script running repeatedly.

Upgrading the plan makes the symptom go away and leaves the cause. The same site on a larger plan will hit the larger limit eventually.

Which argues for looking at what the site is doing before paying for more capacity to do it inefficiently.

Reading a plan honestly

  1. Ignore unlimited claims and look for stated numbers.
  2. Find the processing and memory allowance, which is frequently in the documentation rather than the sales page.
  3. Check the file count limit, which is rarely advertised.
  4. Check email sending limits if the site sends anything.
  5. Ask what happens when a limit is reached, which is the question that matters most.
  6. Check whether backups count toward storage and file counts.

The fifth question separates hosts. Some throttle, some suspend, some contact you, and some simply return errors to your visitors while you find out later.

Monitoring your own usage

Available in most control panels and rarely opened.

Resource usage over time shows whether you are approaching anything, and a rising trend is worth noticing before it becomes a failure.

What to watch: processing usage against the allowance, file count, and storage including backups. A site quietly accumulating backups until it exhausts its own storage is a common and entirely preventable failure.

When to upgrade

After checking the site is not the problem.

Worth upgrading: sustained usage near a limit with an efficient site, a store or booking system with real concurrency, or a business whose traffic is genuinely growing.

Not worth upgrading: a slow site with the causes unexamined, since the money buys headroom for the same inefficiency, and the preparation for a genuine spike is a separate exercise covered in preparing hosting for a spike.


Frequently asked questions

What does unlimited actually mean?

No stated number, governed by an acceptable use clause that lets the host restrict an account using resources it considers excessive, without defining excessive anywhere you can read.

Which limits actually cause failures?

Processing allowance, concurrent connections, database queries, file count, and email sending limits. None of those is bandwidth, which is what gets advertised.

What is a file count limit?

A cap on how many individual files an account may hold regardless of size. Sites accumulating cached images and backups can hit it while using very little storage.

Why is bandwidth rarely the problem?

A typical small business site serves modest data. The exceptions are video served directly, uncompressed images, and large downloads, all better solved by not doing that.

What usually causes resource problems?

The site being inefficient rather than traffic: too many plugins, no caching, an unoptimised database. Upgrading removes the symptom and leaves the cause.

What should I ask a host?

What happens when a limit is reached. Some throttle, some suspend, some contact you, and some return errors to your visitors while you find out later.

West Coast Media Solutions Inc. provides web design, web development, hosting, digital marketing, and business consulting to organisations across Canada, drawing on more than twenty-five years in the field.

Told you need a bigger hosting plan?

We check what the site is actually doing first, since upgrading usually buys headroom for the same inefficiency.

Start a Conversation