Vercel's CDN will begin passing through the Server-Timing response header to the client on August 10, 2026.
Use
If you want to keep the current behavior, where the header is stripped from every response, you can add a transform in
Learn more about the Performance API and Server Timing.
Read more
Continue reading...
Use
Server-Timing to report backend metrics like database query time and cache hits. These values appear in the browser's network panel and as PerformanceServerTiming entries through the Performance API.If you want to keep the current behavior, where the header is stripped from every response, you can add a transform in
vercel.json:Learn more about the Performance API and Server Timing.
Read more
Continue reading...