Skip to content

Releases: ecoco/magento_profiler

v1.3.0

12 Dec 17:25

Choose a tag to compare

  • new settings section to allow changing settings based on collectors
  • improved ssl handling
  • improved handling of "xdebug.file_link_format"
  • improved context display to make use of "file_link_format"
  • added timings to event collector
  • made tables sortable
  • added profile size in MB to search results
  • added purge profile button to search result page
  • introduced a replacement for the Varien_Profiler
  • introduced new "Performance" Tab

Stability improvements

24 Oct 13:10

Choose a tag to compare

  • fix for #1 Not working in secure environnement with magento 1.9.2 (https://)
  • fix for #6 Undefined index error in layout data collector
  • added magento 1.9.3 to test stack

v.1.2.0

19 Oct 14:11

Choose a tag to compare

  • fixed an exception in debug mode when block output is suppressed with "disable module output"
  • fixed an exception if monolog is not installed
  • unified call stack rendering
  • improved request collector to capture also redirects, session data and flash messages
  • improved support for "xdebug.file_link_format" to also work with urls like "http://localhost:63342/api/file/%f:%l"

v1.1.0

10 Oct 14:43

Choose a tag to compare

  • improved logger, will now also display deprecations
  • added unit tests
  • small toolbar adjustments
  • general clean up
  • cleaned up overwrite logic