Closed
Description
By enabling prerendering, we add more server load than what's needed to supply explicit user requests. This is especially true for address-bar-initiated prerendering, where the document can't opt out.
I believe it would be useful/important for monitoring and for other purposes that an HTTP header is sent with a prerendering navigation fetch to indicate that this is a prerendering request, and allow an early bail-out.
WDYT?