The N + 1 problem causes a significant loss of performance. In this article you will learn how to gain more than 13 times the performance with a simple adjustment to solve this issue
Category: Database
Database, MySQL, PHP, Programming
The PHP’s MySQLi extension
Learn how to use the MySQLi extension in PHP, with more recent MySQL features. Starting from PHP 5.5, mysql_* functions are deprecated, and you should use MySQLi