Hello,
Is there a workaround, or a feature to run some code at the begin / end of each Node-RED nodes ?
The underlaying idea is (for instance) to compute the CPU time / duration to better understand what slow the work:
- on a Node
- or a group of Nodes
- or a SubFlow
We can add a callback/event hook on our own custom nodes but we can't do the same on nodes like HTTP Nodes.