Talk
Internation PHP Conference 2021 in Berlin · June 9, 2021

Optimizing Backend Performance using Compile-time Processing

This talk presents optimization techniques that make the most of the PHP parsing and compilation into bytecode using techniques like code generation of classes that ar...

View the slides

This talk presents optimization techniques that make the most of the PHP parsing and compilation into bytecode using techniques like code generation of classes that are loaded from opcache. This moves heavy processing from runtime to compile-time, making runtime extremely fast and efficient.

All talks