Performance · · 6 min read
Where Does PHP Request Time Go When the Database Is Not the Bottleneck?
A slow PHP request is not always a database problem. Profiling shows the controller, framework, hydration, serialization, and vendor work between queries.