4 min read
0
Identifying bottlenecks in your PHP scripts, using XDebug and KCacheGrind
This entry focuses on how to identify slow parts of your scripts using the PHP/Xdebug profiling feature along with KCacheGrind for…