Web Development Blog

Latest from Rapid Web

Search for:

Benchmarking and optimising PHP web applications

By Jordan Hall 17th October 2014


With all Turing complete programming languages, there are many different ways of performing the same task. Be it sorting, searching, looping through a list, outputting content to the screen or to a file - they can all be accomplished by a variety of differnet methods. PHP is no different, therefore it is worth looking at the different ways in which tasks can be performed, and benchmarking their performance. This allows us, as developers, to id...

Read Article