Talk
WordCamp Asia 2020 · February 22, 2020

Advanced Performance & Scalability for PHP Developers

This talk never happened!

This talk never happened!

Due to the COVID-19 concerns at the time, this conference was cancelled.
You can read more about this in the official cancellation notice.

Through both theoretical principles and practical real-world examples we’ll examine what performance and scalability mean from a server-side development perspective and how you can optimize for them.

We’ll cover basic mechanisms like profiling, deferred processing and caching first to make sure we got the big chunks out of the way.

Then we’ll dive deeper into code that simply needs to run faster or in a more scalable way, covering things such as loop optimization, static data, opcaches and other mysterious concepts.

All talks