want to join us? register, it's easy | help

browse by tag: optimisation

sort by

newest, oldest, most popular


category icon

Practical PHP Performance

in PHP added by ducani, on 20/3/2008 intermediate optimization performance

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 performance? Quite a few reasons, in fact...

comment save report
category icon

Squeezing code with xdebug

in PHP added by goodphptutorials, on 23/10/2007 advanced tutorials optimisation profiling

Every time we prepare to ship a new major version of phpLens (eg. 1.0, 2.0, 3.0 and soon 4.0), the PHP forms generator and app server we sell, we take pride in speeding things up. This is the time we all go into intensive code optimization sessions to find all the slow pieces of gunk we accidentally left in the code.

comment save report
category icon

High Performance PHP

in PHP added by goodphptutorials, on 16/2/2007 advanced tutorials caching optimization performance speed

If you need to improve the performance of your PHP application, then these methods should help you.

comment save report
category icon

Improving Performance by Profiling PHP Applications

in PHP added by goodphptutorials, on 8/8/2006 advanced tutorials memory optimisations performance profiling

There are lots of subtle things in PHP that can save a lot of memory and give a small extra boost in performance. This article serves as an introduction to profiling PHP applications, and to making changes to a script and comparing the values of the optimizations.

comment save report