do_tworker_tsizeΔt = worker_t - do_t to measure the latency for the worker to call the durable object fetch. I plot Δt/size to get the attached plot. The equation of the plotted linear regression is y = 0.16x + 295 so rate in increase in latency is 0.16 ms/KB (or 50Mbs) is this expected?. Also my interpretation of the 290 is the fixed time in ms for my DO to boot up. Is there a way to make this faster? A 290ms startup seems slow.0.16ms/KB)? Could it be caused by crossing a WASM <-> JavaScript boundary? If so, could I improve performance by rewriting this all in JavaScript.fetch method: