PHP code for web sites and web applications should always be optimized. A poorly-written PHP web site may work just fine without too many concurrent users, but as soon as traffic starts building up it could buckle. There are an unlimited number of ways to implement anything in PHP, but certain functions and techniques are much more efficient than others. Every PHP developer should spend some time learning the most efficient ways to code, and luckily there is a great tutorial article with 52 PHP programming tips and benchmarked examples for efficiency and faster code.
