Live data from Hacker News

This, is boomerang

yahoo.github.com

11–16 of 16 posts

Re: This, is boomerang

#12
post #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....

Carlos, the WebTiming API has already been integrated into boomerang, as has IE9's implementation of it. Chrome's API hasn't.

Re: This, is boomerang

#13
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}

Thanks for the pointer, I'll look into integrating it.

Re: This, is boomerang

#14

There's another interesting project out there called the Boomerang Decompiler..

yeah, we spent a lot of time trying to find a name that both matched what the project does, and that doesn't clash with another opensource project. The decompiler was in a sufficiently different scope that we wouldn't step on toes.

Re: This, is boomerang

#16
post #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.

> The following functions are available to web content
Post reply on HN