Skip to content

First release of SidecarDevTools

Compare
Choose a tag to compare
@alias-mac alias-mac released this 09 Jun 02:53
· 11 commits to master since this release

This release contains:

  • Easy enable/disable debugging mode by clicking on the Sugar cube in the toolbar
  • Application Stream
    • A timeline of what is happening in the app. It shows the methods that are called and the events that are triggered. For each of them, you have access to the passed arguments and the component object.
  • Structure
    • A hierarchical tree representing the Sugar components of the current page.
  • Render times
    • Allows you to measure the render duration of the different fields.
  • Performance Report
    • Allows detection of which components are rendering too many times and their average time to render. Provides name and component type in a table.
  • Generate records
    • An easy way to generate records in your SugarCRM instance.