Skip to content

Benchmarks

This page keeps the benchmark section that existed in the earlier FluentCommunity docs. Treat the numbers as directional guidance rather than a guarantee for your exact stack.

Reference Environment

The previous docs benchmarked FluentCommunity on a managed VPS-class setup with:

  • 2 vCPU
  • 4 GB RAM
  • SSD storage
  • Nginx
  • WordPress 6.x
  • PHP 8.x

Historical Results Snapshot

ScenarioUsersPostsAll FeedsSpace PostsMembers Index
Empty community001.2 / 360 ms1.7 / 328 ms1.3 / 344 ms
Growing community5,00115,00050.6 / 448 ms49.8 / 482 ms12.1 / 405 ms
Mid-size community10,00130,00092.6 / 501 ms60.1 / 754 ms21.8 / 425 ms
Large community30,00150,000175 / 600 ms126.1 / 563 ms61.0 / 547 ms
Very large community100,001200,768637 / 995 ms611.4 / 990 ms311.0 / 657 ms

The value format is:

text
server execution time / total observed response time

How to Read the Results

  • The first number reflects application and database execution.
  • The second number includes network and request overhead.
  • The members index tends to age differently from feed queries because the query mix is different.

Capacity Planning Takeaway

  • Communities in the low thousands usually run comfortably on a modest VPS.
  • Once feeds, comments, and reactions climb into six or seven figures, Redis and remote media storage stop being optional.
  • If your portal is slower than the reference tables at similar data sizes, inspect plugin load, scheduler backlog, and media strategy first.

FluentCommunity developer documentation