|
Written by Adam McHugh
|
|
Monday, 15 September 2008 15:10 |
|
Through my few years of being a professional PHP programmer it has become apparent that not a lot of people benchmark their code. And therefore, they have no idea where a project could be optimised or sped up. There is a simple solution. From the PHPClasses.org website there is a class called Benchmark, and I have been using it for all of my custom development lately. So what does it do and how can it help you write more efficient code? |
|
Read more...
|