30 Tips to optimizing php code
Posted on June 9th, 2009 in PHP4 / PHP5 | No Comments »
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. Here is the list of 30 short tips you can use for writing an optimized and more efficient PHP code. I considered myself a bit of a PHP pro until I started researching some of this stuff and realized that there is a whole realm of information out there about optimizing php that I didn’t know about. I hope you will be as surprised as I was about some of the things you might learn from this article. Read the rest of this entry »



