APIs at Scale Require More Than Fast PHP

Date
Aug 02, 2018

Using PHP to process 1000s of API events per second per machine and millions of events per minute is not simply a matter of tuning PHP. This talk covers proven, battle-tested strategies for building, testing, monitoring and scaling PHP APIs. This talk covers system tuning, PHP tuning and response tuning that apply to any API, as well as Lumen tuning, and also covers specific capabilities in Google Cloud such as auto-scaling, tracing and load balancing.

This is not a theoretical talk or a talk not backed by real-world experience. It's covering specific lessons learned and implemented to process billions of monthly API events. Stephen covers specific examples, caveats, and alternatives along the way. He spent the last year scaling the API architecture and code at PubWise to handle millions of events per minute and to auto scale nearly without limit. We’ve moved through three phases of architecture based on scaling needs and learned a ton in the process. Stephen wants to pass on what we’ve learned.