PHP Profiling Tools
Profiling tools are essential for PHP code optimization. Profiling is the process of inspecting a program’s behavior with respect to time and memory usage, so you can find out which areas will benefit from optimization. This article goes through some of the most popular profiling tools, including XHProf, Xdebug, Clockwork. Clockwork Clockwork is a browser … Read more