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);