PHP Code Optimization

PHP

I have found the post by Reinhold Webber, which provide good techniques and methods for PHP performance and optimization.   I have tried to add more explanation to the points posted by Reinhold Webber. If a method can be static, declare it static. Speed improvement is by a factor of 4. echo is faster than print and [...]

Read the full article →