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
If the page is an intra-site navigation, then it likely has different performance characteristics to a cross site navigation which may have a higher TTFB and/or less objects cached.
This could be measured with new URL(document.referrer).origin === new URL(performance.getEntriesByType("navigation")[0].name;)
Where should this be exposed? In the TTFB attribution model?
Or as general additions to the Metric object so available for all metrics?
The text was updated successfully, but these errors were encountered:
If the page is an intra-site navigation, then it likely has different performance characteristics to a cross site navigation which may have a higher TTFB and/or less objects cached.
This could be measured with
new URL(document.referrer).origin === new URL(performance.getEntriesByType("navigation")[0].name;)
Where should this be exposed? In the TTFB attribution model?
Or as general additions to the Metric object so available for all metrics?
The text was updated successfully, but these errors were encountered: