PHP Classes

I did a benchmark

Recommend this page to a friend!

      PHP Classes blog  >  MySQL vs MySQLi vs PD...  >  All threads  >  I did a benchmark  >  (Un) Subscribe thread alerts  
Subject:I did a benchmark
Summary:About speed
Messages:2
Author:Jorge Castro
Date:2017-10-21 15:11:41
Update:2017-10-22 03:03:51
 

  1. I did a benchmark   Reply   Report abuse  
Picture of Jorge Castro Jorge Castro - 2017-10-21 20:48:27
I did a benchmark and the use of one or another is irrelevant. Why?. Because the database took most of the time. So, optimizing PHP for the connection of the database, we are optimizing around 2% of the whole operation.

Benchmark here

medium.com/@jorge.castro.c/php-pdo- ...

  2. Re: I did a benchmark   Reply   Report abuse  
Picture of Haseeb Ahmad Basil Haseeb Ahmad Basil - 2017-10-22 03:03:51 - In reply to message 1 from Jorge Castro
Thanks for the comment, I see your point but at enterprise level even such optimizations make great differences.