YahooArchive / boomerang

End user oriented web performance testing and beaconing
http://lognormal.github.com/boomerang/doc/
Other
1.18k stars 447 forks source link

How to retrieve the results from js and how store those values in sobject? #50

Open vijaykumarvemula opened 9 years ago

vijaykumarvemula commented 9 years ago

I wrote the small javascript code in visualforce page by using boomerang tool. It shows the result in same page. I want to store the result in sobject. can any one tell me how to store the data? here i am giving my sample code.

Boomerang Exp

Boomerang Example:

/apex:page my result is This page took 21 ms to load Other timers measured: boomerang = 2 ms boomr_fb = 16 ms t_resp = 0 ms t_page = 21 ms Your latency to this server is 1±0.32ms Other parameters: rt.start = navigation rt.bstart = 1427280303553 rt.end = 1427280303558 bw_time = 1427280304 I want to store at-least one value, example page loading time.