Node-red dashboard is collecting its data via multiple GET requests.
Normally the data is collected via a websocket connection.
FWIK…
If you need sporadic info, use GET
If you need continuous feed, use websockets.
It’s unproductive to use websockets when you are the one requesting the information.