-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Introduction
Network Efficiency Guardrails allows documents to opt into User Agent monitoring of network resource usage to identify resource loading patterns that are known to have disproportionate performance impact, using Document Policy as the configuration mechanism. When enabled, the User Agent classifies specific resource loading patterns as policy violations (for example, serving large or uncompressed assets), and surfaces them via the Reporting API, optionally enforcing them by blocking the resource.
Motivation
While existing performance APIs expose detailed request‑level metrics, they require developers to derive their own heuristics to identify inefficient network behavior. In practice, this makes it difficult to attribute real‑world performance regressions. The goal of this API is to make inefficient network resource usage observable through a policy-level signal.
Feedback
I welcome feedback in this thread, but encourage you to file bugs against the Explainer.