IS WordPress Horizontally Scalable ? If yes then How ?

This page summarizes the projects mentioned and recommended in the original post on /r/Wordpress

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • WordPress

    WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.

  • You have no idea of the massive scale of wp.com if you think it runs on 8-ish servers. Otto was talking about wordpress.org, the site where you can download WP software and its plugins/themes & which hosts learning resources & community forums etc. That site gets a lot of traffic & needs multi-server setup to scale as well. wp.com is altogether a different beast.

  • S3-Uploads

    The WordPress Plugin to Store Uploads on Amazon S3

  • The uploads folder will need to be shared across all servers running WP so that same static files are available to every instance. Also some 3rd party plugins write to the uploads folder as well. Here you choices on how you want to do it & each has its pros & cons. You can choose to have a network volume used as uploads folder (like EFS on AWS or Cloud Filestore on GCP) or use an object storage like Amazon S3 (multiple plugins like this exist to automatically sync uploads to S3 etc) or use rsync (with lsyncd) to sync files among servers (not a good idea).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts