15 comments

[ 2.4 ms ] story [ 55.6 ms ] thread
nice stuff, handed to my dev colleagues :)
This is cool, have you used it?
This, is a superfluous comma
Perhaps they were going for James Earl Jones' "This...is CNN"-style emphasis.
yep, that's it. big fan of the voice of Vader & CNN
This is Boomerang, Welcome. You can do anything at Boomerang. Anything at all
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.
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
Thanks for the pointer, I'll look into integrating it.
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.