+ - Use PHP Profiler to Find and Hasten Plodding Code
Submitted
by
IdaAshley
IdaAshley writes "If your PHP application is plodding, use a profiler to target and measure where time is being spent or memory is being used. You can target the statement, loop, function, class, or library that's most sluggish. Part 1 of this "Make PHP apps fast, faster, fastest" series demonstrates how you can accelerate your entire site by eliminating redundant work using XCache, a PHP opcode cache."