This is already an old article but i just would like to repost it. This points out things that can help us adjust our code on PHP to run a bit more faster than the usual.
# echo is faster than print.
# Use echo’s multiple parameters instead of string concatenation.
Continue reading »