Tag

Server Timing

0 views collected around this technical thread.

UC Tech Team
UC Tech Team
Jan 7, 2019 · Backend Development

Using the Server‑Timing Header to Measure Server Performance

The article explains how the Server‑Timing HTTP header can be used to transmit arbitrary server‑side metrics to the client, shows how to send multiple timing values, demonstrates Chrome DevTools support, warns about exposing sensitive data, and introduces a small hapi plugin that simplifies adding the header.

Performance MonitoringServer Timingbackend development
0 likes · 3 min read
Using the Server‑Timing Header to Measure Server Performance
360 Tech Engineering
360 Tech Engineering
Sep 25, 2018 · Frontend Development

Understanding Server Timing: Measuring Server‑Side Performance Directly from the Browser

This article explains what Server Timing is, why it matters for front‑end performance debugging, how its HTTP header format is structured, how browsers expose the data via the PerformanceServerTiming API, includes practical JavaScript examples, and discusses privacy, security, and browser support considerations.

HTTPJavaScriptPerformance API
0 likes · 7 min read
Understanding Server Timing: Measuring Server‑Side Performance Directly from the Browser