A number of factors can affect the performance of a PHP Web application, including Web server configuration, database performance, data structure, the application design and the implementation of the application.Usually we will take care of the first items, and now we want to iron out bottlenecks in our application implementation, that is, in the [...]
» Read MorePHP optimization tips from Google
July 8th, 2009 Posted in Open Source, Web 2.0 Google recently posted some suggestions on the PHP code optimization. There are a bunch of suggestions there some are sound very useful especially on the tips for the cache. However some of the advices make no sense at best and are potentially harmful at worst.
In the PHP 10.0 blog Stas has some responses to the [...]
