Tagged articles
3 articles
Page 1 of 1
AutoHome Frontend
AutoHome Frontend
Sep 26, 2019 · Frontend Development

Why TTFB Matters: Uncovering the Hidden Delays Behind Web Page Loads

This article explains what Time to First Byte (TTFB) actually measures, why network latency and server processing heavily influence it, and lists the many factors—from DNS lookup to CDN routing—that can increase TTFB, helping developers prioritize performance improvements.

CDNNetwork LatencyServer Timing
0 likes · 9 min read
Why TTFB Matters: Uncovering the Hidden Delays Behind Web Page Loads
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.

HapiPerformance MonitoringServer Timing
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.

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