This, is a superfluous comma
Perhaps they were going for James Earl Jones' "This...is CNN"-style emphasis.
This, is boomerang
11–16 of 16 posts
Re: This, is boomerang
#12Why 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
#13Why 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
#14There's another interesting project out there called the Boomerang Decompiler..
Re: This, is boomerang
#15Re: This, is boomerang
#16Why 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.