Archiv für den Tag October 28th, 2010

PHP: the 38 characters of the mysqlnd profiler

Thursday, October 28th, 2010

Recently I was forced to benchmark a mysqlnd plugin on Windows. X-Debug was no help. It worked flawless on Windows but it can’t tell you what goes on inside a PHP user space API call, for example, you will not know how much time mysqli_query() spends reading a result set. Very Sleepy is […]