Reinhold Weber has written 40 Tips for Optimizing PHP performance. Many of them were new to me – e.g. $row[‘id’] is 7 times faster than $row[id]. I don’t know how he has measured these numbers, but the tips are good overall! Here are the first 10 tips: If a method can be static, declare it […]