Forum Hosting

Forum hosting for sites that write more than they read.

A forum breaks the rule every other WordPress site follows. The busiest pages change constantly, most visitors are signed in, and the thing people do most is post.

Write-tuned databaseSearch that stays fastModeration queue kept usable
Write-tuned MySQLObject cacheFast searchDaily backupsFree SSL24/7 support
Built for conversation

Where a forum actually spends its time.

Page caching barely helps here. What matters is how fast a write lands and how fast a thread renders afterwards.

Writes that do not queue

Every reply is an insert plus a handful of updates to thread and forum counters. The database is tuned for that mix rather than for a read-mostly brochure site, so a busy thread does not slow down the whole board.

Write-tuned MySQLCounters batched

Search that does not table-scan

Forum search is the single most expensive query a community runs, and it runs constantly. Indexing and query limits are set so one person searching does not stall everybody else posting.

Indexed search

Signed-in by default

Members are logged in, so page caching does not apply to the pages they actually use. Those come from the object cache and a database that was expecting them.

Moderation stays usable

A spam wave is a write storm plus a moderator trying to work through it. Admin capacity is kept out of the front-end pool so the queue is workable exactly when it is full.

Undo a bad bulk action

Bulk moderation is one click away from deleting the wrong thing. Daily backups mean a mis-clicked mass delete is recoverable rather than final.

Community

The failures a community notices first.

Forums do not fail by getting slow for anonymous visitors. They fail when posting is sluggish, search times out, or the moderation queue becomes unusable during the exact hour it fills up.

  • Post and reply latency, not just page load
  • Search kept off the slow path
  • Admin capacity reserved for moderators
  • Restore after a bulk action goes wrong
Write path
Replies and counters
tuned
Search index
Kept current
indexed
Moderation queue
Reserved capacity
ok
Spam filter run
Continuous
running
Throughput

Measured in posts, not pageviews.

The number that matters on a forum is how long a reply takes to land while a few hundred other people are reading and writing at the same time.

Write
tuned database
Object
cache for thread reads
Reserved
capacity for moderation
MagicWP160 ms
Typical shared host1100 ms
Untuned VPS520 ms

Illustrative comparison of posting a reply on a busy board. Your numbers depend on board size and plugin load.

Configuration

What we change for forums

A forum is the one WordPress workload where the write path matters more than the read path, and every row here follows from that.

SettingWhat we doWhy
MySQL configurationTuned for a write-heavy mixEvery reply inserts a post and updates several counters, which is the opposite of the read-mostly profile most WordPress tuning assumes.
Search queriesIndexed, with a bounded result setForum search runs constantly and unbounded, and it is the query most likely to take the whole board down with it.
Page cacheAnonymous thread views onlyMembers are signed in, so the pages that carry the community are pages a cache is never allowed to serve.
Admin capacityHeld outside the front-end poolA spam wave makes the moderation queue busiest at the exact moment the front end is under load.
Revision storageCapped on postsEdited replies accumulate revisions faster than articles do, and the table grows until queries against it slow down.
Plans

Simple, transparent pricing.

Every plan includes free migration, daily backups, SSL and 24/7 support.

MonthlyYearly 2 months free
Starter
For personal sites, blogs, and portfolios.
$20/mo
  • 1 WordPress site
  • 10 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Support tickets
Start free trial
Pro★ Most popular
For growing businesses and busy stores.
$80/mo
  • 5 WordPress sites
  • 50 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Priority support tickets
Start free trial
Enterprise
For agencies and high-traffic platforms.
$250/mo
  • 20 WordPress sites
  • 200 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Dedicated support
Start free trial
FAQ

Questions, answered.

Which forum plugins do you support?
bbPress, wpForo, Asgaros and the rest work the same way here. The tuning is about write volume and search load, which every forum plugin produces.
Why is my current forum slow only at peak?
Usually the write path and search competing for the same database. At low traffic both are fine; at peak, one long search query holds resources that posting needs, and everything queues behind it.
Can you handle a spam wave?
The write burst is absorbed by your plan's limits, and moderation capacity is reserved separately so you can actually clear the queue while it is happening.
Do you cap how many members or posts I can have?
No. The practical limit is your plan's CPU, memory and storage. Post count matters less than concurrent posting, so tell us your peak and we will size it.

Give the community somewhere fast to talk.

Start in minutes, or let us move the board across — free on every plan.