Archive for June, 2009

Ryan

Benchmarking our PHP

June 29, 2009 by Ryan in Code, PHP


Benchmarking code is one of those often talked about things that most new to intermediate programmers have probably heard about, but don’t know how to actually do it. Even a quick Google search on it will give you all sorts of mis-information and very labor intensive ways to find where your code is slowing down. [...]