Live data from Hacker News

This, is boomerang

yahoo.github.com

1–10 of 16 posts

Re: This, is boomerang

#5
Why not integrate Google Chrome's API with boomerang? The following functions are available to web content:

    chrome.loadTimes().{requestTime, startLoadTime, commitLoadTime, finishDocumentLoadTime, finishLoadTime, firstPaintTime, firstPaintAfterLoadTime, navigationType, wasFetchedViaSpdy}
    chrome.csi().{startE, onloadT, pageT, tran}

Re: This, is boomerang

#6
post #5

Why not integrate Google Chrome's API with boomerang? The following functions are available to web content: chrome.loadTimes().{requestTime, startLoadTime, commitLoadTime, finishDocumentLoadTime, finishLoadTime, firstPaintTime, firstPaintAfterLoadTime, navigationType, wasFetchedViaSpdy} chrome.csi().{startE, onloadT, pageT, tran}

That's a good idea. There is also the WebTiming spec, coming soon to a browser near you. It's on GitHub, so....

Re: This, is boomerang

#10
post #5

Why not integrate Google Chrome's API with boomerang? The following functions are available to web content: chrome.loadTimes().{requestTime, startLoadTime, commitLoadTime, finishDocumentLoadTime, finishLoadTime, firstPaintTime, firstPaintAfterLoadTime, navigationType, wasFetchedViaSpdy} chrome.csi().{startE, onloadT, pageT, tran}

This isn't meant to be a browser plugin. Reading through the docs, it seems this is meant to be a tool to measure actual performance of your site in actual user's browsers.
Post reply on HN