Closed hanoii closed 13 years ago
Just wondering if there's a chance this might be reviewed? Thanks and sorry to bother.
looking at it
indentation fixed.. I did noticed some other indentation discrepancies on the code on some parts not related to this, just letting you know.
yeah, the random sampling code. i'm gonna drop that at some point
could you also update the documentation for this?
ha, documentation... never something that exciting to do! Sure.. will do that really soon, do review though as english is not my native language so I might miss some grammar or spelling.
yeah, I'll fix any typos or errors, don't worry about that.
btw, do you feel like translating the docs to spanish (or any other language)?
definitely something I can do, although probably not right now, but will try to remember and contribute it if I can.. and yes, it would be just Spanish for a proper translation.
I have worked on a tiny addition for filling in t_page and t_resp. Basically I know what we need is a timestamp of the first byte received before anything is loaded, and that should be outside boomerang namespace. I checked http://developer.yahoo.net/forum/?showtopic=6340&st=0&cookiecheckonly=1 and you mentioned about a global, but I thought this approach might be simple enough.
It's basically extending startTimer to accept a time value and adding a special handling for when the start timer is t_page.
So you basically capture firstbyte in the beginning of your HTML by doing:
And then in bottom or after the boomerang.js has been loaded, you can do:
and that should do it.