Tag Archives: XDebug

Diagnosing MySQL Performance Bottlenecks With Maatkit




Hello again! Last time we looked at optimizing performance of web apps, we were checking out how to diagnose PHP performance bottlenecks using XDebug to generate valgrind-style logs of what PHP was doing. While that can be immensely useful in … Continue reading

Posted in Linux, php | Tagged , , , , , , | Leave a comment

Diagnosing slow PHP execution with Xdebug and KCachegrind




Tracking down a performance issue to the actual PHP app can be hard enough by itself, but what do you do once you’re sure that the app itself is the bottleneck? The excellent Xdebug extension has many useful features for … Continue reading

Posted in php | Tagged , , , , , , , , , , , , , , , | 1 Comment