41 PHP optimization tips
As with any tips for optimization, it’s best advised to benchmark your code first rather than just start hacking and slashing your code. With that said and understood, I enjoy reading articles for better optimizing PHP code and came across this one from reinholdweber with 40 tips + 1 bonus tip that looks pretty good. […]
