The PerformanceServerTiming interface surfaces server metrics that are sent with the response in the Server-Timing HTTP header.

Documentation PerformanceServerTiming by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlydescription:String

A DOMString value of the server-specified metric description, or an empty string.

read onlyduration:Float

A double that contains the server-specified metric duration, or value 0.0.

read onlyname:String

A DOMString value of the server-specified metric name.

Methods