Skip to main content
.com domains from $2.99 — free WHOIS privacy on every name

Numbers That Matter

Disk space — How fast the storage is beats how much of it there is

You are comparing a hundred slow gigabytes against ten quick ones, and only one of those choices shows up in your response times.

The short answer

Disk space is the ceiling on everything your hosting account stores — site files, databases and mailboxes counted against one number. The figure on the plan is the easy half; the storage technology underneath it is the half that shows up in your page times.

NVMe reaches the flash over PCIe with deep command queues, so random reads land in tens of microseconds instead of the milliseconds a SATA-attached drive needs. Database work is almost entirely random reads, which is why storage type moves site speed and storage quantity does not.

Every tier here is NVMe: 10 GB on Sprint, 20 GB on Turbo, 200 GB on Nitro.

By the HostingFast team · Reviewed 24 August 2026

100+

Terms defined here

2 min

Typical read time

Plain

English, no hand-waving

24/7

Engineers on shift

Sites are lighter than people expect. WordPress with a theme and a normal plugin set sits comfortably under a few hundred megabytes. What grows is everything around it: uploaded media at camera resolution, years of mail with attachments, and backup archives left inside the very account they are meant to protect.

Databases grow quietly too. Post revisions, expired transients, orphaned metadata and logging tables inflate a WordPress database until an ordinary query starts touching far more rows than it should. That is a speed problem wearing a storage problem's clothing.

Find out what is actually using it

Over SSH, du -sh * inside the account's home directory ranks the offenders in a couple of seconds, and du -sh */ | sort -h puts the largest last where you will see it. The panel's disk usage screen does the same job with fewer keystrokes and less precision.

Nine times in ten the answer is one of three things: a media library full of unresized originals, a mail account nobody has ever emptied, or a folder of backup archives sitting on the same disk as the thing they back up.

Why NVMe changes the numbers and capacity does not

A page that runs twelve database queries pays disk latency on each cache miss. On NVMe those reads complete in tens of microseconds; on an older SATA SSD they cost an order of magnitude more, and on a spinning disk the comparison stops being interesting. Multiply by every uncached request and the storage layer is suddenly a headline figure.

This is why a plan advertising a huge allowance on slow storage is a worse buy than a smaller NVMe plan. Ten quick gigabytes do more for how a site feels than a hundred slow ones, and you will notice the difference in wp-admin long before you notice it anywhere else.

Keeping the account lean

Resize images on upload rather than after the fact, and let WebP conversion — included on every plan — do the rest. Set a retention policy for mail with attachments. Keep backup archives off the account, which is where a backup belongs anyway.

On the database side, clear post revisions and expired transients, then check for plugin tables that log every page view. A database that has shrunk by half usually answers noticeably faster, and the work takes an afternoon at most.

The allowances, and the other counter

Sprint carries 10 GB with 25 MySQL databases, Turbo 20 GB with 50, and Nitro 200 GB with 100 — all NVMe behind a LiteSpeed cache. Business tiers go further: Overdrive carries 500 GB and Redline carries 1 TB.

Watch the inode count as well as the gigabytes. An account can be well under its storage ceiling and still be full, because tens of thousands of tiny cache files consume index entries rather than space. Read Inode and NVMe next.

An NVMe drive up close — the hardware that trims page-load times

Storage, judged on latency rather than size

The gigabyte figure is the one on the pricing table and the one that matters least. This entry covers the two that matter more: how fast the storage answers a random read, and what is quietly consuming the space you have.

WebP conversion is built in at no extra cost, which usually reclaims a meaningful slice of a media library without anyone rewriting a workflow.

  • NVMe latency against SATA, plainly
  • du commands that find the culprit
  • Databases as a speed problem
  • Inodes, the other ceiling

Why HostingFast

Standard on every plan

NVMe on every tier

Including the entry Sprint plan, so the cheapest account is not sitting on a slower generation of disk.

Databases scaled with the plan

25 MySQL databases on Sprint, 50 on Turbo, 100 on Nitro — enough to separate applications rather than sharing one.

WebP conversion at no extra cost

Built into the platform, so the media library stops being the thing that fills the account.

Backups held off your allowance

Daily platform backups are ours to store and yours to restore, rather than archives eating your own disk.

Disk usage visible in the panel

See where the space went without opening a shell, and confirm it with du when you want the detail.

In-place upgrades

10 GB to 20 GB to 200 GB on the same account, with no migration and no change of address.

Quick Start

From order to online

  1. 1

    Rank the directories

    Run du -sh */ | sort -h in the account home over SSH, or open the panel's disk usage screen. Look at the top three entries only.

  2. 2

    Deal with media and mail first

    Unresized uploads and years of attachments are the usual answer. Both shrink dramatically for an afternoon of work.

  3. 3

    Clean the database, then re-time a page

    Clear revisions and expired transients, then time the same admin screen again. Storage work that improves nothing should be reversed.

Built In

Loaded onto every plan

  • NVMe SSD storage on every tier, Sprint included
  • 10 GB on Sprint, 20 GB on Turbo, 200 GB on Nitro
  • 25, 50 or 100 MySQL databases depending on tier
  • Built-in WebP image optimisation at no extra cost
  • Daily backups stored by us, restored by you
  • Disk and inode usage visible from the control panel
  • SSH access for du, mysqldump and the rest
  • In-place upgrades between storage tiers
  • Free migration, files and databases both
  • 500 GB on Overdrive and 1 TB on Redline for larger estates

Frequently Asked

What people ask us most often

How do I find what is eating my disk space?

Over SSH, run du -sh */ | sort -h from the account home directory and read the last three lines. That takes a couple of seconds and answers the question precisely. The panel's disk usage screen gives you the same ranking without a terminal if you prefer.

Does NVMe actually make a site faster, or is it a spec-sheet line?

It makes uncached pages faster, which is where most people's slow experience lives. Every cache miss becomes a random read, and NVMe answers those in tens of microseconds against milliseconds for SATA-attached storage. The place you notice it first is usually the admin interface, not the home page.

Do email and databases count against the same allowance?

Yes — files, databases and mailboxes are measured against one number on a normal hosting account. That is why a site occupying 3 GB can sit on an account that is nearly full: the other 17 GB is usually mail with attachments and media nobody resized.

Should I keep backups inside my hosting account?

No. A backup on the same disk as the thing it protects consumes your allowance and dies with the account it lives in. Keep the platform's daily backups for convenience and a copy somewhere else entirely for anything you would genuinely mind losing.

Keep reading

  • Inode

    The other storage ceiling: index entries rather than gigabytes, and the accounts that hit it first.

  • SSD

    Flash storage without moving parts, and where SATA-attached drives still turn up underneath cheap plans.

  • How to Test Your Website Speed

    How to test website speed properly, in the right order, with the mistake most people make first.

  • Email Hosting

    Mailboxes on your own domain at one flat rate, for when mail is what is filling the account.

  • VPS Hosting

    KVM virtual servers with root access, DDoS filtering and one flat monthly price.

Changing hosts? Run through our checklist first.

A straightforward sequence for a switch your visitors never feel: which files move first, how to shift email across without losing a single message, the right moment to repoint DNS, and the two mistakes behind almost all the downtime we get asked to rescue.

You'll get the checklist email, then occasional pointers on keeping a site running fast. Unsubscribe the moment you want out — the privacy policy covers the rest.

Fewer gigabytes, answered faster.

NVMe on every tier, Sprint included, with WebP conversion built in and backups stored off your own allowance.

View Email Hosting plans