01 ·

Questions WP developers ask before committing to a path.

Can a WordPress plugin really handle a $1M GMV MLM?

Just barely, and only with simple plans. ARM Multi-Level Marketing scales to roughly $1M GMV with binary or unilevel on managed hosting (Kinsta, WP Engine, Pressable). Above that, the genealogy queries start exceeding what MySQL can serve cleanly, and plugin updates become operational risks rather than maintenance events. We recommend planning the headless transition by $500K GMV; the work is small at that scale and avoids the painful version where you migrate while distributor count is climbing fast.

What's the cleanest WordPress plugin for MLM right now?

ARM Multi-Level Marketing is the most-installed and best-maintained plugin for production use. The plugin's been actively developed since 2017, has reasonable WooCommerce integration through standard hooks, and the core team responds to support tickets within reasonable timelines. MyCred plus extensions is more flexible if you want to compose specific MLM features rather than buy them as a single package, but the extension stack is fragile when extensions don't update in lockstep. For most WP MLM networks, ARM is the right plugin choice, and the right time to evaluate alternatives is when ARM's plan flexibility runs out.

Can I use WooCommerce orders for commission calculations?

Yes, on both the plugin path and the headless path. On the plugin path, ARM hooks woocommerce_order_status_completed directly. On the headless path, the same hook fires a webhook to the SaaS MLM platform via the bridge code in the headless guide on this site. WooCommerce is mature enough that this integration works cleanly across both paths; the hook has been stable for years and isn't a source of upgrade pain.

Does headless integration scale to $50M GMV?

Yes. WordPress is rarely the bottleneck at that scale; the SaaS MLM platform behind it handles the load. We've watched the bridge pattern work cleanly through $50M+ GMV with no architectural changes, just bigger hosting on the WordPress side (managed at Kinsta, WP Engine, or Pressable class) and structured observability on both sides of the bridge. Above $50M, the question becomes whether WordPress is still the right marketing surface, but that's a marketing decision rather than a platform decision.

What about page builders like Elementor or Bricks?

Page builders are content tools, not MLM tools. Use them for the marketing site, the consumer-facing pages, the distributor-facing replicated storefronts. Bridge to a real MLM plugin or SaaS platform for the operational layer (members, commissions, genealogy, payouts). Don't try to build commission logic inside a page builder; the abstractions don't fit, and the maintenance debt compounds in ways that surface a year later. Elementor and Bricks both work fine in the headless pattern; they handle their layer, the SaaS MLM handles its layer, the bridge connects them.

Should I worry about WordPress security at MLM scale?

Yes, and the stakes are higher than for typical content sites because distributor PII plus financial data raises the threat profile. Production MLMs on WordPress need: managed hosting at the Kinsta or WP Engine class (shared hosting is not viable for production MLM), a security plugin like Wordfence or equivalent, a WAF in front (Cloudflare's pro tier or similar), 2FA on all admin and distributor accounts, weekly backups verified by restore test (a backup that hasn't been restored is a hope, not a backup), and prompt patching. The investment is roughly $200 to $500 per month all-in for the security stack; this is a real line item, not optional.