You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing the Speculation Rules API and prerendering a page, Datadog RUM timings for the page (specifically LCP and FCP) are from when the prerender started on the referring page, rather than activation.
This means prerendering causes an increase in timings that doesn't reflect the user experience, which is improved (sometimes dramatically) by prerendering.
Note that the web-vitals library handles prerenders by timing from activation start, as implemented in this changeset.
The text was updated successfully, but these errors were encountered:
When implementing the Speculation Rules API and prerendering a page, Datadog RUM timings for the page (specifically LCP and FCP) are from when the prerender started on the referring page, rather than activation.
This means prerendering causes an increase in timings that doesn't reflect the user experience, which is improved (sometimes dramatically) by prerendering.
Note that the
web-vitals
library handles prerenders by timing from activation start, as implemented in this changeset.The text was updated successfully, but these errors were encountered: