By chi on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
8.9.x
Introduced in version:
8.9.0
Issue links:
Description:
We now send the Server-Timing HTTP header with information about page execution time.
The server timing can be obtained in the following ways.
-
Chrome DevTools
-
JavaScript
console.table(performance.getEntriesByType('navigation')[0].serverTiming); -
Command Line
curl -sI https://example.com | grep Server-Timing
Impacts:
Site builders, administrators, editors