Re: navigationStart and the actual start of the navigation

On 7/2/14, 12:07 PM, Przemysław Pietrzkiewicz wrote:
> Could you explain why? How is the time the user took to decide in the
> prompt related to performance?

beforeunload events need not involve a prompt.

Again, this comes back to what exactly we're trying to measure.  If a 
beforeunload event handler takes 5s to execute and there is no actual 
unload prompts, should those 5s be included in the load time?

What about if there is a prompt?  Does it matter whether the 5s of 
execution time came before or after the prompt?

-Boris

Received on Wednesday, 2 July 2014 16:16:21 UTC