A Stitch In Time Saves 9; or, Solving the N+1 Problem

 10 years ago 5,354 views
Presented by Paul M. Jones @pmjones

Presented on January 23, 2014

When dealing with databases, developers frequently run into the N+1 problem, in which they populate domain objects via queries in loops. This causes terrible performance drags. There is a solution in plain PHP that makes the number of queries constant to increase performance overall. The talk shows typical PHP code involving the N+1 problem, then shows how to solve the problem in plain PHP (that is, without a framework or ORM), and includes editorializing about the origins of the N+1 problem in the developer mindset.

SPONSORS

PHP Tutorials and Videos

SPONSORS

No comments found.

SPONSORS

PHP Tutorials and Videos