Most Recent Articles For: performance

Written by Gertjan on May 12th, 2009
When it comes to building web applications in PHP, performance isn't typically a major concern. Features, usability and any business concerns are considered a greater priority, as they can be better demonstrated and visualised. Performance graphs don't make the boss's day. So, why should you as a PHP developer, worry about ...
Written by Gertjan on February 3rd, 2009
[caption id="attachment_141" align="aligncenter" width="480" caption="PHPBench.org"][/caption]When it comes to optimizing PHP for performance, there are endless resources available. PHPBench was constructed as a way to open people’s eyes to the fact that not every PHP script will run at the same speed.
Written by Gertjan on February 3rd, 2009
Smashing Magazine comes up with a nifty list of 10 excellent techniques that PHP developers should learn and use every time they program. These tips will speed up proficiency and make the code much more responsive, cleaner and more optimized for performance. Because of PHP's huge popularity, ...