Skip to content
/ xhprof Public
forked from cbirajdar/xhprof

XHGUI is a GUI for the XHProf PHP extension, using a database backend, and pretty graphs to make it easy to use and interpret.

License

Notifications You must be signed in to change notification settings

dandb/xhprof

 
 

Repository files navigation

XHProf UI

Fork from [preinheimer/xhprof] (https://github.com/preinheimer/xhprof). Original library modified to support with SQL server backend. Would've pull requested into the original library to support both database technologies, but the code seemed like too much effort.

This is a graphical front end designed to store and present the profiling information provided by the Facebook created XHProf profiling tool.

Key features include:

  • [Base library] (https://github.com/preinheimer/xhprof) as mentioned above has been modified to support SQL server back-end. Need few more changes/tweaks to support all other major sql providers

  • Listing 25, 50 most recent runs

  • Display most expensive (cpu), longest running, or highest memory usage runs for the day

  • It introduces the concept of "Similar" URLs. Consider:

  • Highcharts is used to graph stats over requests for an easy heads up display.

  • Easier ways to diff URLs

About

XHGUI is a GUI for the XHProf PHP extension, using a database backend, and pretty graphs to make it easy to use and interpret.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.7%
  • C 26.3%
  • CSS 4.0%