June 20, 2013

Post: Database problems in MySQL/PHP Applications

… complex conectors. I have not yet tested PDO but would not expect it to beat MySQLi in speed. It is however bad… and will perform needed checks and query rewriting. You also can use pretty much direct path to mysqli extension to performance critical queries… well as much more queries per page which will make performance improvement much smaller. Notable exception being AJAX applications which may…

Comment: Database problems in MySQL/PHP Applications

… complex conectors. I have not yet tested PDO but would not > expect it to beat MySQLi in speed. It is however bad… > and will perform needed checks and query rewriting. You also can > use pretty much direct path to mysqli extension to performance > critical queries… well as much more queries per page which will make > performance improvement much smaller. Notable exception being > AJAX applications which may…