Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onDOMReadyTime and windowOnLoadTime should be calculated relative to the first response being received #117

Closed
macbre opened this issue Nov 4, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@macbre
Copy link
Owner

macbre commented Nov 4, 2013

onDOMReadyTime: time it took to fire onDOMready event

performance.timing.domContentLoadedEventStart - performance.timing.responseEnd

windowOnLoadTime: time it took to fire window.load event

performance.timing.loadEventEnd - performance.timing.responseEnd

See http://www.html5rocks.com/en/tutorials/webperformance/basics/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant