Talk
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...
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.