Baylor Rae'

$ cat "baylor rae's thoughts" > index.php

Category Archives: PHP

Benchmarking PHP Script Speeds

January 9, 2012 | Baylor Rae' No Comments

I recently learned about jsperf.com and I've really enjoyed looking at the speed results of different pieces of code. However, I couldn't find any sites that did the same for PHP and I've really wanted to test different ideas that … Continue reading

Lazy Loading with PHP

December 23, 2011 | Baylor Rae' 2 Comments

I've been looking through a lot of PHP projects on GitHub lately and I keep seeing people including all their classes on launch. And unfortunately it's the reason I decide not to use their code. What is Lazy Loading Lazy … Continue reading