xhprof
xhprof copied to clipboard
Feature Additions
I've only just started looking at this project after your discussion of it at PHPCon. Here are the first few things I've found myself wanting after getting it setup.
Firstly, I've fleshed out the install doc a bit and corrected a few things in it. When installing it I found that I was going back and forth between several different guides to get all the relevant details.
Next, I added the ability to ignore certian URLs because on the project I am working on we have a few background ajax calls that will quickly fill up the list. Another possible solution to this would be to collapse multiple calls in succession in to a single expandable row. Or maybe a combination of the both.
Lastly, I added the ability to display more than 50 Runs. I added a link for displaying All runs and a form for specifying a number of runs to display. I might also write a paginator in soon.