Skip to content

v1.1.0

Compare
Choose a tag to compare
@ve3 ve3 released this 29 May 21:04
· 44 commits to master since this release
  • PHP version is now required v 5.4.
  • Rundiz/number is no more required but suggested.
  • PHP section now showing extensions and ini settings.
  • Logs section currently have summaries for each log type.
  • Time Load section can use matchKey to check self cost and have 1 more
    column. It is self time.
  • Memory Usage section can also use matchKey and have 1 more column. It
    is self memory.
  • Database section is now always using self time and self memory. Any devs
    must add memory_get_usage() while calling to profiling the database
    otherwise the PHP will trigger the errors.
  • Due to the memory array key in the Database section will be removed in
    the future so devs have to remove it and use memory_start and
    memory_end array keys instead.
  • Change how display.php template works. Now it is a lot looks easier.
  • You can check between matchKey in each section for beginning and end
    value by click on the matchKey name.