Interface: PublishTimings
Defined in: publishTimings.types.ts:6
How long each of a publish's three steps took, in milliseconds, measured by the endpoint around the work itself — the client renders them as the publish report's checked steps rather than inventing durations it never saw.
Properties
compileMs
readonlycompileMs:number
Defined in: publishTimings.types.ts:8
Compiling the draft — the validation gate.
moveMs
readonlymoveMs:number
Defined in: publishTimings.types.ts:12
Moving the route's pointer through the consumer's origin.
writeMs
readonlywriteMs:number
Defined in: publishTimings.types.ts:10
Writing the artifact into the store.