Reading 29 refs (using "op read" one by one) now takes 20-25 seconds. It would be great if we could cut this time by reading all refs concurrently (Promise.all?). Reading them this way takes around 2-3 seconds. Is it possible to implement in this action?