OptionaldecodeTime the server spent decoding the request (deserialize + load definition).
OptionalencodeTime spent encoding the response (serialize geometry).
The raw Server-Timing header value, e.g. decode;dur=3, solve;dur=120, encode;dur=8.
OptionalsolveTime spent actually solving the Grasshopper definition.
Parsed
Server-Timingmetrics from a Compute response. Durations are in milliseconds. Any metric the server omits isundefined.rawis the original header value, preserved so callers can read non-standard metrics.