You are looking at documentation for an older release. Not what you want? See the current release documentation.
Management and Monitoring Gadgets is a set of administrative gadgets that provide a global vision for the system and they can provide performance statistics useful for administrators.
With eXo Platform 4.4, a new parameter configurable through exo.properties file, was introduced:
exo.statistics.groovy.template.enabled=true
This parameter allows to enable/disable groovy templates statistics that is collected asynchronously. Enabling it (i.e setting it to "True") activates the statistics collection to be made in memory without logs.
This parameter is not necessary for production environements. It could be activated for testing purposes.