📣 Announcing the Storage component

A few benchmark operations take > 2 minutes using a dash store, and < 15 seconds using a global variable.

The store data is sent back and forth between the client and the server for each callback. This create network latency. You can try out multi-output and combine the callbacks so there’s only one requests with the store data instead.

1 Like