Prerender folks,
I've been trying to debug a BFCache issue and I came across something unexpected that appears to be related to prerendering.
The outcome of this is two-fold:
- someone navigating to
www.google.com then
example.com will have them sharing a metrics object. This can cause over-eviction of BFCache entries.
- someone navigating to
example.com then example/com#foo will get 2 distinct metrics objects instead of sharing them. It's hard to figure out when this results in a real problem but it's definitely not WAI.
Is this intentional? I don't see anything in the docs in the .mojom file. If it's intentional, where can we find the actual DSN?
Thanks,
F