Skip to content
developer

Overview

Website 2 is a WooCommerce-powered e-commerce site with a membership layer (MemberPress). It handles a high volume of concurrent checkouts and has stricter performance requirements than Website 1.

[email protected]:your-org/website-2.git
  • WooCommerce 8.x + MemberPress for memberships and gated content
  • Stripe for payments (WooCommerce Stripe Gateway)
  • Dedicated Redis instance for WooCommerce session storage
  • Separate read replica MySQL for reporting queries — never run reports against the primary

WooCommerce pages must be excluded from full-page cache. These exclusions are already configured in Nginx, but verify them after any server config change:

/cart
/checkout
/my-account
/wc-api