NotRestoredReason API will report the list of reasons why a page is not served from BFcache in a frame tree structure, via PerformanceNavigationTiming API (and Reporting API in the future).
We do not report detailed information about cross-origin iframes. For cross-origin iframes, we only report if they blocked bfcache or not, and we do not report the reasons why.
In DevTools console, try: performance.getEntriesByType('navigation')[0].notRestoredReasons;
DevTrial on desktop | 108 |
DevTrial on Android | 108 |