show/hide this revision's text 2 added 195 characters in body

the mysql extension is faster than the mysqli extention, which is (sometimes) faster than PDO.

If you use mysqli in conjunction with mysqlnd thats faster still

show/hide this revision's text 1

the mysql extension is faster than the mysqli extention