Webgrind, a Web frontend for Xdebug
Webgrind is an Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick and dirty optimizations it does the job.

Features
- Super simple, cross platform installation.
- Track time spent in functions by self cost or inclusive cost. Inclusive cost is time inside function + calls to other functions.
- See if time is spent in internal or user functions.
- See where any function was called from and which functions it calls.
Installation
- Download Webgrind.
- Unzip package to favourite path accessible by a Web server.
- Load Webgrind in browser and start profiling.
Advertisement