Skip to content

Xhgui v0.3.0 released

Compare
Choose a tag to compare
@markstory markstory released this 19 Oct 15:32
· 1061 commits to 0.23.x since this release
v0.3.0

Since the initial release a few months back a number of bugs have been fixed, and new features added. With this release Xhgui has adopted composer to install dependencies. You should run php install.php to install dependencies now.

A short list of the changes that can be found in 0.3.0 is as follows:

  • Improved performance of list pages.
  • A new view providing a waterfall view of multiple requests has been added. The goal of this view is to assist in diagnosing performance issues with applications using multiple requests to generate a single page. Waterfall views can be generated using cookie values, IP addresses, or date ranges.
  • Profile data can now be saved to files and imported later on. This is helpful if the server you are profiling cannot access mongodb directly.
  • external/header.php is now more cautious and should not interfere with the host application.
  • Dependencies are now installed with composer.
  • It is now easier to profile CLI scripts.
  • URL view page now allows viewing of unaggregated data for small slices of data.