browse by tag: optimization
sort by
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 reportSqueezing 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 reportHigh 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 reportImproving 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