It’s currently difficult to diagnose performance issues. It would be useful to have graphs on the run page. This would also make it possible to find memory leaks.
Currently you have to use Node functions to log out the memory:
const memory = process.memoryUsage();
logger.log(“Memory usage”, memory);In Review
💡 Feature Request
About 1 year ago

mattaitken
Get notified by email when there are changes.
In Review
💡 Feature Request
About 1 year ago

mattaitken
Get notified by email when there are changes.