Talk
WordCamp Asia 2023 · February 18, 2023

Advanced Performance & Scalability for PHP Developers

Through both theoretical principles and practical real-world examples we’ll examine what performance and scalability mean from a server-side development perspective an...

Watch the recording → View the slides

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