Posted on August 10th, 2008 in PHP
I have been asked with questions like “how does Wordpress get its code execute time” or “how to benchmark my php code” so many times already, so I decided to share a simple benchmarking class that I have written for debugging purposes. I have been using this to test functions before implementing them in my [...]