Stack Architecture
Layer caching & background queues
- Page caching: Serve anonymous traffic from FastCGI cache, bypass PHP entirely.
- Object caching: Use Redis for sessions, carts, and query caching.
- Job queues: Offload webhooks, syncs, and exports to workers.