Skip to content

Commit

Permalink
Add link to CrUX versus RUM blog post (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Mar 6, 2023
1 parent 87358fc commit 5f658d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1194,9 +1194,7 @@ Browser support for each function is as follows:

## Limitations

The `web-vitals` library is primarily a wrapper around the Web APIs that
measure the Web Vitals metrics, which means the limitations of those APIs will
mostly apply to this library as well.
The `web-vitals` library is primarily a wrapper around the Web APIs that measure the Web Vitals metrics, which means the limitations of those APIs will mostly apply to this library as well. More details on these limitations is available in [this blog post](https://web.dev/crux-and-rum-differences/).

The primary limitation of these APIs is they have no visibility into `<iframe>` content (not even same-origin iframes), which means pages that make use of iframes will likely see a difference between the data measured by this library and the data available in the Chrome User Experience Report (which does include iframe content).

Expand Down

0 comments on commit 5f658d4

Please sign in to comment.