• Skip to main content
  • Skip to search
  • Skip to select language
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. Web technology for developers
  2. Web APIs
  3. PerformanceResourceTiming
  4. PerformanceResourceTiming.serverTiming
  • Change language

Table of contents

  • Syntax
  • Specifications
  • Browser compatibility
  • See also

PerformanceResourceTiming.serverTiming

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The serverTiming read-only property returns an array of PerformanceServerTiming entries containing server timing metrics.

Syntax

resource.serverTiming;

Specifications

Specification
Server Timing
# servertiming-attribute

Browser compatibility

BCD tables only load in the browser

See also

  • PerformanceServerTiming
  • Server-Timing

Found a problem with this page?

  • Edit on GitHub
  • Source on GitHub
  • Report a problem with this content on GitHub
  • Want to fix the problem yourself? See our Contribution guide.

Last modified: Sep 14, 2021, by MDN contributors

Change your language

Related Topics

  1. Resource Timing API
  2. PerformanceResourceTiming
  3. Properties
    1. connectEnd
    2. connectStart
    3. decodedBodySize
    4. domainLookupEnd
    5. domainLookupStart
    6. encodedBodySize
    7. fetchStart
    8. initiatorType
    9. nextHopProtocol
    10. redirectEnd
    11. redirectStart
    12. requestStart
    13. responseEnd
    14. responseStart
    15. secureConnectionStart
    16. serverTiming
    17. transferSize
    18. workerStart
  4. Methods
    1. toJSON()
  5. Inheritance:
    1. PerformanceEntry
  6. Related pages for Resource Timing API
    1. Performance
    2. PerformanceEntry
    3. Window.performance
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

  • MDN on Twitter
  • MDN on Github

Mozilla

  • Mozilla on Twitter
  • Mozilla on Instagram

© 2005-2022 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies